I’m trying to use a set of stereo switches to be able to switch a pair of filters between series and parallel. Because all three switches need to be flipped at the same time, I’m using a CV control. However, only the on/off control for the switches can be CV mapped. The channel selector allows for midi and direct device controls, but this doesn’t allow me to change all three switches at the same time. I’ve updated all the plugs and the device.
I believe the issue here is that enumerated parameters work differently, or there is still some missing LV2 spec to allow this, not sure. It was discussed before.
Not all parameter types are able to map to CV, toggles and enums like this are some.
Using stereo crossfaders in place of the switches. It’s annoying, because the in-between positions aren’t necessarily something I want, although not the worst in this case.
Interesting — on-off works just fine. Go over 5V, and it flips. I’d expect that you could model an enum the same way. Of course, being able to name and display the ranges on the CV control when you have it mapped to a device knob would be necessary in a lot of cases for usability.