Is there a VDJ Script verb to open/collapse the sideview area in the browser?
发表时间 Mon 10 Aug 20 @ 4:26 pm
Weird, i was so sure there was an action for this. I remember having it mapped on my Mixtrack Quad a few years ago, but i can't find anything either, so this is my +1 for this post.
发表时间 Mon 10 Aug 20 @ 4:58 pm
It should be
show_splitpanel 'sidelist'but I can't get it to work.
发表时间 Mon 10 Aug 20 @ 6:20 pm
show_splitpanel 'PANELNAME' X%
发表时间 Mon 10 Aug 20 @ 6:22 pm
That doesn't work either. I tried 64 bit and 32 bit.
发表时间 Mon 10 Aug 20 @ 6:25 pm
show_splitpanel 'sideview'
typo in the script use description, "sideview" not "sidelist"
typo in the script use description, "sideview" not "sidelist"
发表时间 Mon 10 Aug 20 @ 6:29 pm
Ah, OK. Either typo or it's been changed at some point. Have you informed the relevant authorities?
发表时间 Mon 10 Aug 20 @ 6:40 pm
Nice, is it possible to call another content to the sideview? As example:
show sidelist in sideview
show sampler in sideview
show automix in sideview
show karaoke in sideview
show compatible songs in sideview
show sidelist in sideview
show sampler in sideview
show automix in sideview
show karaoke in sideview
show compatible songs in sideview
发表时间 Mon 10 Aug 20 @ 7:26 pm
Just type the word in the button editor and read the description text.
发表时间 Mon 10 Aug 20 @ 7:43 pm
TY! When mapped to an encoder or fader this also scales the ratio of zones! perfect for my purpose.
发表时间 Mon 10 Aug 20 @ 8:10 pm
@monty look up sideview script
@groovin, I'm sure it's been noticed, If I don't see a change in next few builds, I'll report
@groovin, I'm sure it's been noticed, If I don't see a change in next few builds, I'll report
发表时间 Mon 10 Aug 20 @ 8:55 pm
Ive typed in the word show_splitpanel into the button editor and the descripton said:
But this doesnt work, as mentioned above already. The description is wrong.
Ive also tried with:
But no luck. Is there another way to access the other lists?
show_splitpanel 'sidelist'
But this doesnt work, as mentioned above already. The description is wrong.
Ive also tried with:
show_splitpanel 'Automix'
But no luck. Is there another way to access the other lists?
发表时间 Mon 10 Aug 20 @ 9:29 pm
I figured it out, you need two commands:
show_splitpanel 'sideview' & sideview 'sampler'
发表时间 Mon 10 Aug 20 @ 9:55 pm
yes the real one:
browser_window automix
"browser_window 'folders'", "browser_window 'songs'", "browser_window 'sideview'", or
"browser_window 'automix'", "browser_window 'sidelist'", "browser_window 'sampler'", "browser_window 'karaoke'"
"browser_window +1", "browser_window -1"
"browser_window +1", "browser_window -1"
sideview 'automix', sideview 'remixes', sideview 'sidelist', sideview 'karaoke' sideview 'clone'
browser_window automix
"browser_window 'folders'", "browser_window 'songs'", "browser_window 'sideview'", or
"browser_window 'automix'", "browser_window 'sidelist'", "browser_window 'sampler'", "browser_window 'karaoke'"
"browser_window +1", "browser_window -1"
"browser_window +1", "browser_window -1"
sideview 'automix', sideview 'remixes', sideview 'sidelist', sideview 'karaoke' sideview 'clone'
发表时间 Mon 10 Aug 20 @ 9:57 pm
I think if you have vertical sidelist enabled that that panel is actually called sidelist, so it's not really wrong in the description, just describing a different panel.
发表时间 Tue 11 Aug 20 @ 2:12 am
Horizontal sidelist - yes, then the script in the description works.
However, that's not enabled in the default browser, and I think most users would not have it enabled.
It would be better to change the example text. If it's causing confusion for experienced users then it needs addressing, IMO.
However, that's not enabled in the default browser, and I think most users would not have it enabled.
It would be better to change the example text. If it's causing confusion for experienced users then it needs addressing, IMO.
发表时间 Tue 11 Aug 20 @ 7:59 am