Hi,
Just wondering if there is a script that can be used to open a effects group folder.
Using 'effect_select' mapped to open the general effects list menu and to scroll up/down the list but is there a way to open group subfolders without using the mouse pointer but a mapped button instead?....I've searched around for an answer but not come up with anything....
Thanks for any help
Just wondering if there is a script that can be used to open a effects group folder.
Using 'effect_select' mapped to open the general effects list menu and to scroll up/down the list but is there a way to open group subfolders without using the mouse pointer but a mapped button instead?....I've searched around for an answer but not come up with anything....
Thanks for any help
geposted Sun 22 Apr 18 @ 8:50 pm
Try
effect_select "your folder name'
I'm guessing here (not at machine to test) but that seems to be a logical guess to me.
effect_select "your folder name'
I'm guessing here (not at machine to test) but that seems to be a logical guess to me.
geposted Sun 22 Apr 18 @ 9:05 pm
Thanks locodog,
Even if it works I'm not sure that will do exactly what I'm after. Basically I've scripted opening up the effects list to a button, scripted scrolling up and down the list to another couple of buttons and want to be able to open a group sub folder if I scroll onto it, rather than have controls dedicated to individual folder names.
A bit like the 'browser_folder' command, only for the effects list....
Even if it works I'm not sure that will do exactly what I'm after. Basically I've scripted opening up the effects list to a button, scripted scrolling up and down the list to another couple of buttons and want to be able to open a group sub folder if I scroll onto it, rather than have controls dedicated to individual folder names.
A bit like the 'browser_folder' command, only for the effects list....
geposted Sun 22 Apr 18 @ 9:17 pm
I think i can do this, give me 24 hours and I'll give a test, unless someone else chime in.
geposted Sun 22 Apr 18 @ 9:26 pm
And just tried:
effect_select "your folder name'
And that doesn't seem to work either.... :-)
effect_select "your folder name'
And that doesn't seem to work either.... :-)
geposted Sun 22 Apr 18 @ 9:27 pm
Thanks - no rush!
geposted Sun 22 Apr 18 @ 9:28 pm
I can remember a request similar maybe 6 months ago.
It's hazy but i think it is possible.
It's hazy but i think it is possible.
geposted Sun 22 Apr 18 @ 9:55 pm
Thanks Locodog
I'll have another hunt and see if I can find that - previous searches have not come up with anything.
In the meantime I have discovered that hitting the keyboard 'enter' key opens up the subfolder (though there doesn't seem to be a way to close it again), so maybe it requires a system command rather than a midi script?
I'll have another hunt and see if I can find that - previous searches have not come up with anything.
In the meantime I have discovered that hitting the keyboard 'enter' key opens up the subfolder (though there doesn't seem to be a way to close it again), so maybe it requires a system command rather than a midi script?
geposted Mon 23 Apr 18 @ 5:00 am
Oh ok try
browser_enter
browser_enter
geposted Mon 23 Apr 18 @ 5:08 am
Ah great, nearly there!
Browser_enter does open the sub-folder :-).... however pressing it again doesn't go back up a layer. I've tried browser_folder but that doesn't seem to do anything.... again the keyboard 'backspace' key does the trick - is there a script command that is the equivalent of that?
p.s. is this the previous discussion you were thinking of?
https://www.virtualdj.com/forums/222377/General_Discussion/FX_Slot_Folders_.html?search=effects%20groups&page=1
Browser_enter does open the sub-folder :-).... however pressing it again doesn't go back up a layer. I've tried browser_folder but that doesn't seem to do anything.... again the keyboard 'backspace' key does the trick - is there a script command that is the equivalent of that?
p.s. is this the previous discussion you were thinking of?
https://www.virtualdj.com/forums/222377/General_Discussion/FX_Slot_Folders_.html?search=effects%20groups&page=1
geposted Mon 23 Apr 18 @ 5:22 am
browser_folder should currently close the window.
It could be made to go up one folder I guess, but not sure if it's that useful. After closing it's easy enough to open the window again as well.
It could be made to go up one folder I guess, but not sure if it's that useful. After closing it's easy enough to open the window again as well.
geposted Mon 23 Apr 18 @ 6:08 am
Yes browser_folder seems to just close the window, but there doesn't seem to be an easy way of navigating this pop down menu from a controller, only from the keyboard as far as I can see at the moment.... oh well, there are worse problems to have I guess! ;-)
geposted Tue 24 Apr 18 @ 5:38 am
From a controller browser_scroll already works to scroll, browser_enter to select a plugin or enter a folder, and browser_folder to close the window.
browser_folder to go up one level will be added in next update.
From keyboard, you can use backspace or left arrow to go back one folder, and right arrow to enter a folder.
Arrow up, down and enter key to select should also work.
browser_folder to go up one level will be added in next update.
From keyboard, you can use backspace or left arrow to go back one folder, and right arrow to enter a folder.
Arrow up, down and enter key to select should also work.
geposted Tue 24 Apr 18 @ 6:23 am
Great... thanks for the very clear explanation Adion.
geposted Tue 24 Apr 18 @ 8:45 pm