All these questions refer to VDJ8....
1. Is there a command that I'm missing to extend the sideview panel. A simple press of a button to extend or retract the sideview would be much more simple since the sideview tab is extremely small. The majority of the time the sampler pad would be the focus when extended if that matters.
2. Is there a script to load a certain sampler pad to a deck without having to use "load 'C:/File Path'" for every sampler pad that you have a sample in. The idea is if I press the button for sampler_pad 1 then load that sample that's in sampler_pad 1 to deck 1 to scratch in over the beat.
3. And finally the last one. A script to change the key of a song up or down while pressed. So button X is pressed the song goes up 3 keys. When button X is released the song goes back to the original key. Button Y is pressed the song goes up 4 keys. When button Y is released the song goes back to the original key.
Thank you for reading
1. Is there a command that I'm missing to extend the sideview panel. A simple press of a button to extend or retract the sideview would be much more simple since the sideview tab is extremely small. The majority of the time the sampler pad would be the focus when extended if that matters.
2. Is there a script to load a certain sampler pad to a deck without having to use "load 'C:/File Path'" for every sampler pad that you have a sample in. The idea is if I press the button for sampler_pad 1 then load that sample that's in sampler_pad 1 to deck 1 to scratch in over the beat.
3. And finally the last one. A script to change the key of a song up or down while pressed. So button X is pressed the song goes up 3 keys. When button X is released the song goes back to the original key. Button Y is pressed the song goes up 4 keys. When button Y is released the song goes back to the original key.
Thank you for reading
geposted Sun 05 Oct 14 @ 7:30 pm
1
show_splitpanel 'sideview'
also one of these below might be useful too
sideview +1
sideview 'sampler'
2 Not possible by script (I think) but you can drag from sampler to a deck.
3
key_move +3 while_pressed
key_move +4 while_pressed
show_splitpanel 'sideview'
also one of these below might be useful too
sideview +1
sideview 'sampler'
2 Not possible by script (I think) but you can drag from sampler to a deck.
3
key_move +3 while_pressed
key_move +4 while_pressed
geposted Sun 05 Oct 14 @ 8:14 pm
1. Awesome!! That worked
2.I have a touchscreen. Either way when I touch the sampler pad to drag it or use the mouse to try to drag it to the deck it starts playing with the sampler pad. However, it will drag to the deck only with the playlist. Maybe I'll hit up the good ol' Wishes and new features forum for this action to be added to the sampler.
3.This worked also. You are the Man!! godj30349 owes you $4 from http://fr.t.virtualdj.com/forums/193957/General_Discussion/Need_script_help.html. You can tack on a couple from me.
Thanks again locodog.
2.I have a touchscreen. Either way when I touch the sampler pad to drag it or use the mouse to try to drag it to the deck it starts playing with the sampler pad. However, it will drag to the deck only with the playlist. Maybe I'll hit up the good ol' Wishes and new features forum for this action to be added to the sampler.
3.This worked also. You are the Man!! godj30349 owes you $4 from http://fr.t.virtualdj.com/forums/193957/General_Discussion/Need_script_help.html. You can tack on a couple from me.
Thanks again locodog.
geposted Sun 05 Oct 14 @ 8:32 pm





