I have a denon dn-hc1000S and would like to map the pitch slider up/down to the Loop Cut knob on the controller.
I've tried to do it inside the settings, but can't get it to change the pitch.
VDJ 7, Windows 7
Any ideas?
I've tried to do it inside the settings, but can't get it to change the pitch.
VDJ 7, Windows 7
Any ideas?
Posté Wed 26 Jan 11 @ 1:02 am
If it is an endless encoder knob (Turns continuously without stopping), then try mapping it as follows:
param_greater 0 ? pitch +0.1% : pitch -0.1%
(For more finer adjustments, use smaller values such as 0.01)
param_greater 0 ? pitch +0.1% : pitch -0.1%
(For more finer adjustments, use smaller values such as 0.01)
Posté Wed 26 Jan 11 @ 12:21 pm
Thanks. I'll give it a try later this evening.
Denon claims that it is unable to be programmed as such, but I'm assuming there is an "unpublished" way. Will report back.
Denon claims that it is unable to be programmed as such, but I'm assuming there is an "unpublished" way. Will report back.
Posté Wed 26 Jan 11 @ 1:18 pm
I just purchased a HC1000S and I'm trying to re-map the encoders to do a 1/2 beat and 2x beat loop cut but it still operates the same. Also I've tried the midi-trace to obtain the sysexid. I can't figure it out. Nothing changes when I hit send. And the mapping a "MODE" cycle function isn't working either. There was a mapper in the addon but now its gone. Any help is greatly appreciated.
Win Vista OS + VDJ 7.0.2
Win Vista OS + VDJ 7.0.2
Posté Thu 03 Feb 11 @ 6:21 pm
The mapper that may have been available is the one that is now built into VirtualDJ by default.
For loop double/half, try mapping it to:
param_greater 0 ? loop_double : loop_half
For instructions on how to map a mode button, please see http://www.virtualdj.com/wiki/VDJScript%20Examples.html
For loop double/half, try mapping it to:
param_greater 0 ? loop_double : loop_half
For instructions on how to map a mode button, please see http://www.virtualdj.com/wiki/VDJScript%20Examples.html
Posté Fri 04 Feb 11 @ 12:20 pm
Sorry, forgot to report back.
The first solution worked perfectly for me. Thanks everyone.
The first solution worked perfectly for me. Thanks everyone.
Posté Fri 04 Feb 11 @ 3:19 pm
Only works double_loop in both directions. Thats the page I've been using to try to map it from. I can map the HC1000S in ver. 6 with the MIDI wrapper but its limited, and it seems like since its now built-in its still limited.
Posté Fri 04 Feb 11 @ 6:29 pm
Got it. its just "loop_double". I'll have to play around with it to figure the rest out. Thanx.
Posté Fri 04 Feb 11 @ 6:39 pm