Tune Changing Samples
-
I make a Sampler with several Samples tune at C (Do). is itpossible to put a Slider on the Frontpanel to adjust and changer Tune (C-D-E-F-G...) ?
it will be wonderfulThanks
-
@myhomestudio Use the
Synth.setCoarseDetune()
function in the slider's callback. Or use a pitch modulator. -
Ok Thanks
Do you know if we can add Formant option for the pitch (tune) ? -
No, HISE doesn't support that, it's just a simple pitch up/down.
-
Thanks, ok cool it works but steps are 0.1 and not 0+-12
if I set step to 1, it change octaves.In fact i would like the slider to change -+12 by 1 step. (1 octave total)
-
You need to use a conversion function. If you search for
pitch
in the API browser you will see the two conversion functions available.