Re: creating au plugin for custom synth??? need some help
Re: creating au plugin for custom synth??? need some help
- Subject: Re: creating au plugin for custom synth??? need some help
- From: Jeremy Friesner <email@hidden>
- Date: Mon, 13 Apr 2015 15:09:48 -0700
On Mon, 13 Apr 2015 17:55:52 -0400, Steven Brawer <email@hidden> wrote:
[…] I don't want C++ classes (I'm not using C++), I don't want convenience routines. All these things are just wrappers around C (objective C) functions. I want the relevant functions. To go forward in developing your own audio units based on what you learn here, you will need:
In particular, my understanding is that Objective C cannot give very strong real-time guarantees, due to dynamic binding issues, and that is why Apple chose to write the AudioUnit API in C++ instead. AFAIK there is no underlying Objective C API for that reason.
See also:
Jeremy |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden