Trying to do a simple thing;
If (Condition = True) Then
'--- Turn on new track arm
Midimessage, NewTrackNum
'--- Turn off old track arm
Midimessage, OldTrackNum
'---- Store Old TrackNum
OldTrackNum = NewTrackNum
End If
How do you ensure the above? ie OldTrackNum = NewTrackNum
This is the patch so far...just cant figure out how I can get the delayed store