how to edit scripts generated by Interface Property Editor
-
when i create a slider in the interface editor and assign it to a parameter via the parameter properties of the property editor, where can i edit the corresponding script, since it is not implemented in the Interface script? when i got it correct, the property editor automatically creates a callback function when i assign it to a parameter, so my question is: how can i access that script?
-
Select it in the widget component list and press
j
.
-
@d-healey
ah, okay, i already seen the most of your hise tutorial videos , which are a great ressource for me by the way.
that was the thing with json.
but it didn't solve my problem, as it seems, that you can't assign more than one parameter to a knob, also not with the json script. when i add a parameterID to the script and apply, the first parameter will be deleted.
-
Correct. You'll have to use a control callback instead.
-
@d-healey said in how to edit scripts generated by Interface Property Editor:
Correct. You'll have to use a control callback instead.
that's what i guessed, nevertheless thank you much.
would be cool, if the callback function created by the property editor would be visble in the script processors editor, so the control callback could be modified in there....
-
@toxonic The parameter/processor ID in the interface designer doesn't use the callback system, so it doesn't create any code.
-
@d-healey
uhh, i didn't know that - seems to be better to use a callback function, instead of the connection via properties editor...
-
@toxonic It depends on what you're requirements are. If you only need to control one parameter then the interface designer is the way to go.