Csound Csound-dev Csound-tekno Search About

[Csnd] Instrument that sounds like this?

Date2012-07-15 00:03
FromForrest Cahoon
Subject[Csnd] Instrument that sounds like this?
I want to come up with an instrument to approximate one playing the
melody line starting at around 0:45 in this piece:
http://c418.bandcamp.com/track/living-mice

It's an electric piano sound, and I have a vague idea that it is
something like early FM synthesis by Yamaha. But I don't know how to
create it.

Any help would be most appreciated!

Forrest

Date2012-07-15 01:13
FromJoel Ross
SubjectRe: [Csnd] Instrument that sounds like this?
Attachmentsfm.csd  
You can make something a lot like that with just one FM pair like the
foscil opcode with the carrier and the modulator both set to one.
I think it sounds almost the same, but you can get a bit closer by
introducing feedback of the modulators.

I hope thats helpful.

- Joel

On 15 July 2012 00:03, Forrest Cahoon  wrote:
> I want to come up with an instrument to approximate one playing the
> melody line starting at around 0:45 in this piece:
> http://c418.bandcamp.com/track/living-mice
>
> It's an electric piano sound, and I have a vague idea that it is
> something like early FM synthesis by Yamaha. But I don't know how to
> create it.
>
> Any help would be most appreciated!
>
> Forrest
>
>
> 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"
>

Date2012-07-15 05:36
FromForrest Cahoon
SubjectRe: [Csnd] Instrument that sounds like this?
On Sat, Jul 14, 2012 at 7:13 PM, Joel Ross  wrote:
> You can make something a lot like that with just one FM pair like the
> foscil opcode with the carrier and the modulator both set to one.
> I think it sounds almost the same, but you can get a bit closer by
> introducing feedback of the modulators.
>
> I hope thats helpful.
>
> - Joel

Joel -- this is really close, thanks!

Forrest