Se Connecter:     


Forum: Old versions

Sujet: Controller Reflect a Skin...... - Page: 2

Cette partie de ce topic est ancien et peut contenir des informations obselètes ou incorrectes

sorry my bad ..try this

var_equal "togl" 1 ? set "togl" 0 & skin_panel "DJC_slot_1_6" on : set "togl" 1 & skin_panel "DJC_slot_7_12" on
 

Thanks bro!! To bad im stuck at work till tonight and can't try it :-( but if it works I will nominate you for scripter of the year, lol!

Let you know later if that does it
Huey

P.S. One more question Bob, in order for this to work, IT DOES HAVE TO BE MAPPED TO A BUTTON ON THE RMX?? Mapping a button on my keyboard wouldn't have the same effect??

As always Thanks for your time, knowledge and patience
Huey
 

lol Huey.. it brings me back a couple years ago when i was trying to learn VDJScript from JPboggis. He should win all the oscars..lol
I must have sent him quite a few PMs..:D

It's the same thing (keyboard and controller), except from the LEDs. So use a keyboard button to toggle the var, but you will have to look at the screen each time you need to press an RMX button, to make sure in what mode you are.
 

djdad wrote :
assign your RMX buttons 1..6 like this
button1 ... action
var_equal "togl" 0 ? djc_button 1 : djc_button 7


Ok the other code switches the panels but this code has no effect on the buttons...................hmmm.............

Huey
 

Try to rename the variable fromtogl to $togl
 

OK I added it, so now it looks like this
var_equal "$togl" 1 ? set "$togl" 0 & skin_panel "DJC_slot_1_6" on : set "$togl" 1 & skin_panel "DJC_slot_7_12" on

and the buttons look like this,
var_equal "$togl" 0 ? djc_button 1 : djc_button 7

AND IT WORKS!!!

I dont know how you guys do it but y'all gets its done!!

Thank YOU!!
Huey

P.S. I'll be back,lol!! I got an idea for my jogs.................
 

OK heres one,
"Can I press a button 3 Times and with every press have a different action??"

Ok for example, on this Hercules RMX there is a "Scratch" button. Ever time I push this button it will make the jogs act as either "Pitch Bends" or like a "Vinyl" (you can scratch, not really but thats the desired effect, anyways). When in pitch bend mode no light is on, when in scratch mode the light is on. Now heres what I would like to add, I would like it if after a 3rd press the jogs act as "Effect Sliders" 1 and 2 and the light now will Blink..................

As I'm sure you know I have no clue how to do this, lol!! So please any help would be great, if at all even possible.............

Thanks for looking and your time
Huey
 

Well, there is the easy way and the hard way...

the easy way.

Assign your jogs as
deck left effect active ? device_side 'left' ? deck left effect slider 1 : deck left effect slider 2 : deck right effect active ? device_side left ? deck right effect slider 1 : deck right effect slider 2 : jogwheel
This will make your jogs control parametrs 1 & 2, when an effect is activated.

The problem is that you can not control them before you activate an effect.

So here comes the hard way..lol

Assign your RMX SCRATCH button as
cycle '$mode' 3 & var_equal '$mode' 0 ? off & deck left vinyl_mode off & deck right vinyl_mode off : var_equal '$mode' 1 ? on & deck left vinyl_mode on & deck right vinly_mode on : var_equal '$mode' 2 ? blink

and your jogs as ..
var_equal '$mode' 2 ? deck left select ? device_side 'left' ? deck left effect slider 1 : deck left effect slider 2 : deck right select ? device_side left ? deck right effect slider 1 : deck right effect slider 2 : jogwheel
When the mode 2 is selected the left jog will control the 1st parmtr and the right the 2nd one. BUT for the selected DECK

I'm not sure about the LEDS, but it will work


PS. I saw your other post about this, but i thought it would be better to let you fight with it for a while..lol

 

Sorry for the double post, I should know by now just got excited, lol!! OK on to business................Fight was an under statement this was more like going to war, lmfao!! Ive crashed like 8 times since Roy posted that, lol!!

But this is what is working,
Scratch button assigned to this,
cycle '$mode' 3 & var_equal '$mode' 0 ? off & deck left vinyl_mode off & deck right vinyl_mode off : var_equal '$mode' 1 ? on & deck left vinyl_mode on & deck right vinly_mode on : var_equal '$mode' 2 ? blink the led didnt even lite up in any mode so I dont know.......

