Hi I have a granular patch, where I am calculating the pitch using the following expression
pow(2,($f1/1)-1) *(44100 /4096)
Where 44100 is sample rate and 4096 is window size.
The default pitch is therefore 1 = 10.76
The question is I want to scale the pitch in semitones, my math being a little shoddy to say the least I was wondering whether anyone could suggest any pointers?