Csound Csound-dev Csound-tekno Search About

[Csnd] [announce] blue 2.1.10

Date2012-02-27 16:28
FromSteven Yi
Subject[Csnd] [announce] blue 2.1.10
Hi All,

I've released a new version of blue, available at:

http://blue.kunstmusik.com

ChangeLog is below. Thanks!

Steven


[CHANGE LOG]

>Notes for 2.1.10<
[released 2012.02.27]

NEW

* New 0dbfs field in project properties for Disk and Realtime render settings;
  Checkbox enables if 0dbfs will be used. If older projects are found that have
  0dbfs set in their Global Orchestra, it will be parsed and the field set in
  the project, and the old line removed from Global Orchestra.  Program settings
  added to set defaults for projects (if using 0dbfs and what default value).

* Added Brian Wong's "Syzygyr" piece to the examples/pieces/brianWong folder

* Added Dave Seidel's "Drift Study III" and "Ansible Cathedral" pieces to the
  examples/pieces/daveSeidel folder

* Added Csound API Warmup Task to prevent first time load pause when rendering

* Added Full Screen support on Mac OSX Lion

* Added "Disable Displays" option to Realtime and Disk render program options,
  defaults to true; adds "-d" to commandline used when rendering project

* Reinstated printing of commandline used when rendering, now outputs to Output
  Window of render

Updated

* Worked on updating look and feel

* RFE 3473214: Made Text fields that show values in BSB HSlider and VSlider
  clickable and editable, as found previous in BSBKnob.  Applies to HSliderBank
  and VSliderBank as well.

INTERNAL

* modified to use CsoundMYFLTArray instead of Csound.SetChannel() to optimize
  setting channel values (avoid cost of ptr lookup by name on each change)

* removed use of Rhino Javascript interpreter and instead use Java 6's scripting
  engine and built-in Javascript interpreter (removes a dependency and saves
  size)

Date2012-02-27 16:50
FromGmail
SubjectRe: [Csnd] [announce] blue 2.1.10
Beautiful release with a beautiful new look and feel.
Thanks Steven, and this version seem to work with my capricious mac/csound config !


stf

Le 27 févr. 2012 à 17:28, Steven Yi a écrit :

> Hi All,
> 
> I've released a new version of blue, available at:
> 
> http://blue.kunstmusik.com
> 
> ChangeLog is below. Thanks!
> 
> Steven
> 
> 
> [CHANGE LOG]
> 
>> Notes for 2.1.10<
> [released 2012.02.27]
> 
> NEW
> 
> * New 0dbfs field in project properties for Disk and Realtime render settings;
>  Checkbox enables if 0dbfs will be used. If older projects are found that have
>  0dbfs set in their Global Orchestra, it will be parsed and the field set in
>  the project, and the old line removed from Global Orchestra.  Program settings
>  added to set defaults for projects (if using 0dbfs and what default value).
> 
> * Added Brian Wong's "Syzygyr" piece to the examples/pieces/brianWong folder
> 
> * Added Dave Seidel's "Drift Study III" and "Ansible Cathedral" pieces to the
>  examples/pieces/daveSeidel folder
> 
> * Added Csound API Warmup Task to prevent first time load pause when rendering
> 
> * Added Full Screen support on Mac OSX Lion
> 
> * Added "Disable Displays" option to Realtime and Disk render program options,
>  defaults to true; adds "-d" to commandline used when rendering project
> 
> * Reinstated printing of commandline used when rendering, now outputs to Output
>  Window of render
> 
> Updated
> 
> * Worked on updating look and feel
> 
> * RFE 3473214: Made Text fields that show values in BSB HSlider and VSlider
>  clickable and editable, as found previous in BSBKnob.  Applies to HSliderBank
>  and VSliderBank as well.
> 
> INTERNAL
> 
> * modified to use CsoundMYFLTArray instead of Csound.SetChannel() to optimize
>  setting channel values (avoid cost of ptr lookup by name on each change)
> 
> * removed use of Rhino Javascript interpreter and instead use Java 6's scripting
>  engine and built-in Javascript interpreter (removes a dependency and saves
>  size)
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 



