[chuck-users] comparing fm in chuck an sc3

Kassen signal.automatique at gmail.com
Mon Aug 13 11:40:46 EDT 2012


On 13 August 2012 15:57, ronni montoya <ronni.montoya at gmail.com> wrote:
> Hi, I was trying to recreate a simple fm synth in sc3 and chuck , so i
> can be able to compare the sounds of both.
>
> Is there any sc3 users in this list? i ve made this version of the fm
> code from chuck web site but it sounds so different.
>
> I was wondering maybe i made anything wrong?
>

Well, I don't think anything is "wrong", but I'd encourage a look here;

http://chuck.cs.princeton.edu/doc/program/ugen_full.html#sinosc

There you'll see that fm synthesis functionality is build into the
humble SinOsc already for your convenience.
To use it you can send your preferred modulator to its input;
SinOsc mod => SinOsc car => dac;

Set your settings according to that page and your own taste and off you go.
I seem to remember we are borrowing some oscillators from SC, of these
are amongst those you should be able to make it sound the same.

Hope that helps,
Kas.


More information about the chuck-users mailing list