Re: Using Audio Units to change MIDI timing
Re: Using Audio Units to change MIDI timing
- Subject: Re: Using Audio Units to change MIDI timing
- From: Paul Davis <email@hidden>
- Date: Tue, 19 Apr 2011 00:22:45 -0400
On Mon, Apr 18, 2011 at 8:36 PM, Tom Jeffries <email@hidden> wrote:
> I need to modify the timing of MIDI events sent by a program I'm developing
> during playback. I can do that in the program, but it would be interesting
> to move that code into an AU plugin.
>
> It's not obvious looking at the AU documentation whether the AU gets the
> entire event, including time, or just the MIDI data. Maybe I'm missing
> something obvious, but before I put the time in to write the plugin I'd like
> to know if it will do what I need.
AU doesn't have a spec for anything except MIDI data + time. So there
is no "event" you can assume that exists without specifying a
particular host, and even then, that could actually change from
version to version. Your AU gets MIDI data and a timestamp - work with
it.
_______________________________________________
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