chuck-1.2.0.6 released (also miniAudicle)
Dear All, chuck-1.2.0.6 (dracula), a minor release, is now available: http://chuck.cs.princeton.edu/ It contains several important bugs fixes (see notes below). A new miniAudicle-0.1.3.2 (alpha) is also available, running chuck-1.2.0.6 and with several updates (see notes below): http://audicle.cs.princeton.edu/mini/ Thanks to all who contributed to this release, including Bruce Murphy, Atte André Jensen, Kassen, Ollie Glass, Joerg Piringer, Graham Coleman, Eduard Aylon, and other chuck-users mailing list members. As always, please let us know of any issues on [chuck-users], [chuck-dev], or email, and HappY ChucKing! Best, chuck team --- chuck-1.2.0.6 - (added) support for Mac OS X on Intel: (make osx-intel) - (added) win32 - boost thread priority default from 0 to 5 - (added) Mandolin.bodyIR( string path ): set body impulse response - (added) HID: support for mouse input on OS X, Windows, Linux through 'HidIn' class - (added) HID: support for keyboard input on OS X, Windows through 'HidIn' class - (added) new HID examples: hid/mouse-fm.ck /keyboard-flute.ck - (added) OS X: --probe human-readable MIDI names (thanks to Bruce Murphy) - (fixed) multiple declarations now behave correctly: (example: int a, b, c;) - (fixed) now possible to spork non-static member functions (example: Foo foo; spork ~ foo.go();) - (fixed) sporking fixed in general - (fixed) pre/post ++/-- now work correctly (example: int i; <<< i++ + i++ * ++i >>>;) - (fixed) public classes can now internally reference non-public classes in the same file - (fixed) obj @=> obj now ref counts correctly - (fixed) STK Mandolin.detune( float f ) changed - (fixed) STK Mandolin.damping( float f ) changed --- miniAudicle-0.1.3.2 - fixed bug where MAUI elements would not always disappear when calling MAUI_Element.destroy() - removed external dependencies in documentation files - ChucK version 1.2.0.6 integrated --- miniAudicle-0.1.3.1 - updated on-the-fly toolbar icons - fixed bug where miniAudicle freezes adding/replacing large files - fixed "NSScanner nil string" bug
participants (1)
-
Ge Wang