Page 1 of 1

pitch bend problem

Posted: Thu Apr 13, 2017 12:14 am
by MANDANA
When I use the pitch bend wheel on my midi keyboard, instead of adjusting the pitch it adjusts the track from the state variable filter module. I only want the pitch to be adjusted so is there anything I can do to fix it?

I think the problem has to do with the midi to poly module.

Super~Wavetry.fsm
(1.12 MiB) Downloaded 943 times

I will give you my vst so you can get a better look at the problem.

Re: pitch bend problem

Posted: Thu Apr 13, 2017 11:52 pm
by nix
Heya mandana!
Welcome fella 8D
I had a quick look,
complex schematic there.
If you chase the leads from the pitchbend, you can find the problem.
They are simply plugged into the wrong things.
You need to keep an eye on where you are using 'pitch', and where you are using 'frequency'

Hope helps!

Re: pitch bend problem

Posted: Wed Sep 13, 2017 1:25 am
by MANDANA
Thanks for the help! I don't think their plugged in to the wrong things because everything is working fine. I've solved the pitch problem finally. What i did was I converted the pitch to frequency (0-1) to frequency in Hertz and added it to the overall frequency. Then, I deducted an octave from the overall frequency.