Re: MusicDevice documentation or host app?
Re: MusicDevice documentation or host app?
- Subject: Re: MusicDevice documentation or host app?
- From: Marc Poirier <email@hidden>
- Date: Tue, 8 Oct 2002 15:37:15 +0200 (CEST)
>
>We also understand that there are two things we need to add to the SDK
>
>(1) A sample Music Device
>
>
Another piece of sample code that would be extremely useful is a
>
sample music effect (kAudioUnitType_MusicEffect)...
Perhaps I shouldn't be saying this because I am definitely all for making
the SDK as thorough and comprehensive as possible (with many many example
AUs), but MusicEffects are really quite a simple extension of regular AU
effects. All you do is include a different header, inherit from a
different class, and override any of the HandleNoteOn,
HandleProgramChange, etc. MIDI functions that you want to use (ah, how
much nicer that is than VST). It took me about 1 minute to make a regular
AU effect into a MusicEffect...
Anyway, yeah, an example would be good, but in the meantime if you are
interested in making a MusicEffect yourself, I would say just go for it
because it is very easy.
Marc
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.