hi. i hope you are fine.
I am stuck. I want to create a switch+knob combo. I am using a 2 matrix containers to build it.
here is the logic:
- if switch is turned off, knob will not send any midi message (but you can change the knob value for later use)
- when switch is turned on, the current value of the knob will be sent through Midi
- if switch is turned on, rotating the knob will send midi message.
- when switch is turned off, the knob will not go to 0, instead it will keep showing its value.
use cases: i want to turn an effect on/off, and modify the amount of the effect.
currently using logic:
- when switch is turned off, knob "bypass" prop is "true". (works)
- value is not updated when i change the knob. it somehow goes to "default"...? (need help)
- opposite of 1. (works)
- turning off switch makes the knob go to 0. (need help)
also, if you have any better way of implementing this/similar things, please let me know