Replies: 1 comment 2 replies
-
Hi Inteyes! I don't suppose firing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys.
Is anybody have an idea on how to properly change modulator sysex formula from Lua?
I have tried the most obvious approach like:
panel:getModulatorByName("knobOsc2Semitone"):getMidiMessage():setPropertyString("midiMessageSysExFormula", "F0 42 3y 58 41 4F 00 LS MS F7")
It works pretty well - modulator become to send values using new formula. But the panel cannot recognize and display incoming values from synthesizer using this new formula until I enter and exit "panel mode" (even though I make no changes there).
Is there any chance to get it to work? Really want to avoid doubling the whole knob collection on the panel to send slightly different data.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions