Hello!
Im a DDJ-Ergo user, how to change some function of standart buttons? I want to change Video mixing buttons: 1st to Pitch Lock and 2nd to Reset Pitch, the problem is to sat Leds to work like in standart skin (leds of Pich Lock and Reset).
Im a DDJ-Ergo user, how to change some function of standart buttons? I want to change Video mixing buttons: 1st to Pitch Lock and 2nd to Reset Pitch, the problem is to sat Leds to work like in standart skin (leds of Pich Lock and Reset).
Mensajes Sat 14 Jan 12 @ 7:13 am
if it is two seperate buttons you can use this, but I'm not sure I fully understood what you are asking...
button 1
master_tempo
led 1
master_tempo ? on : off
button 2
pitch_reset
led 2
pitch 100% ? on : off
button 1
master_tempo
led 1
master_tempo ? on : off
button 2
pitch_reset
led 2
pitch 100% ? on : off
Mensajes Sat 14 Jan 12 @ 7:27 am
almost what i need thanx! But realy i need that i press 1st button (pitchlock) - led on. when pichlock disabled - led off. 2nd button led only when i press button.
Mensajes Sat 14 Jan 12 @ 8:11 am
still not understanding you sorry,
for the 1 st button it is using "master tempo" that locks the key of the track to the original key, so you can change the speed without altering the key. the led will only be on if you have "master tempo" on, otherwise it will be off.
the second button will reset the pitch to 0% and when the pitchslider of vdj is in the middle the led will be on, otherwise off.
for the 1 st button it is using "master tempo" that locks the key of the track to the original key, so you can change the speed without altering the key. the led will only be on if you have "master tempo" on, otherwise it will be off.
the second button will reset the pitch to 0% and when the pitchslider of vdj is in the middle the led will be on, otherwise off.
Mensajes Sat 14 Jan 12 @ 8:52 am
DDJ Ergo has already a button and a LED to indicate MAster Tempo (Keylock), so user needs Pitchlock apparently
The code for pitchlock is
pitchlock
Same action you need to assign to the LED of the button
The code for pitchlock is
pitchlock
Same action you need to assign to the LED of the button
Mensajes Sat 14 Jan 12 @ 2:01 pm
i to have a question.
Is it possible to have a button light up only 50%.
Then when i press a button say the sampler for example- The button then fully lights up to 100%.
Is it possible to have a button light up only 50%.
Then when i press a button say the sampler for example- The button then fully lights up to 100%.
Mensajes Sun 15 Jan 12 @ 3:49 pm
not on any controller I have seen yet, a few like reloop dj3 have it built into the hardware, although you should be able to do it on the jogs on the ergo as it should have the hardware and firmware to do it..
Mensajes Sun 15 Jan 12 @ 3:56 pm
Only reason i ask is because thats how it works when i connect the ergo with traktor.
I quite like how that works so was just wondering if it could also be done with virtual dj
I quite like how that works so was just wondering if it could also be done with virtual dj
Mensajes Sun 15 Jan 12 @ 5:04 pm
so how to map led right? i need to make led stay on when i press it (toggle). This button is button F2.
Mensajes Mon 16 Jan 12 @ 10:39 am
You can either use the same command with the button or delete the mapper entry for the LED all together. When VDJ does not have a explicit command for a LED it uses the code of it's button.
Finally as Djdad said above your code should be pitchlock and pitch_reset
Finally as Djdad said above your code should be pitchlock and pitch_reset
Mensajes Mon 16 Jan 12 @ 2:52 pm