Date2012-02-27 16:53
FromSteven Yi
SubjectRe: [Csnd] [announce] blue 2.1.10
Thanks Stephane!  Glad it's working with your config.  There are
further things to do to further improve the theme, but I had to cap it
off for now and move on to work on some features.  I'll revisit look
and feel a bit more closely probably after two releases from now,
though I'm sure a change here and there will happen.

Enjoy!
steven

On Mon, Feb 27, 2012 at 4:50 PM, Gmail  wrote:
> Beautiful release with a beautiful new look and feel.
> Thanks Steven, and this version seem to work with my capricious mac/csound config !
>
>
> stf
>
> Le 27 févr. 2012 à 17:28, Steven Yi a écrit :
>
>> Hi All,
>>
>> I've released a new version of blue, available at:
>>
>> http://blue.kunstmusik.com
>>
>> ChangeLog is below. Thanks!
>>
>> Steven
>>
>>
>> [CHANGE LOG]
>>
>>> Notes for 2.1.10<
>> [released 2012.02.27]
>>
>> NEW
>>
>> * New 0dbfs field in project properties for Disk and Realtime render settings;
>>  Checkbox enables if 0dbfs will be used. If older projects are found that have
>>  0dbfs set in their Global Orchestra, it will be parsed and the field set in
>>  the project, and the old line removed from Global Orchestra.  Program settings
>>  added to set defaults for projects (if using 0dbfs and what default value).
>>
>> * Added Brian Wong's "Syzygyr" piece to the examples/pieces/brianWong folder
>>
>> * Added Dave Seidel's "Drift Study III" and "Ansible Cathedral" pieces to the
>>  examples/pieces/daveSeidel folder
>>
>> * Added Csound API Warmup Task to prevent first time load pause when rendering
>>
>> * Added Full Screen support on Mac OSX Lion
>>
>> * Added "Disable Displays" option to Realtime and Disk render program options,
>>  defaults to true; adds "-d" to commandline used when rendering project
>>
>> * Reinstated printing of commandline used when rendering, now outputs to Output
>>  Window of render
>>
>> Updated
>>
>> * Worked on updating look and feel
>>
>> * RFE 3473214: Made Text fields that show values in BSB HSlider and VSlider
>>  clickable and editable, as found previous in BSBKnob.  Applies to HSliderBank
>>  and VSliderBank as well.
>>
>> INTERNAL
>>
>> * modified to use CsoundMYFLTArray instead of Csound.SetChannel() to optimize
>>  setting channel values (avoid cost of ptr lookup by name on each change)
>>
>> * removed use of Rhino Javascript interpreter and instead use Java 6's scripting
>>  engine and built-in Javascript interpreter (removes a dependency and saves
>>  size)
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Date2012-02-27 18:00
FromTito Latini
SubjectRe: [Csnd] [announce] blue 2.1.10
AttachmentsNone  

Date2012-02-27 20:56
FromDave Phillips
SubjectRe: [Csnd] [announce] blue 2.1.10
On 02/27/2012 11:28 AM, Steven Yi wrote:
> I've released a new version of blue, available at:
>
>

Looks great, as always. Installs and runs on 64-bit Arch without a hitch.

Btw, I loaded a CSD generated by AVSynthesis. Seems to work fine.

Got my copy of Csound Power today, then saw the announcement for the new 
blue. It's Christmas in February !

Best,

dp


Date2012-02-27 22:45
FromSteven Yi
SubjectRe: [Csnd] [announce] blue 2.1.10
Ah, interesting!  I didn't realize there was a problem with xmonad,
though, until your email, I didn't even realize there was an xmonad.
:P  Reminds me of ratpoison and other tiling managers from the past.
Just did some research and found SizeUp for OSX, which isn't quite the
same but has at least some of the benefits.  Glad you mentioned
xmonad, and that blue is working with it!

Thanks,
steven

On Mon, Feb 27, 2012 at 6:00 PM, Tito Latini  wrote:
> Thanks, it perfectly works now with xmonad!
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Date2012-02-28 04:15
Fromebmtranceboy
Subject[Csnd] Re: [announce] blue 2.1.10
Thanks Steven for the editable values.
This new blue looks nice.
I filled a bug report about a resizing problem
http://sourceforge.net/tracker/?func=detail&aid=3495199&group_id=74382&atid=540830

