When using the mapping of var_equal '$shift' 0 ? touchwheel : touchwheel on the MC6000, using the touchwheel in SHIFT mode eventually causes the whole program to stop responding to MIDI command. Could just a simple mapping error on my part....
Advice?
Advice?
发表时间 Thu 28 May 15 @ 10:59 pm
Your script does nothing.
It will always be "touchscreen" whether shift is pressed or not.
What would you like to achive?
It will always be "touchscreen" whether shift is pressed or not.
What would you like to achive?
发表时间 Fri 29 May 15 @ 3:51 am
Looking to use the touchwheel as a fast browse when shifted.
发表时间 Fri 29 May 15 @ 4:02 am
Try this:
var_equal '$shift' 0 ? touchwheel : wheel_mode 'search'
or that:
var_equal '$shift' 0 ? touchwheel : song_pos
var_equal '$shift' 0 ? touchwheel : wheel_mode 'search'
or that:
var_equal '$shift' 0 ? touchwheel : song_pos
发表时间 Fri 29 May 15 @ 4:58 am
Will try and report back. Thanks.
发表时间 Fri 29 May 15 @ 4:59 am
Works great! Thanks!
发表时间 Mon 01 Jun 15 @ 5:49 pm
Guys I could use a little help in customizing my denon 6000. I am running a 3124 config. I'd like decks 1,2 to be default however I'd like the LED's under the Touch wheels to be different colors 1 (red) 2 (blue) 3 (goes to blue) 4 (goes to red) on deck change commands?
Any idea how to make that happen?
This is the mapper I'm using! http://www.virtualdj.com/addons/15696/MC-6000_Full_3-1-2-4.html
Also edited to remove all the sync other than just snyc button.
Any idea how to make that happen?
This is the mapper I'm using! http://www.virtualdj.com/addons/15696/MC-6000_Full_3-1-2-4.html
Also edited to remove all the sync other than just snyc button.
发表时间 Fri 12 Jun 15 @ 9:17 pm
Very interesting idea... Wonder if it is possible since I imagine that the LEDs seem to be factory fixed to red-blue. I could be totally wrong though. Just never seen anything about changing them in the 3 years I've owned the controller.
发表时间 Fri 12 Jun 15 @ 9:47 pm
Those LEDs are hardware and can't be changed.
Keith
Keith
发表时间 Sat 13 Jun 15 @ 4:17 am
Well something is controlling them either firmware or midi mapping. There should be a way to customize them just finding the correct way is the key.
However, It might be more trouble than it's work it was just a thought. I just got the controller and seemed like it would be nice to have them different.
However, It might be more trouble than it's work it was just a thought. I just got the controller and seemed like it would be nice to have them different.
发表时间 Sun 14 Jun 15 @ 2:25 pm
It's the firmware that controls the color of this led. And there is NO WAY to change/alter that! :)
发表时间 Mon 15 Jun 15 @ 5:21 am