and the jogs as,
deck left effect active ? device_side 'left' ? deck left effect slider 1 : deck left effect slider 2 : deck right effect active ? device_side left ? deck right effect slider 1 : deck right effect slider 2 : jogwheel this is the first script. and like you said only works when an effect is active.

When I used this for my jogs,
var_equal '$mode' 2 ? deck left select ? device_side 'left' ? deck left effect slider 1 : deck left effect slider 2 : deck right select ? device_side left ? deck right effect slider 1 : deck right effect slider 2 : jogwheel
nothing happened.

The its working now is fine but if You could make it work like you described in the 2nd assignment would great and if the leds would blink, that would be super!!!

Did you need a new CAPE by chance? Cause every super hero needs one!!!
Huey
 

I got confused..lol

What solution do you need the 1st or the 2nd?

What is that its not working ?

Do you use any custom mapper or specific definition file from the download plugin area?
 

LOL!

The solution I would like is the 2nd...............but when I tried it the only thing that would work was the effect sliders. I lost the pitch bend and scratch function and the LED didnt turn on or blink.

No mappers, all I ever did was install the drivers and VDJ did the rest.

Huey
 

Ok..ther was a syntax error there..
Try this for the JOGS
var_equal '$mode' 0 ? jogwheel : var_equal '$mode' 1 ? jogwheel :deck left select ? device_side 'left' ? deck left effect slider 1 : deck left effect slider 2 : deck right select ? device_side left ? deck right effect slider 1 : deck right effect slider 2 : var_equal '$mode' 0 ? jogwheel : var_equal '$mode' 1 ? jogwheel

and this for the SCRATCh button
cycle '$mode' 3 & var_equal '$mode' 0 ? off & deck left vinyl_mode off & deck right vinyl_mode off : var_equal '$mode' 1 ? on & deck left vinyl_mode on & deck right vinyl_mode on : var_equal '$mode' 2 ? blink

I still cant tell you if those LEDS will be ON or BLINK
 

OK that works but the LED still wont light up even when in Scratch mode.

Thanks for the time bro!! This laptop woulda been out the window an hour ago, lmao!!
Huey

P.S. The reason I need the LEDS to light up or blink is so I can tell the difference between scratch and the effect sliders. It lights up on the skin but not on the RMX itself.
 

OK if we cant make the light blink can we create a textzone that will appear when either Scratch is active or the sliders are active??

Thanks for all your help thus far, I greatly apprecite it!!
Huey
 

Last try for the Button (SCRATCH)

cycle '$mode' 3 & var_equal '$mode' 0 ? deck left vinyl_mode off & deck right vinyl_mode off & false : var_equal '$mode' 1 ?deck left vinyl_mode on & deck right vinyl_mode on & true : var_equal '$mode' 2 ? true & blink
 

Naw that didnt work either. Its weird cause this is the normal script, deck 1 vinyl_mode & deck 2 vinyl_mode & deck 3 vinyl_mode & deck 4 vinyl_mode
Notice theres no "on" or "off".............

Oh well we got the most important part to work so it's all good!! And once again Cant nobody say you guys dont hang in there till the end!!!

Well again your time and knowledge is most apprecited!!!

Thank You
Huey
 

Well I opened another thread in the Hardware forum as 1 last ditch effort to get these lights to work...................well JP came through again!! Heres what he said,

jpboggis wrote :
Try mapping the LED separately - Click + to add a mapping, select LED_SCRATCH and set the action to:

var_equal '$mode' 0 ? off : var_equal '$mode' 1 ? on : var_equal '$mode' 2 ? on blink : off


I couldnt select it like he said so I just typed it in where it says "KEY" then added the script where it needs to go. So now when in pitch bend mode theres no LED, when in scratch mode the LED is solid and when the jogs are acting as effect sliders it blinks!! I dont know how the hell you guys do it but you fellas can work magic!!

Thanks for all the time and knowledge youve shared!!
Much Respect

Huey
 

I should have seen that the LED is seperated mapped ...anyway good you sorted this one. JP is the man, indeed !
 

OK I have 1 more button I'd like to change the mapping for............

I would like my "Source" button on the RMX to have 3 functions aswell.
First would be "Timecode_Active" with no LED like it does now,
The next would be "Timecode off" with a solid LED and
the 3rd would be "Timecode_bypass" with a blinking LED but I would only like this to happen only if the button is held down for so long, like "holding 500ms"...........

I've tried a few things but as you can guess they didnt work, lol!

Thanks for looking and your time
Huey

 

Can this be done??

Huey
 

53%