HI
At the moment i have a convoluted track button script that checks whether the sideview is showing the sidelist, automix or karaoke folder then uses sidelist_add, automix_add or karaoke_add accordingly.
However I also have a few permanent virtual folders in the sideview & cannot work out how to add tracks to them with the track button when they are selected in sideview.
So is there a simple command that will add whatever track is selected in the browser to whatever Sideview panel is currently selected?
Or is there a way to query if a specific virtual folder i.e 'my vfolder' is the current sideview so that I can then use virtualfolder_add 'my vfolder' to add the track to it?
Thanks
At the moment i have a convoluted track button script that checks whether the sideview is showing the sidelist, automix or karaoke folder then uses sidelist_add, automix_add or karaoke_add accordingly.
However I also have a few permanent virtual folders in the sideview & cannot work out how to add tracks to them with the track button when they are selected in sideview.
So is there a simple command that will add whatever track is selected in the browser to whatever Sideview panel is currently selected?
Or is there a way to query if a specific virtual folder i.e 'my vfolder' is the current sideview so that I can then use virtualfolder_add 'my vfolder' to add the track to it?
Thanks
Posted Sun 08 May 22 @ 8:39 pm
param_equal `sideview_title` "MyString" ? we're showing myString folder in sideview : we're not.
Posted Sun 08 May 22 @ 11:01 pm