pitch bend problem

For general discussion related FlowStone
Post Reply
MANDANA
Posts: 18
Joined: Mon Dec 26, 2016 3:26 am

pitch bend problem

Post 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 942 times

I will give you my vst so you can get a better look at the problem.
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: pitch bend problem

Post 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!
MANDANA
Posts: 18
Joined: Mon Dec 26, 2016 3:26 am

Re: pitch bend problem

Post 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.
Post Reply