Try .toString(): it's the closest thing.
SinOsc foo;
Object bar;
class MyClass {
float value;
}
MyClass myInstance;
<<
1. Instanceof in ChucK (Will Hardwick-Smith)
From: Will Hardwick-Smith
To: chuck-users@lists.cs.princeton.edu Date: 30 oktober 2014 23:34:57 CET Reply-To: ChucK Users Mailing List Subject: [chuck-users] Instanceof in ChucK Say I have Object o, and I want to see if it is an instance of UGen or a sub-class of UGen. Is there a way to check this in ChucK?
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users