I’d like to announce that version 0.112.0 of blue is now available at:
http://www.csounds.com/stevenyi/blue
This version has a numbers of features born from user requests (Thanks
Jim and Pia!) and includes a couple of essential fixes. Users of
0.111.0 are highly recommended to upgrade.
For more information on this release please see the ChangeLog listed below.
Thanks and enjoy!
steven
Notes for 0.112.0<
[released 2007.02.06]
Steven Yi———————————————————————–
blue
[new] – Render Time Pointer now shows when using “Audition Sound Objects”
[new] – blueMixerOut now able to take subchannel as first argument, must use
quoted string for name, for example:
blueMixerOut “audio1”, aoutL, aoutR
will send the audio out of this code to the Mixer SubChannel
“audio1”; this allows users to route the output from Sound
SoundObjects and AudioFile SoundObjects to subchannels created
by the user in the Mixer
(Thanks to Jim Credland for suggestion!)
[new] – Added Apple OSX Application Handlers for Quit, Preferences, and
About options from Program menu; hitting command-Q will now use
blue’s exit routine instead of directly shutting down the Java
Virtual Machine
(Thanks to Jim Credland for suggestion!)
[new] – “Save Libraries” menu option added to File Menu; calling this will
force a save of the User Instrument Library and User-Defined Opcodes
Library (normally saves only on closing of blue)
(Thanks to Jim Credland for suggestion!)
[new] – BSB, ObjectBuilder, Effects – The Edit Enabled checkbox is now
persistent so that if you are in the middle of editing the graphic
interface for any of the above, then go away and come back, it will
return to the last state of edit mode or usage mode
(Thanks to Jim Credland for suggestion!)
[new] – PianoRoll – added “Set Selected Notes” option in Properties tab to
set the noteTemplate for selected notes in the Notes section
(Thanks to Pia Kraft for suggestion!)
[new] – Tracker – added two new options to popup menu shown from track
header:
Duplicate – duplicates the selected track
Clear – clears all note data for track
(Thanks to Pia Kraft for suggestion!)
[new/fix] – Tracker – When changing name of column in track editor, value
is now updated on Track Header in TrackList
(Thanks to Pia Kraft for suggestion!)
[updated] – Improved ScoreNavigator to show thumbnail background of score
timeline; currently only renders SoundObjects and not grid lines or
automations; slightly buggy and inefficient, but still more usable
to show big picture view of timeline
[fix] – BSB/ObjectBuilder/Effects – When loading HSlider and VSlider’s,
there was a problem to load the value correctly
[fix] – SoundObjectLibrary – when loading, if a PolyObject was in the
library that held and Instance of another SoundObject that was in
the library but was to be loaded after the PolyObject, an exception
occurred; changed to two-pass loading strategy (bug #1639186)
[fix] – Examples – Etude did not have string-128 file in project directory
internal
[updated] – Redid ScoreTimeCanvas to use event notification to add/remove
SoundObjects to timeline (in preparation for user scripts)
documentation
[updated] – Added note to OSX platform information on using F1-F12 keyboard
shortcuts on recent version of OSX
(Thanks to Jim Credland for suggestion!)