I'm trying to assign a few frequently used functions to keyboard shortcuts, such as CBG PHASE +/- 1/4, Edit BPM, Browser_toplaylist, and a few others. However, I do not see these actions listed in the keyboard mapper. Am I missing something?
Posté Wed 11 May 11 @ 5:32 pm
The keyboard mapper is pretty simple by the factory, but you can make it as complex as you wish...
With about 270 different key combinations possible it would be an overkill for VDJ Team to map everything on keyboard.
So, go on and map whatever YOU need... :)
PS: It doesn't matter if you don't see a function listed on the mapper. Once you start typing your VDJ Script command, the appropriate functions should appear on the info box
With about 270 different key combinations possible it would be an overkill for VDJ Team to map everything on keyboard.
So, go on and map whatever YOU need... :)
PS: It doesn't matter if you don't see a function listed on the mapper. Once you start typing your VDJ Script command, the appropriate functions should appear on the info box
Posté Wed 11 May 11 @ 5:38 pm
Posté Wed 11 May 11 @ 5:40 pm
OK I see. However, it does not seem to respond after entering the script. For example, I open up the keyboard mapper, select the "C" key on left side, and type "adjust_cbg+1" in the action box. Then I hit OK.
When I play a song and type "C", the grid does not change.
??
When I play a song and type "C", the grid does not change.
??
Posté Wed 11 May 11 @ 6:13 pm
Eric, call me, I can walk you through the process.
Posté Wed 11 May 11 @ 8:43 pm
Thats because your action is not correct
Copy and paste this one
adjust_cbg +1
There is a space between cbg and +
or if you need smaller steps for the grid to move..
adjust_cbg +0.01
or
adjust_cbg -0.01
Copy and paste this one
adjust_cbg +1
There is a space between cbg and +
or if you need smaller steps for the grid to move..
adjust_cbg +0.01
or
adjust_cbg -0.01
Posté Wed 11 May 11 @ 9:35 pm
Oh OK I added the space and now it works. I will be putting in many keyboard shortcuts the next few days.
Thank you!!
Thank you!!
Posté Thu 12 May 11 @ 10:50 am
Here's another one that I used to be able to do but cannot figure out:
I would like PAGE UP and PAGE DOWN keys to apply to BROWSER scrolling. What action would that be?
I would like PAGE UP and PAGE DOWN keys to apply to BROWSER scrolling. What action would that be?
Posté Thu 12 May 11 @ 5:07 pm
browser_scroll +1
browser_scroll -1
these are all the browser related commands
browser_scroll : scroll through the songs or folders.
browser_enter : if focus is on songs, load the selected song. if focus is on folders, change focus to songs.
browser_folder : if focus is on songs, change focus to folders. if focus is on folders, open or close the subfolders of the selected folder.
browser_window : change the active browser zone. 'browser_window "folders"', 'browser_window "songs"', 'browser_window "playlist"', 'browser_window "sidelist"', or 'browser_window +1'.
browser_scroll -1
these are all the browser related commands
browser_scroll : scroll through the songs or folders.
browser_enter : if focus is on songs, load the selected song. if focus is on folders, change focus to songs.
browser_folder : if focus is on songs, change focus to folders. if focus is on folders, open or close the subfolders of the selected folder.
browser_window : change the active browser zone. 'browser_window "folders"', 'browser_window "songs"', 'browser_window "playlist"', 'browser_window "sidelist"', or 'browser_window +1'.
Posté Thu 12 May 11 @ 6:52 pm
OK great thanks so much.
Posté Fri 13 May 11 @ 11:49 am