Hi All,
I'd like to announce version 0.120.0 of blue is now available at:
http://www.csounds.com/stevenyi/blue
This version has a number of bug fixes since 0.119.0 and all users are encouraged to upgrade.
Many thanks to Menno, Atte, Mark, Michael, and other blue users for their feedback and bug reports!
steven
[CHANGE LOG]
>Notes for 0.120.0<
[released 2008.01.16]
Steven Yi-----------------------------------------------------------------------
blue
[new] - modified Instrument edit area to show same kind of label of "Editing
Library Instrument" as was implemented for SoundObject editing in
0.119.0
[new] - added shift-F2 shortcut to BlueEditorPane so if over an opcode, will
try to open up the example CSD from the manaul for that opcode and
display the example
[new] - added 01_funky.blue example to blue/examples/general folder
[new/updated] - blueShare - when selecting an instrument or Effect to
export, will now pre-populate description text field for import from
instrument/effect's comments text field; user is still able to
modify the description text field to summarize or truncate the
information before submitting
[new/updated] - replaced using BlueTextArea with JTextArea for Comment text
in Instruments and UDO's; the text is no longer highlighting for
Csound code (which didn't make sense really) as well as has line
wrapping enabled for long lines
[updated] - rearranged Orchestra manager editor so that the User Instrument
Library and project orchestra is now held on the left while the
instrument editor area now takes up the entire right hand side of
the split pane, giving more room to the instrument editor.
[updated] - updated /blue/examples/scripting/feldman.blue to newer version
using new instruments (b64 SID emulation and triangle wave
instrument), also updated comments and layout to more modern blue
usage (for example, used Mixer system instead of hand done routing)
[fix] - Parameters for Effects were not being cleared when copies were
pasted
[fix] - When reopening projects with soundObjects or instruments that had
an empty name, would cause a null pointer exception
[fix] - When reopening projects with GenericScore soundObjects that had
an empty score, would cause a null pointer exception on score
rendering
[fix] - When opening files using commandline args to blue, absolute version
of file was not used and soundObject freezing would not work
[fix] - When working with named instruments, programmatic adding of
instruments was problematic due to poor checking of instrument ID's
[fix] - Opcode Completion and search for opcode manual entry or example did
not filter out "(" parenthesis when looking for word where text
caret was, therefore did not lookup functions correctly (i.e. ampdb)
[fix] - Loading of pre-0.94.0 projects was broken, fixes made and plans for
frozen upgrading tool for pre-0.94.0 in the works for later release
[fix] - CSD import for 'Import Score and Split into SoundObjects by
Instrument Number' method was broken