Re: LAP : AU music device needs Audio & MIDI
Re: LAP : AU music device needs Audio & MIDI
- Subject: Re: LAP : AU music device needs Audio & MIDI
- From: Urs Heckmann <email@hidden>
- Date: Thu, 24 Jul 2003 19:20:08 +0200
Hi Kent,
what about kAudioUnitType_MusicEffect ('aumf') - That's a common Effect
that gets Midi...
Marc has some example code at destroyfx.org CVS repository...
Cheers,
;) Urs
Am Donnerstag, 24.07.03, um 18:29 Uhr (Europe/Berlin) schrieb kent:
Hello. I think this is maybe a Logic Audio specific problem. My
plugin
needs both MIDI input and Audio input. when I register her as a
aumu (music device) then she is pluggable in the AudioInstrument input
slot of logic. however I cannot manage to route audio (even through
the side-chain) to my plugin. and when I register her as a aufx
(audio effect) then I cannot receive MIDI data.
so in my .r file I make 'thng' resources for BOTH aumu and aufx and
have them both point to my plug, so that I can then at least plug the
fx version onto an audio track and do processing without MIDI and also
plug into an instrument track and synthesize from MIDI, but THEN I get
the really exciting behaviour that when logic saves and then later
restores my plug logic always thinks I'm an aufx, and doesn't
instantiate me as an aumu when it should. I was truly hoping that I
would not have to build two different discrete binaries, one for fx
and one for mu, especially since in the end neither of these does
exactly what I want them to do (which is receive audio and midi
simultaneously). Is there perhaps something simply screwed up with
logic audio 6.1 in regards to side-chain and audio units? or am I
just missing something.
thanks in advance for helping me.
|K<
email@hidden
_______________________________________________
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.
_______________________________________________
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.