Re: MusicDevice AU Sample Code
Re: MusicDevice AU Sample Code
- Subject: Re: MusicDevice AU Sample Code
- From: Airy André <email@hidden>
- Date: Tue, 8 Oct 2002 08:46:57 +0200
Le lundi, 7 oct 2002, ` 22:44 Europe/Paris, Pev a icrit :
It only responds to Midi Note On and Note Off.
It does not respond to StartNote, StopNote and al the family.
LogicAudio does not seem to use that.
I was wondering about that from the API - Do you know if this the
intended
behaviour from all hosts? If so, what is the purpose of the StartNote
and
StopNote when the same is covered by the MIDI messages?
StartNote and StopNote can do more the just Note On and Note Off.
It works at a higher level, can work with groups of notes...
But since all Audio/Midi apps work with single notes and MIDI messages
to send notes to
"real" synth (that's the way MIDI works), it seems rather natural to
see the first hosts to use the MIDI interface of AU. That's way,
dealing with softsynth is the same that dealing with hardsynth : just
transmit the MIDI stream to the synth.
I'll add the higher level interface to my code as soon as we have a
host that support it to test it...
Airy
_______________________________________________
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.