Re: Host transport start/stop and song position
Re: Host transport start/stop and song position
- Subject: Re: Host transport start/stop and song position
- From: Glenn Olander <email@hidden>
- Date: Fri, 9 Jan 2004 12:25:00 -0800
It sounds like you want a sample-accurate notification that the host's
transport has stopped?
A host callback won't do that for you. Somebody correct me if I'm
wrong, but the only
way you could get that is to rely on the host to send you a midi stop
event with
a proper frame offset. I don't offhand know of any that do. You might
check Metro,
Jeremy usually thinks of these things before anyone else :-).
- Glenn
On Friday, January 9, 2004, at 09:56 AM,
email@hidden wrote:
Hello
I have some questions regarding the hosts songs position and hosts
transport notification.
1) Does it exist any way to get the information if the host transport
is moving(playing) or not(stopped). I have looked in the documentation
and also in the mailing list archive but i cant find any clear answer
on this question. I dont want to use beat(beatAndTempoProc) information
to detect if the host is playing or not because then i will miss some
samples(comparing old song position with new song position).
_______________________________________________
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.