Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 643 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 643 Bytes

What's this?

This is a test application which loads and hosts an ARA Plugin.

How to build.

Currently this project can be built with Xcode only.

  1. Contact to Celemony to get "ARA_SDK.1.0.1.007.zip"
    1. See this link. http://www.celemony.com/en/service1/about-celemony/technologies
  2. Checkout this project.
  3. Extract "ARA_SDK.1.0.1.007.zip" and copy "ARA_SDK.1.0.1.007" into "./ext" directory.
  4. Download JUCE and build the "Projucer" app.
  5. Open "./ARAHostTest.jucer" in the Projucer.
  6. Click "Save and Open in IDE" button on the Projucer's window.
  7. Build and run with Xcode.