8 Sep
2009
8 Sep
'09
1:50 p.m.
Stefan;
I'm personally a bit confused abut the static concept in ChucK, since we can put stuff on "the ground" outside class space, but maybe it's useful for the include file trick.
the main use comes from static members in public classes, which are the one and only way to share data (and functions, and UGens....) across the whole VM. Kas.