briomusic / interAppPDAudio

MIT License
5 stars 0 forks source link

interAppPDAudio

This Project demos CSAudioController a subclass of libPD's PDAudioController.

CSAudioController can be used to make libPD Apps compatible with Apple's inter-app audio system.
It is assumed that you are familiar with libPD and how to set up a libPD App in xCode.
If you are not, please refer to the book 'Making musical Apps' by Peter Brinkmann.

I also strongly recommend watching the video 602 'What's new in CoreAudio' from the WWDC2013.
Please also download and try out the InterAppAudioSuite, which is available as Apple sample code.
The InterAppAudioHost from this Suite is necessary to try all aspects of inter-App audio functionality!

Project setup:

Using this App:

Connecting a Host:

Known Issues:

Feel free to check out my own libPD interApp audio project CloudSynth!