chUcK-people -- Maybe I'm unaware of something (I'm fairly new to chuck-ing), but I try a really simple script like this: Saxofony sax; 0.5 => sax.stiffness; and I get this: [ccc.ck]:line(3): class 'Saxofony' has no member 'stiffness' ditto for a number of the other control parameters listed in the docs. Grepping through the code shows that they don't seem to exist. Or am I missing something fundamental? brad http://music.columbia.edu/~brad
Hi Brad!
Saxofony sax; 0.5 => sax.stiffness;
and I get this:
[ccc.ck]:line(3): class 'Saxofony' has no member 'stiffness'
Hmm, I can't seem to repro this. The above passes the type checker here on chuck-1.2.0.6. Which version are you running? We did a big update for STK ugens in 1.2.0.5, and fixed/broke a good number of things. (If you are using the command line chuck, 'chuck --about' and 'chuck --version' should print out the version. In the miniAudicle, it should say in the about box.) Hope this helps. Best, Ge!
Aha -- I'm in 1.2.0.3b-land. I'll upgrade and yell if there's any problems. Thanks, Ge! brad On Sat, 19 Aug 2006, Ge Wang wrote:
Hi Brad!
Saxofony sax; 0.5 => sax.stiffness;
and I get this:
[ccc.ck]:line(3): class 'Saxofony' has no member 'stiffness'
Hmm, I can't seem to repro this. The above passes the type checker here on chuck-1.2.0.6. Which version are you running? We did a big update for STK ugens in 1.2.0.5, and fixed/broke a good number of things. (If you are using the command line chuck, 'chuck --about' and 'chuck --version' should print out the version. In the miniAudicle, it should say in the about box.)
Hope this helps.
Best, Ge!
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (2)
-
Bradford Garton
-
Ge Wang