Besides, I have a problem with enabling blueMixer. My instrument ends with
blueMixerOut al,ar
If blueMixer is disabled, levels are correct (with 0dbfs disabled or, 0dbfs
= 32000, if enabled) but when I'm enabling blueMixer all levels fall to 0
(with or without 0dbfs).
I don't know if it is bug or my old Csound5.12 which is known to have a
problem with 0dbfs (I'm too lazy to build a  newer one on Ubuntu).



--
View this message in context: http://csound.1045644.n5.nabble.com/announce-blue-2-1-10-tp5519438p5520803.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2012-02-28 11:44
Fromfrancesco
Subject[Csnd] Re: [announce] blue 2.1.10
Thanks Mr. Steven,
just a really stupid think: in ubuntu (10.04) the open file dialog doesn't
work with mouse button,
i.e. double clicking on a folder to open, i need to push enter key for that.
I don't know if it's a my problem only though.

Like i said not a really fundamental think.

ciao,
francesco.

--
View this message in context: http://csound.1045644.n5.nabble.com/announce-blue-2-1-10-tp5519438p5521583.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2012-02-28 16:57
FromSteven Yi
SubjectRe: [Csnd] Re: [announce] blue 2.1.10
Hi ebmtranceboy,

Could you send me a project off-list to reproduce the behavior?

As for the resizing, thanks for filing the bug.  I'll take a look at
this and will have a fix for the next release.

steven

On Tue, Feb 28, 2012 at 4:15 AM, ebmtranceboy  wrote:
> Thanks Steven for the editable values.
> This new blue looks nice.
> I filled a bug report about a resizing problem
> http://sourceforge.net/tracker/?func=detail&aid=3495199&group_id=74382&atid=540830
>
> Besides, I have a problem with enabling blueMixer. My instrument ends with
> blueMixerOut al,ar
> If blueMixer is disabled, levels are correct (with 0dbfs disabled or, 0dbfs
> = 32000, if enabled) but when I'm enabling blueMixer all levels fall to 0
> (with or without 0dbfs).
> I don't know if it is bug or my old Csound5.12 which is known to have a
> problem with 0dbfs (I'm too lazy to build a  newer one on Ubuntu).
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/announce-blue-2-1-10-tp5519438p5520803.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Date2012-02-28 16:59
FromSteven Yi
SubjectRe: [Csnd] Re: [announce] blue 2.1.10
Hi Francesco,

Thanks for the feedback.  I'm not sure I'll be able to change anything
with regard to this as I am using the stock file chooser component
within Java Swing, and don't think there is much there I can
customize.

Thanks!
steven

On Tue, Feb 28, 2012 at 11:44 AM, francesco  wrote:
> Thanks Mr. Steven,
> just a really stupid think: in ubuntu (10.04) the open file dialog doesn't
> work with mouse button,
> i.e. double clicking on a folder to open, i need to push enter key for that.
> I don't know if it's a my problem only though.
>
> Like i said not a really fundamental think.
>
> ciao,
> francesco.
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/announce-blue-2-1-10-tp5519438p5521583.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Date2012-02-28 18:00
Frompeiman khosravi
SubjectRe: [Csnd] Re: [announce] blue 2.1.10
Hi Steven,

This looks and feels much nicer :-) It's going to give me a smoother ride for sure. I'm very impressed indeed.

All the best,
Peiman

On 28 February 2012 16:59, Steven Yi <stevenyi@gmail.com> wrote:
Hi Francesco,

Thanks for the feedback.  I'm not sure I'll be able to change anything
with regard to this as I am using the stock file chooser component
within Java Swing, and don't think there is much there I can
customize.

Thanks!
steven

On Tue, Feb 28, 2012 at 11:44 AM, francesco <ilterzouomo@fastwebnet.it> wrote:
> Thanks Mr. Steven,
> just a really stupid think: in ubuntu (10.04) the open file dialog doesn't
> work with mouse button,
> i.e. double clicking on a folder to open, i need to push enter key for that.
> I don't know if it's a my problem only though.
>
> Like i said not a really fundamental think.
>
> ciao,
> francesco.
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/announce-blue-2-1-10-tp5519438p5521583.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2012-02-28 19:08
FromPINOT Francois
SubjectRe: [Csnd] [announce] blue 2.1.10
Hello Steven,

thank you for this new release of blue.

I actually get a little problem with blue: when I play a csd with 
floating point values in the orchestra (e.g. 0.05), I get this kind of 
error:

error:  numeric syntax '0.05'error:  numeric syntax '0.2'error:  numeric 
syntax '0.05'

If I play the csd with the --old-parser option, there's no problem.

The same csd played from the console of from csoundQt runs fine with 
both parsers. I think this is a locale problem. Here's the output of the 
locale command on my system (ubuntu 11.10, csound5.16 built from git):

LANG=fr_FR.UTF-8
LANGUAGE=fr:en
LC_CTYPE=fr_FR.UTF-8
LC_NUMERIC="fr_FR.UTF-8"
LC_TIME="fr_FR.UTF-8"
LC_COLLATE=fr_FR.UTF-8
LC_MONETARY="fr_FR.UTF-8"
LC_MESSAGES=fr_FR.UTF-8
LC_PAPER="fr_FR.UTF-8"
LC_NAME="fr_FR.UTF-8"
LC_ADDRESS="fr_FR.UTF-8"
LC_TELEPHONE="fr_FR.UTF-8"
LC_MEASUREMENT="fr_FR.UTF-8"
LC_IDENTIFICATION="fr_FR.UTF-8"
LC_ALL=

As the problem occurs only with blue, could you suggest any issue?

Best regards.

Francois


Le 27/02/2012 17:28, Steven Yi a écrit :
> Hi All,
>
> I've released a new version of blue, available at:
>
> http://blue.kunstmusik.com
>
> ChangeLog is below. Thanks!
>
> Steven
>
>
> [CHANGE LOG]
>
>> Notes for 2.1.10<
> [released 2012.02.27]
>
> NEW
>
> * New 0dbfs field in project properties for Disk and Realtime render settings;
>    Checkbox enables if 0dbfs will be used. If older projects are found that have
>    0dbfs set in their Global Orchestra, it will be parsed and the field set in
>    the project, and the old line removed from Global Orchestra.  Program settings
>    added to set defaults for projects (if using 0dbfs and what default value).
>
> * Added Brian Wong's "Syzygyr" piece to the examples/pieces/brianWong folder
>
> * Added Dave Seidel's "Drift Study III" and "Ansible Cathedral" pieces to the
>    examples/pieces/daveSeidel folder
>
> * Added Csound API Warmup Task to prevent first time load pause when rendering
>
> * Added Full Screen support on Mac OSX Lion
>
> * Added "Disable Displays" option to Realtime and Disk render program options,
>    defaults to true; adds "-d" to commandline used when rendering project
>
> * Reinstated printing of commandline used when rendering, now outputs to Output
>    Window of render
>
> Updated
>
> * Worked on updating look and feel
>
> * RFE 3473214: Made Text fields that show values in BSB HSlider and VSlider
>    clickable and editable, as found previous in BSBKnob.  Applies to HSliderBank
>    and VSliderBank as well.
>
> INTERNAL
>
> * modified to use CsoundMYFLTArray instead of Csound.SetChannel() to optimize
>    setting channel values (avoid cost of ptr lookup by name on each change)
>
> * removed use of Rhino Javascript interpreter and instead use Java 6's scripting
>    engine and built-in Javascript interpreter (removes a dependency and saves
>    size)
>
>
> Send bugs reports to the Sourceforge bug tracker
>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>

Date2012-02-28 20:50
FromSteven Yi
SubjectRe: [Csnd] [announce] blue 2.1.10
Hi Francois,

It does sound like a locale related error.  Could you send me offlist
a copy of the CSD, together with a full log?  It's odd that it would
work with --old-parser though.  Also, is the error being reported from
blue or from Csound output window?

Thanks,
steven

On Tue, Feb 28, 2012 at 7:08 PM, PINOT Francois  wrote:
> Hello Steven,
>
> thank you for this new release of blue.
>
> I actually get a little problem with blue: when I play a csd with floating
> point values in the orchestra (e.g. 0.05), I get this kind of error:
>
> error:  numeric syntax '0.05'error:  numeric syntax '0.2'error:  numeric
> syntax '0.05'
>
> If I play the csd with the --old-parser option, there's no problem.
>
> The same csd played from the console of from csoundQt runs fine with both
> parsers. I think this is a locale problem. Here's the output of the locale
> command on my system (ubuntu 11.10, csound5.16 built from git):
>
> LANG=fr_FR.UTF-8
> LANGUAGE=fr:en
> LC_CTYPE=fr_FR.UTF-8
> LC_NUMERIC="fr_FR.UTF-8"
> LC_TIME="fr_FR.UTF-8"
> LC_COLLATE=fr_FR.UTF-8
> LC_MONETARY="fr_FR.UTF-8"
> LC_MESSAGES=fr_FR.UTF-8
> LC_PAPER="fr_FR.UTF-8"
> LC_NAME="fr_FR.UTF-8"
> LC_ADDRESS="fr_FR.UTF-8"
> LC_TELEPHONE="fr_FR.UTF-8"
> LC_MEASUREMENT="fr_FR.UTF-8"
> LC_IDENTIFICATION="fr_FR.UTF-8"
> LC_ALL=
>
> As the problem occurs only with blue, could you suggest any issue?
>
> Best regards.
>
> Francois
>
>
> Le 27/02/2012 17:28, Steven Yi a écrit :
>>
>> Hi All,
>>
>> I've released a new version of blue, available at:
>>
>> http://blue.kunstmusik.com
>>
>> ChangeLog is below. Thanks!
>>
>> Steven
>>
>>
>> [CHANGE LOG]
>>
>>> Notes for 2.1.10<
>>
>> [released 2012.02.27]
>>
>> NEW
>>
>> * New 0dbfs field in project properties for Disk and Realtime render
>> settings;
>>   Checkbox enables if 0dbfs will be used. If older projects are found that
>> have
>>   0dbfs set in their Global Orchestra, it will be parsed and the field set
>> in
>>   the project, and the old line removed from Global Orchestra.  Program
>> settings
>>   added to set defaults for projects (if using 0dbfs and what default
>> value).
>>
>> * Added Brian Wong's "Syzygyr" piece to the examples/pieces/brianWong
>> folder
>>
>> * Added Dave Seidel's "Drift Study III" and "Ansible Cathedral" pieces to
>> the
>>   examples/pieces/daveSeidel folder
>>
>> * Added Csound API Warmup Task to prevent first time load pause when
>> rendering
>>
>> * Added Full Screen support on Mac OSX Lion
>>
>> * Added "Disable Displays" option to Realtime and Disk render program
>> options,
>>   defaults to true; adds "-d" to commandline used when rendering project
>>
>> * Reinstated printing of commandline used when rendering, now outputs to
>> Output
>>   Window of render
>>
>> Updated
>>
>> * Worked on updating look and feel
>>
>> * RFE 3473214: Made Text fields that show values in BSB HSlider and
>> VSlider
>>   clickable and editable, as found previous in BSBKnob.  Applies to
>> HSliderBank
>>   and VSliderBank as well.
>>
>> INTERNAL
>>
>> * modified to use CsoundMYFLTArray instead of Csound.SetChannel() to
>> optimize
>>   setting channel values (avoid cost of ptr lookup by name on each change)
>>
>> * removed use of Rhino Javascript interpreter and instead use Java 6's
>> scripting
>>   engine and built-in Javascript interpreter (removes a dependency and
>> saves
>>   size)
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>


Date2012-02-28 20:53
Fromjoachim heintz
SubjectRe: [Csnd] [announce] blue 2.1.10
hello francois -
i do experience exactly the same problem with csoundqt. the "solution":
i have to re-activate the old parser for one run, and then i can switch
to the new parser again, and these strange errors don't occur any more.
i don't know if anyone has a reason for this strange behaviour, but it
is not a blue issue, i think.
best -
	joachim


Am 28.02.2012 20:08, schrieb PINOT Francois:
> Hello Steven,
> 
> thank you for this new release of blue.
> 
> I actually get a little problem with blue: when I play a csd with
> floating point values in the orchestra (e.g. 0.05), I get this kind of
> error:
> 
> error:  numeric syntax '0.05'error:  numeric syntax '0.2'error:  numeric
> syntax '0.05'
> 
> If I play the csd with the --old-parser option, there's no problem.
> 
> The same csd played from the console of from csoundQt runs fine with
> both parsers. I think this is a locale problem. Here's the output of the
> locale command on my system (ubuntu 11.10, csound5.16 built from git):
> 
> LANG=fr_FR.UTF-8
> LANGUAGE=fr:en
> LC_CTYPE=fr_FR.UTF-8
> LC_NUMERIC="fr_FR.UTF-8"
> LC_TIME="fr_FR.UTF-8"
> LC_COLLATE=fr_FR.UTF-8
> LC_MONETARY="fr_FR.UTF-8"
> LC_MESSAGES=fr_FR.UTF-8
> LC_PAPER="fr_FR.UTF-8"
> LC_NAME="fr_FR.UTF-8"
> LC_ADDRESS="fr_FR.UTF-8"
> LC_TELEPHONE="fr_FR.UTF-8"
> LC_MEASUREMENT="fr_FR.UTF-8"
> LC_IDENTIFICATION="fr_FR.UTF-8"
> LC_ALL=
> 
> As the problem occurs only with blue, could you suggest any issue?
> 
> Best regards.
> 
> Francois
> 
> 
> Le 27/02/2012 17:28, Steven Yi a écrit :
>> Hi All,
>>
>> I've released a new version of blue, available at:
>>
>> http://blue.kunstmusik.com
>>
>> ChangeLog is below. Thanks!
>>
>> Steven
>>
>>
>> [CHANGE LOG]
>>
>>> Notes for 2.1.10<
>> [released 2012.02.27]
>>
>> NEW
>>
>> * New 0dbfs field in project properties for Disk and Realtime render
>> settings;
>>    Checkbox enables if 0dbfs will be used. If older projects are found
>> that have
>>    0dbfs set in their Global Orchestra, it will be parsed and the
>> field set in
>>    the project, and the old line removed from Global Orchestra. 
>> Program settings
>>    added to set defaults for projects (if using 0dbfs and what default
>> value).
>>
>> * Added Brian Wong's "Syzygyr" piece to the examples/pieces/brianWong
>> folder
>>
>> * Added Dave Seidel's "Drift Study III" and "Ansible Cathedral" pieces
>> to the
>>    examples/pieces/daveSeidel folder
>>
>> * Added Csound API Warmup Task to prevent first time load pause when
>> rendering
>>
>> * Added Full Screen support on Mac OSX Lion
>>
>> * Added "Disable Displays" option to Realtime and Disk render program
>> options,
>>    defaults to true; adds "-d" to commandline used when rendering project
>>
>> * Reinstated printing of commandline used when rendering, now outputs
>> to Output
>>    Window of render
>>
>> Updated
>>
>> * Worked on updating look and feel
>>
>> * RFE 3473214: Made Text fields that show values in BSB HSlider and
>> VSlider
>>    clickable and editable, as found previous in BSBKnob.  Applies to
>> HSliderBank
>>    and VSliderBank as well.
>>
>> INTERNAL
>>
>> * modified to use CsoundMYFLTArray instead of Csound.SetChannel() to
>> optimize
>>    setting channel values (avoid cost of ptr lookup by name on each
>> change)
>>
>> * removed use of Rhino Javascript interpreter and instead use Java 6's
>> scripting
>>    engine and built-in Javascript interpreter (removes a dependency
>> and saves
>>    size)
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>              https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe csound"
>>
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
> 
> 

Date2012-02-28 21:57
FromTito Latini
SubjectRe: [Csnd] [announce] blue 2.1.10
AttachmentsNone  

Date2012-02-28 22:23
FromTito Latini
SubjectRe: [Csnd] [announce] blue 2.1.10
AttachmentsNone