ChucK : Sorry!

http://chuck.cs.princeton.edu/

apologies for chuck-1.2.0.0: (also see what's new!)
  • features broken by the upgrade
    • stdout, chout replaced by <<< >>> ( stdout shall return! )
    • cast (int) f replaced with: f $ int.
      Note: it is no longer necessary to cast from int to float (this is implicitly handled by the compiler)
    • reading the value of a UGen parameter requires a function call -
      ugen.freq() => ...
      .
    • type ugen is now UGen
  • features yet unfinished
    • garbage collection
    • static variables within classes
    • access modifiers ( public | private | protected ) in class definitions
    • command line arguments to shreds
    • and much, much more!
  • outright lies
    • planned 2004 release date
    • optimization
    • security



chuck | soundlab | cs | music | ccrma