[Csnd] question about modal frequency
Date | 2010-05-25 09:07 |
From | Stefan Thomas |
Subject | [Csnd] question about modal frequency |
Dear community, I have a question about modal freqencies . If I use it with mode, e.g., can I do it in the following way? ; Dahina tabla [1, 2.89, 4.95, 6.99, 8.01, 9.02] |
Date | 2010-05-25 18:31 |
From | Steven Yi |
Subject | [Csnd] Re: question about modal frequency |
Hi Stefan, That will work, but I don't think that the table of modal frequencies is supposed to be used this way. The ratios in Scott Lindroths' tables frequency ratio tables look like only center frequencies, not Q. So I'd interpreter the Dahina tabla as 6 mode resonators, not 3. The filter Q would then be something you would have to work with to find something you like I think. steven On Tue, May 25, 2010 at 4:07 AM, Stefan Thomas |
Date | 2010-05-25 18:36 | |
From | mark jamerson | |
Subject | [Csnd] Re: question about modal frequency | |
|
Date | 2010-05-25 22:51 |
From | Iain McCurdy |
Subject | [Csnd] RE: question about modal frequency |
I wrote an interactive example that demonstrates the mode opcode that you might wish to try: http://www.iainmccurdy.org/CsoundRealtimeExamples/SoundGenerators/mode.csd Iain ________________________________ > Date: Tue, 25 May 2010 10:07:48 +0200 > From: kontrapunktstefan@googlemail.com > To: csound@lists.bath.ac.uk > Subject: [Csnd] question about modal frequency > > Dear community, > I have a question about modal freqencies . > If I use it with mode, e.g., can I do it in the following way? > > ; Dahina tabla [1, 2.89, 4.95, 6.99, 8.01, 9.02] > areson1 mode ain, icps, ipcs*2.89 > areson2 mode ain, icps*4.95, icps*6.99 > areson3 mode ain, icps*8.01, icps*9.02 > _________________________________________________________________ http://clk.atdmt.com/UKM/go/195013117/direct/01/ 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 | 2010-05-25 23:39 |
From | "Dr. Richard Boulanger" |
Subject | [Csnd] Re: RE: question about modal frequency |
WOW. Super. Dr. B. On May 25, 2010, at 5:51 PM, Iain McCurdy wrote: > > I wrote an interactive example that demonstrates the mode opcode > that you might wish to try: > http://www.iainmccurdy.org/CsoundRealtimeExamples/SoundGenerators/mode.csd > > Iain > > ________________________________ >> Date: Tue, 25 May 2010 10:07:48 +0200 >> From: kontrapunktstefan@googlemail.com >> To: csound@lists.bath.ac.uk >> Subject: [Csnd] question about modal frequency >> >> Dear community, >> I have a question about modal freqencies . >> If I use it with mode, e.g., can I do it in the following way? >> >> ; Dahina tabla [1, 2.89, 4.95, 6.99, 8.01, 9.02] >> areson1 mode ain, icps, ipcs*2.89 >> areson2 mode ain, icps*4.95, icps*6.99 >> areson3 mode ain, icps*8.01, icps*9.02 >> > > _________________________________________________________________ > http://clk.atdmt.com/UKM/go/195013117/direct/01/ > > > 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" > 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 | 2010-05-26 08:30 |
From | Stéphane Rollandin |
Subject | [Csnd] Re: RE: question about modal frequency |
> I wrote an interactive example that demonstrates the mode opcode that you might wish to try: > http://www.iainmccurdy.org/CsoundRealtimeExamples/SoundGenerators/mode.csd wonderful, thanks ! Stef 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 | 2010-05-26 11:53 |
From | Rory Walsh |
Subject | [Csnd] Re: Re: RE: question about modal frequency |
This won't run for me on OSX Ian? It gives me an error about an invalid midi port even though you've specified the use of Steven Virtual Midi controller. Any ideas? 2010/5/26 Stéphane Rollandin |
Date | 2010-05-26 14:07 |
From | Victor Lazzarini |
Subject | [Csnd] Re: Re: Re: RE: question about modal frequency |
It runs here alright on OSX. Nice. Victor On 26 May 2010, at 11:53, Rory Walsh wrote: > This won't run for me on OSX Ian? It gives me an error about an > invalid midi port even though you've specified the use of Steven > Virtual Midi controller. Any ideas? > > 2010/5/26 Stéphane Rollandin |
Date | 2010-05-27 10:52 |
From | Stefan Thomas |
Subject | [Csnd] Re: Re: Re: Re: RE: question about modal frequency |
Thanks to You, I tried Your example, its amazing! Thanks! 2010/5/26 Victor Lazzarini <Victor.Lazzarini@nuim.ie> It runs here alright on OSX. Nice. |
Date | 2010-05-27 13:50 |
From | Michael Gogins |
Subject | [Csnd] Re: Re: Re: Re: Re: RE: question about modal frequency |
About the mode demo -- fantastic! I am going to take a good hard look at the code and see how I can use these sounds in my pieces. Regards, Mike On Thu, May 27, 2010 at 5:52 AM, Stefan Thomas |