Hi,
Is there anyway to customise what panels are displayed in the sideview?? I am never going to use the sampler or the kareoke panels, and would like to hide them so when I change through the panels with a button I don't need to skip these panels. Is this possible?
Thanks.
Is there anyway to customise what panels are displayed in the sideview?? I am never going to use the sampler or the kareoke panels, and would like to hide them so when I change through the panels with a button I don't need to skip these panels. Is this possible?
Thanks.
Posted Tue 24 Nov 15 @ 8:45 am
I think you may be able to edit the skin xml.
I too am thinking of something similar, except the sampler is essential to my mixing/remixing.
I too am thinking of something similar, except the sampler is essential to my mixing/remixing.
Posted Tue 24 Nov 15 @ 8:49 am
I just had a quick look at the default 2 deck skin xml file, which is the skin that I use, and I can't really find anywhere in there where it specifies what is shown in the sideview.
Posted Tue 24 Nov 15 @ 9:00 am
You can assign the following actions to keyboard/controller/custom buttons.
sideview 'Automix' (will select Automix)
sideview 'Sidelist' (will select Sidelist)
sideview 'Automix' ? sideview 'Sidelist' : sideview 'Automix' (will cycle though Automix and Sidelist)
sideview 'Automix' (will select Automix)
sideview 'Sidelist' (will select Sidelist)
sideview 'Automix' ? sideview 'Sidelist' : sideview 'Automix' (will cycle though Automix and Sidelist)
Posted Tue 24 Nov 15 @ 9:02 am
djdad, that is exactly what I was looking for. Thanks!
Just for future reference, is there anyway that you could potentially loop through 3 panels?? Using an extra if modifier somehow?? I'm not fully up to speed on VDJscript, I get how switching between 2 works, but I can't figure out how you would switch through 3.
Just for future reference, is there anyway that you could potentially loop through 3 panels?? Using an extra if modifier somehow?? I'm not fully up to speed on VDJscript, I get how switching between 2 works, but I can't figure out how you would switch through 3.
Posted Tue 24 Nov 15 @ 9:08 am
sideview 'Automix' ? sideview 'Sidelist' : sideview 'Sidelist' ? sideview 'Sampler' : sideview 'Automix'
Posted Tue 24 Nov 15 @ 1:46 pm