MusicPlayer Looping
MusicPlayer Looping
- Subject: MusicPlayer Looping
- From: gary <email@hidden>
- Date: Sat, 10 Jul 2004 15:13:17 +0900
hi
Java CA question:
Anyone know what the best way would be to mimic
the loop locator points of a midi sequencer (ie loop bars 5.1.0 to
9.1.0)
using MusicPlayer rather than the individual loop method for tracks
in MusicSequence. Ive tried using a timer with getTime() for the end of
the loop
and setTime() to send it to the beginning of the loop but even with a
50ms timer the
result is inaccurate and glitchy due to i guess inconsistency in the
Java timer.
Would this work if in C as its more stable/accurate?
thanks
Gary Newby
_______________________________________________
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.