├── .gitignore ├── ARAAudioFileChunks.h ├── ARAAudioUnit.h ├── ARAAudioUnit_v3.h ├── ARACLAP.h ├── ARAInterface.h ├── ARAVST3.h ├── ARA_API.pdf ├── ARA_API_Helpers.cmake ├── ARA_Version.cmake ├── CMakeLists.txt ├── ChangeLog.txt ├── LICENSE.txt └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Celemony/ARA_API/HEAD/.gitignore -------------------------------------------------------------------------------- /ARAAudioFileChunks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Celemony/ARA_API/HEAD/ARAAudioFileChunks.h -------------------------------------------------------------------------------- /ARAAudioUnit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Celemony/ARA_API/HEAD/ARAAudioUnit.h -------------------------------------------------------------------------------- /ARAAudioUnit_v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Celemony/ARA_API/HEAD/ARAAudioUnit_v3.h -------------------------------------------------------------------------------- /ARACLAP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Celemony/ARA_API/HEAD/ARACLAP.h -------------------------------------------------------------------------------- /ARAInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Celemony/ARA_API/HEAD/ARAInterface.h -------------------------------------------------------------------------------- /ARAVST3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Celemony/ARA_API/HEAD/ARAVST3.h -------------------------------------------------------------------------------- /ARA_API.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Celemony/ARA_API/HEAD/ARA_API.pdf -------------------------------------------------------------------------------- /ARA_API_Helpers.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Celemony/ARA_API/HEAD/ARA_API_Helpers.cmake -------------------------------------------------------------------------------- /ARA_Version.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Celemony/ARA_API/HEAD/ARA_Version.cmake -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Celemony/ARA_API/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /ChangeLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Celemony/ARA_API/HEAD/ChangeLog.txt -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Celemony/ARA_API/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Celemony/ARA_API/HEAD/README.md --------------------------------------------------------------------------------