[chuck-users] fm?

Graham Coleman gc at gehennom.net
Wed Mar 8 16:41:47 EST 2006


Eun Sung,

It does this on my system too.

As far as I know, FM is meant to be an abstract class, only
the children of it (BeeThree, FMVoices, HevyMetl, etc)... should
be instantiated.

Usually, things like this are caught like the compiler, and will
probably happen in future versions of ChucK.

Graham

On Wed, 8 Mar 2006 eun.sung at no-log.org wrote:

> hi list
> i try to play around the fm unit generator and i can't make it work
> although i can use class depending on the FM class (TubeBell for example).
> this simple code make my jack server break out :
>
> FM f => dac;
> 400.0 => f.freq;
>
> while(true){
>         1.0 => f.noteOn;
>         10::ms => now;
> }
>
> does anyone had already met some trouble with this class?
> _______________________________________________
> chuck-users mailing list
> chuck-users at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
>


More information about the chuck-users mailing list