Master Tune Knob
-
There‘s a global detune but I forgot the API call.
-
@Christoph-Hart Is that already in the scripting API?
-
@Casey-Kolb not sure it‘s super ancient, I‘ll check when I‘m back.
-
@Christoph-Hart Sounds good! I'm trying to think if there's a clever way to handle 440 tuning vs 438 or others. Maybe a master micro tune knob is the easiest method.
-
@Christoph-Hart Would this work with arpeggiators?
-
@Christoph-Hart Any update on this?
-
Following
-
It was actually hiding in plain sight and just needed a scripting wrapper...
It won't work with scriptnode oscillators (for now), but the HISE modules should all react to the pitch factor (for performance reasons, it's a static voice value so it won't change for currently playing voices).
-
-
@ulrik It's a double, so if you divide it you will get cents, no?
-
@d-healey yeah, of course
-
I've updated my coarse/fine tuning script to use the new
Engine.setGlobalPitchFactor()
API function. You can drop this script into any project and connect your UI knobs to it using the property editor, so you get the benefit of this functionality without having to do any scripting.