I’ve published the final version for blue 0.106.0 available at:
http://www.csounds.com/stevenyi/blue
This release includes documentation for the changes that occurred to
the render system through the beta releases as well as includes two
new example pieces: Dave Seidel’s “Timewave Canon” and my own “etude”.
Now that this release is finished, I will be returning to work on the
Tracker SoundObject as well as FlowGraph Instrument, amongst other
things like a UDO Library (functions like Instrument Library and is
program-wide).
I am thinking that the render system might need a couple changes
(maybe making file output types available on the project level and
making the program-wide options just defaults), but it feels mostly
solid and so I do not expect any drastic changes from where it is now.
It is stable and recommend for use on all projects.
Thanks all who gave great feedback and suggestions during the beta
releases and hope you all enjoy!
steven
^_^
[CHANGE LOG]
>Notes for 0.106.0<
[released 2006.07.07]
Steven Yi———————————————————————–
blue
[new] – Added Dave Seidel’s “Timewave Canon” and my “etude” to examples
directory; reorganized examples directory to organize examples by
author
[updated] – ProgramOptions – settings for -b and -B default to OS defaults
used by Csound (Linux: 256:1024, OSX: 1024:4096,
Windows: 4096:16384) if first time using new ProgramOptions
[updated] – Updated all example files to use new render system
documentation
[new] – Added reference documentation for the Python NoteProcessor
[new] – Started work on documentation for building blue (developers
section) with info on both from src.zip and from CVS
[updated] – ProgramOptions documentation updated including information on
new render settings
[updated] – Project Properties section updated to reflect new render
system
[updated] – Rendering section updated to reflect use of new render system
—