View Single Post
Old 06-16-2017, 08:14 PM   #1
me2beats
Human being with feelings
 
me2beats's Avatar
 
Join Date: Jul 2015
Location: Yekaterinburg, Russia
Posts: 400
Default API: SetLastTouchedTrack(tr)

we have GetLastTouchedTrack(), but we haven't r.SetLastTouchedTrack(). Of course we can use
Main_OnCommand(40914,0) -- Track: Set first selected track as last touched track
but in that case we have to do this:

1) save current track selection
2) select only tr
3) Main_OnCommand(40914,0)
4) restore saved track selection
__________________
My Reapack Repo
Donation

Last edited by me2beats; 06-17-2017 at 05:03 AM.
me2beats is offline   Reply With Quote