So, I have an event. I want to copy it to the next track.
Is the IEnumerator for Vegas.Project.Tracks normalized - as in, would currentEvent.Track.Index+1 give me the next track - always? (except when the current track is the last track, of course)
If not, how can I do this in a simple way?