Default parameters for Function
-
I've tried different method but doesn't seem to work?
Can we use default parameter for function in HISE?
Cheers.... -
Do you mean something like
myFunction(x=10, y=20)? -
@d-healey Yep, that's what I want to achieve.
-
@sakorada Not possible with HISEScript.
-
@d-healey Opp, Good to know
Thank you..