Closed gabrieldib closed 1 year ago
When using this code:
on init declare ui_slider $my_knob1(1,1000000) declare const $MY_KNOB1_DISP := get_ui_id($my_knob1) end on
I get the error: "Expression uses non-constant values or constant variables"
However, Kontakt compiles the code above and runs it.
This is due to Extra syntax checks option. Needs investigation.
When using this code:
I get the error: "Expression uses non-constant values or constant variables"
However, Kontakt compiles the code above and runs it.