Hi,
I want to use TrackEventCountChanged to determine when a user has split a TrackEvent. When a split occurs, the currently selected event is shortened to the PlayCursorPosition, and a new event is created beginning at the PlayCursorPosition.
How can I find if a split occurred? A TrackEventCountChanged event may occur for other reasons besides a split.
If you want to perform additional tasks when an event is split, would it be possible to write your own split command instead? I realize this might not be optimal given that you then have to re-bind the keyboard shortcut to call your split instead of the default one, but I can't really think of a bulletproof way of detecting a split.