How do i create a pitch knob, that does not sound bad?
-
How do i create a pitch knob -12 to 12? that sounds good.
I feel like i tried everything, but how do i actually control pitch?I figured out how to make a fine tune button -100 to 100
by making a knob and selecting coarseFineTune in processorID
And then fine in ParameterID
But even that one sounds like ringing when tuning to -100Its just for one-shot drum samples.
Can anyone help with this?
-
either this is super simple am I'm missing something, or perhaps no one knows which i kinda doubt?
-
@xxanx Do you want a pitch bend knob (for real time use) or do you want a tuning knob?
-
@d-healey i just want to be able to pitch my drums samples up and down, in realtime i guess.
This feature is in most samplers/synthesizers. -
I have a coarse/fine tuning script you can drop in to your project and connect a knob to.
https://codeberg.org/LibreWave/RhapsodyBoilerplate/src/branch/main/modules/CoarseFineTuner.js
-
Nevermind, it was a sample issue.. Thanks anyways!