Hello everyone,
I am currently working on a project involving a custom-built speedometer. I am using a magnetic sensor and an Arduino to send MIDI Control Change (CC) messages to a CueCore2. Currently, it works brilliantly for controlling master intensity.
However, I would like to expand this to control individual pixels on Sunstrips or Titan Tubes. My goal is to have the number of active pixels correspond to the speed: the faster the magnet passes the sensor, the more pixels should light up. I have created a playback with 8 cues (across 8 different tracks), where each track activates an additional pixel. I attempted to use "Playback -> Jump -> Control" via Show Control, but it didn't behave as expected.
In short: I want the MIDI value to dictate the specific cue number being executed (e.g., a higher MIDI value triggers a higher cue number). Does anyone know a reliable workaround for this?
Thanks in advance for your help!