Re: BPM
Re: BPM
- Subject: Re: BPM
- From: Bill Stewart <email@hidden>
- Date: Mon, 29 Apr 2002 18:43:27 -0700
Not as such, but the MusicSequence is based on a BPM construct.
At the moment you can poll it for its current time whilst its being played
by a MusicPlayer. There are some additional APIs for dealing with
conversions between beats and host-time that will be available in Jaguar.
We haven't added a callback "event" type to a music sequence, as this would
mean either:
(1) You get called accurately, but its in the I/O cycle where the sequence
schedules events - and its probably not a good idea to be calling into user
code at that point (there are also other callbacks for those - the
rendernotifications)
(2) You'd get scheduled to be called in another thread, but that would only
fire "later", so can't guarantee any accuracy...
(Probably more info than you wanted to know:)
Bill
on 29/4/02 8:04 AM, jeremy reichardt wrote:
>
is there any bpm functions or would this be a "high level" kinda thing that
>
one would create themsselfs. what im looking for is a simple bpm timer that
>
would fire "signials" to me (action events in java :) any help or links/code
>
would rock.
>
>
j777
>
>
_________________________________________________________________
>
Send and receive Hotmail on your mobile device: http://mobile.msn.com
>
_______________________________________________
>
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.
mailto:email@hidden
tel: +1 408 974 4056
__________________________________________________________________________
"Thousands of years ago, cats were worshipped as gods. We have never
forgotten this."
__________________________________________________________________________
_______________________________________________
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.
References: | |
| >BPM (From: "jeremy reichardt" <email@hidden>) |