I’ve put up a new release of blue available at:
http://www.csounds.com/stevenyi/blue
This version contains the new auto-discovery code for devices (now
implemented for all devices including Jack). The discovery option is
found in the ProgramOptions dialog next to the audio in/out and midi
in/out text fields. By pressing the […] button, a list of device
options for the selected Driver (be sure to enable the driver) will
appear. Selecting a device will populate the textfield with the
device string that Csound needs to use to use the selected device.
This release also features a program-wide UDO library that works in
the same way as the Instrument Library. It is there to help the user
organize their UDO’s.
Other changes are noted in the changeLog below.
Thanks to all whom have given feedback during this release and enjoy!
steven
[CHANGE LOG]
>Notes for 0.107.0<
[released 2006.07.17]
Steven Yi———————————————————————–
blue
[new] – User-Defined Opcode Library – Program-Wide library of User-Defined
Opcodes, works like User Instrument Library; Drag UDO’s from project
to folder node in UDOLibrary to add to library, select in library
and use > button to add to project
[new] – Added “Make a Donation” link to Help Menu
[new] – For ProgramOptions -> RealtimeRender Settings, implemented […]
buttons for discovering audio in/out devices and midi in/out
devices; when button is pressed, blue will try to discover the
available devices for the selected driver and if blue was able to
find them, the user will be shown a selection box from which to
select the device
[updated] – Updated RealtimeRender Settings Panel to only show audio and
MIDI drivers that would be available on users system (i.e. Windows
users don’t see CoreAudio as an option, Linux users don’t see
WinMME, etc.)
[updated] – in UDO Manager, editing name of Opcode in project moved from
the editor for UDO’s to the UDO list
[updated] – When editing library UDO, border for UDO editor turns green to
help identify editing object from library
[updated] – ProgramOptions – redid UtilitySettings as a separate Panel
class, added ability to select Csound Executable with a file
selector to match how it is done in disk and realtime render
settings
[fix] – When selecting a group node (folder) in the User Instrument library,
clear selection in Orchestra and clear Instrument editor
documentation
[updated] – ProgramOptions information for RealtimeRenderSettings has been
updated to discuss auto-detect features for audio/MIDI devices;
a note has been added to make aware to the user to make sure the
driver is not only selected but also enabled (this note was added
due to user feedback on bluemusic-user mailing list; thanks!!!)
—