Re: Example for MusicEventIteratorGetEventInfo
Re: Example for MusicEventIteratorGetEventInfo
- Subject: Re: Example for MusicEventIteratorGetEventInfo
- From: Bill Stewart <email@hidden>
- Date: Thu, 8 May 2003 12:15:12 -0700
When events are added to a music track, they are added with API that
defines the type of the event. Thus, when you iterate through the
track's events, you need to know what kind of event data you are
dealing with.
In the header file you'll see a bunch of structs for different event
types, and event types constants that should be easily associated, one
with the other
Bill
On Thursday, May 8, 2003, at 09:10 AM, alan wheat wrote:
In the notes for the MusicEventIteratorGetEventInfo in MusicPlayer.h
it says 'depending on the event type, cast the returned void*
pointer'. Is there an example of this somewhere? While, I'm new to
C++, I've been able to load and play sequences. I want to be able to
transpose the notes on selected tracks via
MusicEventIteratorSetEventInfo.
Any help would be greatly appreciated.
_______________________________________________
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
________________________________________________________________________
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________
__
_______________________________________________
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.