Hello Steven, Thanks for releasing this! I'm always grateful of your work since Blue has been my main Csound environment for long time even though I almost always use Csound in realtime. I'm very excited about the integration of the API and the possibilities of tweaking parameters in realtime without using FLTK widgets. I have just installed this new release of Blue and made the changes to the blue.sh file but I can't get Blue to start. All I get is this: $ sh blue.sh blue - 0.124.0 2008.09.10 Copyright (c) 2001-2007 Steven Yi blue comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain conditions (consult the included license.txt file) time resolution is 0.469 ns >> Csound API available: true << [blue] - initialization program root directory: /usr/local/blue Creating user configuration directory: /home/hector/.blue Creating user python lib in: /home/hector/.blue/pythonLib Copying legacy or default code repository to user configuration directory user configuration directory: /home/hector/.blue > loading classes from registry > using registry file: /usr/local/blue/conf/registry.xml >> found soundObject type: blue.soundObject.PolyObject >> found soundObject type: blue.soundObject.GenericScore -class added to live soundObjects >> found soundObject type: blue.soundObject.PythonObject -class added to live soundObjects >> found soundObject type: blue.soundObject.RhinoObject -class added to live soundObjects >> found soundObject type: blue.soundObject.Sound >> found soundObject type: blue.soundObject.Comment >> found soundObject type: blue.soundObject.External -class added to live soundObjects >> found soundObject type: blue.soundObject.AudioFile >> found soundObject type: blue.soundObject.LineObject >> found soundObject type: blue.soundObject.ZakLineObject >> found soundObject type: blue.soundObject.PianoRoll >> found soundObject type: blue.soundObject.PatternObject >> found soundObject type: blue.soundObject.ObjectBuilder -class added to live soundObjects >> found soundObject type: blue.soundObject.TrackerObject -class added to live soundObjects >> found soundObject type: blue.soundObject.JMask -class added to live soundObjects >> found noteProcessor type: blue.noteProcessor.AddProcessor >> found noteProcessor type: blue.noteProcessor.PchAddProcessor >> found noteProcessor type: blue.noteProcessor.MultiplyProcessor >> found noteProcessor type: blue.noteProcessor.RandomAddProcessor >> found noteProcessor type: blue.noteProcessor.RandomMultiplyProcessor >> found noteProcessor type: blue.noteProcessor.SubListProcessor >> found noteProcessor type: blue.noteProcessor.RotateProcessor >> found noteProcessor type: blue.noteProcessor.RetrogradeProcessor >> found noteProcessor type: blue.noteProcessor.InversionProcessor >> found noteProcessor type: blue.noteProcessor.PchInversionProcessor >> found noteProcessor type: blue.noteProcessor.EqualsProcessor >> found noteProcessor type: blue.noteProcessor.SwitchProcessor >> found noteProcessor type: blue.noteProcessor.TimeWarpProcessor >> found noteProcessor type: blue.noteProcessor.LineAddProcessor >> found noteProcessor type: blue.noteProcessor.LineMultiplyProcessor >> found noteProcessor type: blue.noteProcessor.TuningProcessor >> found noteProcessor type: blue.noteProcessor.PythonProcessor >> found instrument type: blue.orchestra.GenericInstrument >> found instrument type: blue.orchestra.PythonInstrument >> found instrument type: blue.orchestra.RhinoInstrument >> found instrument type: blue.orchestra.BlueX7 >> found instrument type: blue.orchestra.BlueSynthBuilder > using program option config file: /home/hector/.blue/.blueConfig.xml Creating new Effects Library Creating new Script Library [opcodePopup] Reinitializing... [opcodePopup] Reinitialization finished Csound tidy up: Segmentation fault I'm Using Ubuntu Hardy and this is the Java version information: $ java -version java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) Server VM (build 10.0-b22, mixed mode) I'm using Csound built from CVS (on July 19) built for doubles. I have other Javas installed as this shows: n$ sudo update-alternatives --config java There are 4 alternatives which provide `java'. Selection Alternative ----------------------------------------------- 1 /usr/lib/jvm/java-gcj/jre/bin/java * 2 /usr/lib/jvm/java-6-sun/jre/bin/java 3 /usr/bin/gij-4.2 + 4 /usr/lib/jvm/java-6-openjdk/jre/bin/java Could this be the source of the problem? Any idea where I could start looking? Thanks! Hector On Thu, Sep 11, 2008 at 2:16 AM, Steven Yi wrote: > Hi All, > > I'd like to announce that blue 0.124.0 is now available from: > > http://www.csounds.com/stevenyi/blue > > This is the first version of blue able to work directly with the > Csound API, which has opened up the ability to modify widget values > (including mixer sliders) and automations in realtime during render > and immediately hearing results. Documentation on how to enable blue > to work with the Csound API can be found in the manual here: > > http://www.csounds.com/stevenyi/blue/usermanual/html/installingCsound.html > > Note: to use the API, you must use it with a version of Csound > compiled with double-precision. > > Much thanks to Peiman for helping to test out builds and giving > valuable feedback. > > Thanks and enjoy! > steven > > > > [CHANGE LOG] > >>Notes for 0.124.0< > [released 2008.09.10] > > Steven Yi----------------------------------------------------------------------- > > blue > > [new] - implemented working with Csound API (double-precision build), > enabling modifying of automations and widget values in real time > during render; to enable, please view new documentation added on > setting up blue with the API > > [new] - Added piece "Second Sleep" by Dave Seidel to > examples/pieces/daveSeidel folder > > [updated] - made blueX7 envelope editor draw with black background and gray > border to make it easier to see; will continue to update in future > release > > [fix] - When loading older projects before BSB Widgets had automatable > option, now default to false > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >