[Csnd] Moog emulation
Date | 2011-01-24 22:35 |
From | Julien Claassen |
Subject | [Csnd] Moog emulation |
Hello everyone! I've just a small question, which I didn't find an obvious anwer to. Is the filter and basic oscillator of the moog emulation really modelled after the original or does the emulation just basically mimic the functionality of a mini-moog? Kindest regards Julien -------- Music was my first love and it will be my last (John Miles) ======== FIND MY WEB-PROJECT AT: ======== http://ltsb.sourceforge.net the Linux TextBased Studio guide ======= AND MY PERSONAL PAGES AT: ======= http://www.juliencoder.de 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-01-25 07:12 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Moog emulation |
Well, the moogladder filter is modelled after the original ladder filter equation. Victor On 24 Jan 2011, at 22:35, Julien Claassen wrote: > Hello everyone! > I've just a small question, which I didn't find an obvious anwer > to. Is the filter and basic oscillator of the moog emulation really > modelled after the original or does the emulation just basically > mimic the functionality of a mini-moog? > Kindest regards > Julien > > -------- > Music was my first love and it will be my last (John Miles) > > ======== FIND MY WEB-PROJECT AT: ======== > http://ltsb.sourceforge.net > the Linux TextBased Studio guide > ======= AND MY PERSONAL PAGES AT: ======= > http://www.juliencoder.de > > > 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 | 2011-01-25 19:05 |
From | Julien Claassen |
Subject | Re: [Csnd] Moog emulation |
hello Victor! OK, but what about the opcode simply called "moog"? I saw, that it takes in a few tables with waveforms. But fromwhat I could gather, they're just used for vibrato and such things, not for the basic oscillator. Kindly yours Julien -------- Music was my first love and it will be my last (John Miles) ======== FIND MY WEB-PROJECT AT: ======== http://ltsb.sourceforge.net the Linux TextBased Studio guide ======= AND MY PERSONAL PAGES AT: ======= http://www.juliencoder.de 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-01-25 19:23 |
From | Aaron Krister Johnson |
Subject | Re: [Csnd] Moog emulation |
hi Julien, I think it's cool that there is a 'moog' opcode, but I think it's rather limited, and ironically, one is more likely to get the wide variety of sounds (at least for that synthesis type) that the minimoog was capable of by using three 'vco2' opcodes, a noise source, an LFO, and a moogladder filter. Oh yeah, and a couple? of 'expsegr' envelopes.... AKJ On Tue, Jan 25, 2011 at 1:05 PM, Julien Claassen <julien@c-lab.de> wrote: hello Victor! -- Aaron Krister Johnson http://www.akjmusic.com http://www.untwelve.org |
Date | 2011-01-25 21:47 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Moog emulation |
I would endorse that. On 25 Jan 2011, at 19:23, Aaron Krister Johnson wrote: hi Julien, |
Date | 2011-01-25 22:12 |
From | Julien Claassen |
Subject | Re: [Csnd] Moog emulation |
Hello Aaron! Thanks, I'll try that. Kindly yours Julien -------- Music was my first love and it will be my last (John Miles) ======== FIND MY WEB-PROJECT AT: ======== http://ltsb.sourceforge.net the Linux TextBased Studio guide ======= AND MY PERSONAL PAGES AT: ======= http://www.juliencoder.de 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-01-25 22:48 |
From | Rory Walsh |
Subject | Re: [Csnd] Moog emulation |
I got some of my undergrad students to create an emulation of the latest Korg mini-synth with nothing more than a vco, moogladder and a few lfos. It was a good fun. Here's the block diagram: http://www.korg.com/services/products/monotron/monotron_Block_diagram.jpg Rory. On 25 January 2011 22:12, Julien Claassen |