Re: MusicTrack timing and looping issues.
Re: MusicTrack timing and looping issues.
- Subject: Re: MusicTrack timing and looping issues.
- From: Aran Mulholland <email@hidden>
- Date: Fri, 05 Apr 2013 12:23:19 +1100
Yeah thats a good idea, however it won't fix backward compatibility issues, as I am targeting iOS5 I still have to do this stuff anyway.
I don't know if others would agree but I think that the implementation of looping has a flaw. The loop is measured from the end of the track or the last event if kSequenceTrackProperty_TrackLength is not set. In the context of beat generation applications what would be fantastic was if you could specify the start of the loop and the loop length. This would enable multiple loops to be stored in the one MusicTrack. I also think this is more intuitive, measuring loop length from the end of the track is a trifle counterintuitive.