Hi all,
In the attached patch, I´d like to have a vibrato that is the same (in pitch) both above and below the carrier frequency. I don´t know how to do it in pd. So far I found a solution at the csound mailing list. in csound a solution is to use "cent" that calculates a factor to raise/lower a frequency by a given amount of cents.
---- csound example ----- kvib oscil 1200, 1, 1 a1 oscili 30000, 440 * cent(kvib), 1 ----- end csound example ---- here is the link from the csound mailing list.
http://www.nabble.com/Simple-vibrato-question-%28was%3A-Not-a-Number-ierror-...
thanks a lot libero