NeuralDSP transpose control

Hey gang! I’ve a few days left of my GP trial, and LOVE it so far. I’ve hit a snag in my setup and was hoping to find some insight here.

I’m using Neural SLO-X, with variations of clean, rhythm, and lead, and the accompanying widgets (wonderful system btw).

Where I’m stuck, is finding a way to program footswitches for control of the transpose feature, in Neural, not the GP midi transpose. Ideally I would like to have 2 footswitches, one that goes down and increment, and one up. I would settle for preset postions however.

I know that I can create a knob widget and tie it to variations, but I don’t want to recreate my rackspace for every tuning possibility.

Anybody have any ideas on how to make this work?

// Start of lecture
Variations are not a copy of your rackspace: only the values of the widgets are applied separately for each variation.
// End of lecture

How are you going to control the desired transpose? Are you going to use a foot controller with a button for each transpose? Or a MIDI keyboard with a key for each transpose?

If you have separate buttons/keys, you could use a radio button group with ‘no button off messages’ and bind them all to the transpose parameter. You then assign the right MIDI message to each radio button (so that it corresponds to the correct button/key).

GP Script can help with this…

gp-neural-transpose

Example gig file (I used the SLO-100 X VST3).
NeuralDSP Transpose Increment.gig (56.0 KB)

3 Likes

That looks perfect! Thank you so much. Gonna go learn how to implement GP script now.