[Csnd] Frequency Modulation on an audio sample
Date | 2011-04-14 22:50 |
From | Arda Eden |
Subject | [Csnd] Frequency Modulation on an audio sample |
Hi, |
Date | 2011-04-14 23:11 |
From | peiman khosravi |
Subject | Re: [Csnd] Frequency Modulation on an audio sample |
On 14/04/2011 22:50, Arda Eden wrote: > > Hi, > I need to modulate the frequency of a ten seconds audio sample with a > sine modulator in order to create a vibrato effect. What would be the > easiest way in csound ? > Read the sample into GEN01. Access the table using 'loscil' and modulate the 'kcps' variable (add the modulator to it). For vibrato, krate should do I guess. Otherwise you can use a phasor (or lphasor) as indext into the table. See the documentation for lphasor. Best, Peiman Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2011-04-14 23:15 |
From | Arda Eden |
Subject | Re: [Csnd] Frequency Modulation on an audio sample |
Thank you Peiman, On Apr 15, 2011 1:12 AM, "peiman khosravi" <peimankhosravi@gmail.com> wrote:
> On 14/04/2011 22:50, Arda Eden wrote: >> >> Hi, >> I need to modulate the frequency of a ten seconds audio sample with a >> sine modulator in order to create a vibrato effect. What would be the >> easiest way in csound ? >> > Read the sample into GEN01. Access the table using 'loscil' and modulate > the 'kcps' variable (add the modulator to it). For vibrato, krate should > do I guess. > > Otherwise you can use a phasor (or lphasor) as indext into the table. > See the documentation for lphasor. > > > Best, > > Peiman > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > |