Is there something like change_pan() (known from K script)?
-
Coming from Kontakt, I used to give my instruments a SPREAD knob. In the noteOn callback I would use the function
change_pan($EVENT_ID, ($EVENT_NOTE) * $spread, 0)
The noteNumber of a message gets multiplied by the value of my SPREAD knob. This way, each higher note will move its panorama position a little more away from the lower.
Is there a similar function in HISE?
-
@Frankbeat you want to look at the Message documentation here:
https://docs.hise.audio/scripting/scripting-api/message/index.html
but there is no independent - note-based pan functionality there.
-
@Lindon Hmm... I don't seem to find something there that sounds like it could be used for that.
-
@Frankbeat said in Is there something like change_pan() (known from K script)?:
@Lindon Hmm... I don't seem to find something there that sounds like it could be used for that.
Like I just said - there's nothing there for pan - so you could assume the answer to your original question is ... no.