Programming an Audio Unit that hosts another Audio Unit? - Social Sound Design most recent 30 from http://socialsounddesign.com 2013-06-19T08:05:18Z http://socialsounddesign.com/feeds/question/14983 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://socialsounddesign.com/questions/14983/programming-an-audio-unit-that-hosts-another-audio-unit Programming an Audio Unit that hosts another Audio Unit? Andrei 2012-08-07T20:42:33Z 2012-12-20T09:22:01Z <p>I need help programming a Audio Unit that wraps a 3rd party audio unit.</p> <p>I am trying to develop an Audio Unit instrument using Xcode. I want my AU to load an instance of a 3rd party Audio Unit called Massive by Native Instruments. I want all MIDI notes passed to my AU to go into the Massive AU and the output of that is the output of my AU.</p> <p>I just want my AU to programmatically control some variables of the 3rd party one and pass through all sound/MIDI to it too.</p> <p>I can't seem to find any examples of how to do this. Also, I am a newbie with Core Audio and the documentation is very hard to understand. I don't really know what I'm doing with Core Audio...</p> <p>Can someone please tell me how to do this?</p> <p>Thanks.</p> http://socialsounddesign.com/questions/14983/programming-an-audio-unit-that-hosts-another-audio-unit/14986#14986 Answer by Internet Human for Programming an Audio Unit that hosts another Audio Unit? Internet Human 2012-08-08T02:12:55Z 2012-08-08T02:12:55Z <p>Spend some more time reading the documentation. Discuss in the Apple Developer forums.</p> <p>Forget your project and use something that's already been made: <a href="http://www.plogue.com/products/bidule/" rel="nofollow">http://www.plogue.com/products/bidule/</a></p> http://socialsounddesign.com/questions/14983/programming-an-audio-unit-that-hosts-another-audio-unit/14988#14988 Answer by Bit Depth for Programming an Audio Unit that hosts another Audio Unit? Bit Depth 2012-08-08T07:01:22Z 2012-08-08T07:01:22Z <p>I did this a couple of years ago and published the results at last years International Computer Music Conference (<a href="http://eprints.bournemouth.ac.uk/18249/1/ICMC2011%2DPaper_Final_Camera_Ready_ver2.pdf" rel="nofollow">http://eprints.bournemouth.ac.uk/18249/1/ICMC2011%2DPaper_Final_Camera_Ready_ver2.pdf</a>). It is fairly tricky to do and I could not find any example code. I found the hardest aspect was managing the UI.</p> http://socialsounddesign.com/questions/14983/programming-an-audio-unit-that-hosts-another-audio-unit/17226#17226 Answer by Kabraxis for Programming an Audio Unit that hosts another Audio Unit? Kabraxis 2012-12-06T08:42:56Z 2012-12-06T08:42:56Z <p>Besides AU, there's a plugin named Patcher of FL Studio for doing this to VST's.</p>