[Csnd] generating a one-sample impulse
Date | 2007-12-27 18:22 |
From | Atte André Jensen |
Subject | [Csnd] generating a one-sample impulse |
Hi I'm trying to recreate the wonderful noises I created in fastbreeder (http://www.pawfal.org/Software/fastbreeder/). Looking at the waveforms I can see a lot of one sample impulses seperated by various amounts of zero-value samples. What would be a good opcode(s) to do something like this in csound? -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk |
Date | 2007-12-27 19:20 |
From | "Rory Walsh" |
Subject | [Csnd] Re: generating a one-sample impulse |
Couldn't you use a function table with only one sample in it and then read it with an oscillator? > Hi > > I'm trying to recreate the wonderful noises I created in fastbreeder > (http://www.pawfal.org/Software/fastbreeder/). Looking at the waveforms > I can see a lot of one sample impulses seperated by various amounts of > zero-value samples. What would be a good opcode(s) to do something like > this in csound? > > -- > peace, love & harmony > Atte > > http://atte.dk | http://myspace.com/attejensen > http://anagrammer.dk | http://modlys.dk > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > |
Date | 2007-12-27 19:21 |
From | Victor.Lazzarini@nuim.ie |
Subject | [Csnd] Re: generating a one-sample impulse |
Attachments | None None |
Date | 2007-12-27 20:39 |
From | luis jure |
Subject | [Csnd] Re: generating a one-sample impulse |
El Thu, 27 Dec 2007 19:22:33 +0100 Atte André Jensen |
Date | 2007-12-27 21:34 |
From | Alex Weiss |
Subject | [Csnd] Re: generating a one-sample impulse |
Hi Atte, take a look at mpulse. It should achieve exactly what you want. Alex On Dec 27, 2007, at 7:22 PM, Atte André Jensen wrote: > Hi > > I'm trying to recreate the wonderful noises I created in > fastbreeder (http://www.pawfal.org/Software/fastbreeder/). Looking > at the waveforms I can see a lot of one sample impulses seperated > by various amounts of zero-value samples. What would be a good > opcode(s) to do something like this in csound? > > -- > peace, love & harmony > Atte > > http://atte.dk | http://myspace.com/attejensen > http://anagrammer.dk | http://modlys.dk > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body > "unsubscribe csound" |
Date | 2007-12-27 22:03 |
From | root |
Subject | [Csnd] Re: Re: generating a one-sample impulse |
The mpulse opcode? ==John ff |
Date | 2007-12-28 12:57 |
From | Atte André Jensen |
Subject | [Csnd] Re: Re: Re: generating a one-sample impulse |
root wrote: > The mpulse opcode? Thanks, that's exactly what I was looking for. -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk |
Date | 2008-01-09 03:00 |
From | Anthony Kozar |
Subject | [Csnd] Re: generating a one-sample impulse |
There will be a new opcode in Csound 5.08 called syncphasor that might interest you as well. It is designed for producing oscillator sync effects, but it outputs a "sync signal" so that multiple syncphasors can be chained together. The sync signal is made up of one-sample impulses. This can produce much more complex patterns than mpulse. Anthony Kozar mailing-lists-1001 AT anthonykozar DOT net http://anthonykozar.net/ Atte André Jensen wrote on 12/28/07 7:57 AM: > root wrote: >> The mpulse opcode? > > Thanks, that's exactly what I was looking for. |
Date | 2008-01-10 06:02 |
From | Atte André Jensen |
Subject | [Csnd] Re: Re: generating a one-sample impulse |
Anthony Kozar wrote: > There will be a new opcode in Csound 5.08 called syncphasor that might > interest you as well. It is designed for producing oscillator sync effects, > but it outputs a "sync signal" so that multiple syncphasors can be chained > together. The sync signal is made up of one-sample impulses. This can > produce much more complex patterns than mpulse. That sounds interresting, I'll check it out! -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk |