Hey guys,
Thanks for your answers.
The solution of Rowanov doesn’t work for me.
In fact, I try to route the effects in the decks that I have previously chosen via the LPD8. I use a change to recognize the decks.
PAD1 = in deck A
PAD2 = in deck B
PAD3 = in deck C
PAD4 = in deck D
When I press on a pad, the value of MODIFIER#1 changes depending on which pads are on.
MODIFIER #1 = 0 → in all decks (all pads are off)
MODIFIER #1 = 1 → only in deck A (PAD1 is on)
MODIFIER #1 = 2 → only in deck B (PAD2 is on)
MODIFIER #1 = 3 → only in deck C (PAD3 is on)
MODIFIER #1 = 4 → only in deck D (PAD4 is on)
MODIFIER #1 = 5 → in decks A and C (PAD1 and PAD3 are on)
MODIFIER #1 = 6 → in decks B and D (PAD2 and PAD4 are on)
MODIFIER #1 = 7 → in decks A and B (PAD1 and PAD2 are on)
So far, no problems, it is the simple mathematical logic.
What will happen afterwards when I pressed an effect or a combo of effects is that the function “Effect Unit X On” will activate in the decks that I have chosen in advance, and only in these decks.
For example:
I press on to route PAD1 effects only in the deck A, then I activate the effect of X and the effect will only be active on the deck A.
Actions configured:
When I press on the PAD1: MODIFIER#1 set to 1
When I press on the pad that activates my effect: (my fx settings) + EFFECT UNIT X ON (assignment DECK A)
As in Traktor, I have no visual tool to see what decks I route the effects, I need to have at least a return to the LPD8 to know what I do.
So I add the output MODIFIER#1 with the condition M1=1 to get the LED feedback.
But it doesn’t work.
That’s what I want to do.
I read the solution could come from software as MidiPipe or MIDIMonitor (by reprogramming MIDI?!) but I really don’t understand anything.