I'm attempting to customize my EQ knobs so they look something like this:
EQ_HI = stem "HiHat"
EQ_MID = stem "Vocal"
EQ_LOW = stem "Melody"
FILTER = stem "Kick"
This works great on a 2 channel midi mixer but I'm attempting to achieve the same on a four channel Pioneer DJM. Stem separation on the outer channels and regular EQ on the inner channels.
I wrote the following script and attached it to EQ_HIGH, but it didn't work:
So in an attempt to debug it I tested:
It also wouldn't work, so I tested the same on a 2 channel mixer and it works fine. I've tested a simple debug "test" on the knob and it also works fine. I feel like I'm missing something obvious.
This video shows the issue:
EQ_HI = stem "HiHat"
EQ_MID = stem "Vocal"
EQ_LOW = stem "Melody"
FILTER = stem "Kick"
This works great on a 2 channel midi mixer but I'm attempting to achieve the same on a four channel Pioneer DJM. Stem separation on the outer channels and regular EQ on the inner channels.
I wrote the following script and attached it to EQ_HIGH, but it didn't work:
device_side 1 ? stem "HiHat" :
device_side 2 ? eq_high :
device_side 3 ? eq_high :
device_side 4 ? stem "HiHat"
So in an attempt to debug it I tested:
device_side 1 ? debug "Test"
It also wouldn't work, so I tested the same on a 2 channel mixer and it works fine. I've tested a simple debug "test" on the knob and it also works fine. I feel like I'm missing something obvious.
This video shows the issue:
https://youtu.be/hNSD80YPEcs
Posted Sun 28 Jul 24 @ 1:53 pm