dewdrop_world

Joined: Aug 28, 2006 Posts: 858 Location: Guangzhou, China
Audio files: 4
|
Posted: Wed Mar 07, 2007 9:03 pm Post subject:
Update to my class extension library |
 |
|
Just in case anyone is paying attention I just posted a new update of my library. It contains a couple of minor bug fixes, a handful of new classes, and about 20 help files for previously undocumented classes.
- I broke Buffer:readAndQuery when I changed its supporting class to use OSCresponderNode instead of OSCresponder. Fixed now.
- Added new classes for alternate tuning: EqualTemperament, TuningOffset, TuningRatios.
- If you have been using ModalSpec, take note: I reversed the semantics of map and unmap in this class to be consistent with ControlSpec. In ControlSpec, you map a normalized value into the specified range; similarly, in ModalSpec, you map a chromatic value into its modal representation, and unmap the modal representation onto the chromatic ("normalized") value. Check your references to these methods: map / unmap, mapMode / unmapMode
- There is now a help index -- type "dewdrop" into a text window and get help on it (cmd-shift-?).
As always, give me a shout if you have problems...
My lib is available at http://www.dewdrop-world.net/sc3/forums.html#dewdroplib
James _________________ ddw online: http://www.dewdrop-world.net
sc3 online: http://supercollider.sourceforge.net |
|
dewdrop_world

Joined: Aug 28, 2006 Posts: 858 Location: Guangzhou, China
Audio files: 4
|
Posted: Tue Mar 13, 2007 5:50 am Post subject:
|
 |
|
Another mini update... I discovered last night that I accidentally left out the .sc file for the alternate tuning classes.
Also a plug for things to come... I'm working on making all my GUI classes compatible with SwingOSC, or at least as many as possible. I have a ways to go yet, but some promising results so far (here is a dewdrop mixing board rendered in SwingOSC!).
SwingOSC compatibility is not in this update.
Download the update from the same location... http://www.dewdrop-world.net/sc3/forums.html#dewdroplib
And of course let me know about any bugs.
Thanks,
James _________________ ddw online: http://www.dewdrop-world.net
sc3 online: http://supercollider.sourceforge.net |
|