I have been playing with the mapping in the hercules rmx for just about 1 week. I have been able
to remap a few keys. However I am having trouble mapping one key to do multiple tasks.
Example: right moves to the browser. I would like to have this same key move to the playlist,
then load songs from the playlist to a particular deck.
I tried using the "holding" right,but it did not work. I must be doing something wrong.
Suggestions please.
Thanks
to remap a few keys. However I am having trouble mapping one key to do multiple tasks.
Example: right moves to the browser. I would like to have this same key move to the playlist,
then load songs from the playlist to a particular deck.
I tried using the "holding" right,but it did not work. I must be doing something wrong.
Suggestions please.
Thanks
发表时间 Sun 03 Oct 10 @ 8:27 am
Try:
browser_window "playlist" ? load : browser_window "playlist"
If you wish to load to a specific deck, add deck 1 or deck 2 in front of load, e.g:
browser_window "playlist" ? deck 1 load : browser_window "playlist"
browser_window "playlist" ? load : browser_window "playlist"
If you wish to load to a specific deck, add deck 1 or deck 2 in front of load, e.g:
browser_window "playlist" ? deck 1 load : browser_window "playlist"
发表时间 Sun 03 Oct 10 @ 12:57 pm
Thank you.
I still cannot get the right key work correctly.
It works to move to the browser fine.
Now I want to use it to also move to the playlist.
I thought you could somehow use the "Holding command".
Right: move to browser
Holding right: move to playlist.
For some reason it is not working, unless this cannot be accomplished with the right arrow.
I still cannot get the right key work correctly.
It works to move to the browser fine.
Now I want to use it to also move to the playlist.
I thought you could somehow use the "Holding command".
Right: move to browser
Holding right: move to playlist.
For some reason it is not working, unless this cannot be accomplished with the right arrow.
发表时间 Sun 03 Oct 10 @ 3:03 pm
Try:
holding ? browser_window "playlist" : browser_window "songs"
holding ? browser_window "playlist" : browser_window "songs"
发表时间 Sun 03 Oct 10 @ 3:18 pm
I tried that earlier, it did not work.
Is it possible the skin has something to do with this?
I am using Mix Lab 3.1
Another thing; Are you supposed to press the "right" key for learn?
If so then it will not go to the browser.
I know I am doing something stupid, just can't figure out what.
Is it possible the skin has something to do with this?
I am using Mix Lab 3.1
Another thing; Are you supposed to press the "right" key for learn?
If so then it will not go to the browser.
I know I am doing something stupid, just can't figure out what.
发表时间 Sun 03 Oct 10 @ 4:37 pm
I now have it working if I hold the right button it goes to the playlist.
I had to reboot VDJ for it to work.
However this is not totally what I am trying to do.
I want to be able to move from the folders to the browser and to the playlist.
Possibly load from the browser or playlist.
I had to reboot VDJ for it to work.
However this is not totally what I am trying to do.
I want to be able to move from the folders to the browser and to the playlist.
Possibly load from the browser or playlist.
发表时间 Mon 04 Oct 10 @ 11:17 am
Try:
holding ? browser_enter : browser_window +1
This will cycle through the browser windows when the button is clicked, and load the selected song when the button is held down.
holding ? browser_enter : browser_window +1
This will cycle through the browser windows when the button is clicked, and load the selected song when the button is held down.
发表时间 Mon 04 Oct 10 @ 12:58 pm
Great that works. Thanks a bunch.
Still playing around with the mappings, getting more set up as I go along.
Isn't there a way to use one button for multiple mappings?
Or possibly use the other buttons (1-2-3-4-5-6 on the opposite side) for some other settings?
Still playing around with the mappings, getting more set up as I go along.
Isn't there a way to use one button for multiple mappings?
Or possibly use the other buttons (1-2-3-4-5-6 on the opposite side) for some other settings?
发表时间 Tue 05 Oct 10 @ 10:07 am
You can designate a button on the controller to act as a shift button. This can then be used in combination with other buttons to allow them to perform alternative functions.
You can use action_deck 1 ? left deck action : right deck action to allow a button on a dual-deck controller to perform different actions on each side.
For further information, please see:
http://www.virtualdj.com/wiki/VDJScript%20Examples.html
http://www.virtualdj.com/wiki/VDJscript_verbs.html
http://www.virtualdj.com/wiki/VDJscript.html
You can use action_deck 1 ? left deck action : right deck action to allow a button on a dual-deck controller to perform different actions on each side.
For further information, please see:
http://www.virtualdj.com/wiki/VDJScript%20Examples.html
http://www.virtualdj.com/wiki/VDJscript_verbs.html
http://www.virtualdj.com/wiki/VDJscript.html
发表时间 Tue 05 Oct 10 @ 12:04 pm
Thanks,
I will give it a try as soon as I sort out another problem.
Now the out put source is not working, nor are the headphones.
Think it may possibly faulty unit.
Appreciate your help
I will give it a try as soon as I sort out another problem.
Now the out put source is not working, nor are the headphones.
Think it may possibly faulty unit.
Appreciate your help
发表时间 Tue 05 Oct 10 @ 12:56 pm
Got a new RMX. Worked on the mapping and it worked.
Now it seems every time I turn off the sys and go back later;
the mappers don't work.
I need to redo them. Sync did not work, had to remap it.
I will check it again tomorrow. If everything is still in the mappers
and works that will be good.
Thanks for all the help.
Now it seems every time I turn off the sys and go back later;
the mappers don't work.
I need to redo them. Sync did not work, had to remap it.
I will check it again tomorrow. If everything is still in the mappers
and works that will be good.
Thanks for all the help.
发表时间 Wed 06 Oct 10 @ 1:56 pm