Csound Csound-dev Csound-tekno Search About

[Csnd] [announce] - blue 2.5.0

Date2013-08-12 10:20
FromSteven Yi
Subject[Csnd] [announce] - blue 2.5.0
Hi All,

I'm happy to announce a new release of Blue is now available at:

http://blue.kunstmusik.com

This release is primarily an update to support using the Csound 6 API
from Blue, as well as a number of bug fixes. ChangeLog is listed
below.

Note: Blue is still able to run with the Csound 5 API, but can only
support one or the other at runtime.  If you have both but want to
stick to using the Csound 5 API, you will need to modify
blue/etc/blue.conf to add "-J-DDISABLE_CSOUND6=true" to the
default_options there.  I also found that the current Java interface
for Windows (6.00.1) does not work: it will load but will cause errors
if you try to use it. The bug has been reported and I'm also
investigating.  Until then, you should use the above flag to disable
Csound 6.

Thanks!
steven


[CHANGE LOG]

>Notes for 2.5.0<
[released 2013.08.12]

NEW

* Java 7 now required for Blue (Netbeans RCP library that Blue uses has
  updated to it)

* Render service system reimplemented:

  * Added support for Csound6 API.  If Csound6 is found, user gets option for
    CS6 or Commandline.  If CS6 is not found, Blue will check if CS5 is
    available. If it is, user will get that option, or only have option for
    Commandline runner. Additionally, user can add -J-DDISABLE_CSOUND6=true in
    blue/etc/blue.conf to disable CS6 API usage and allow CS5 option.

  * Service selection is now done in Program Options under Realtime and Disk
    Render settings.

  * The "Use API" button has been removed from the application menu and General
    Settings.

  * Bug #82 (issue with auditioning causing crashes) should now be fixed

  * Manual entries updated for Installation and Program Options

* Added Steven Yi's "TimeSphere" to the examples/pieces/stevenYi folder

FIX

* SoundObject Library: When removing a library item, dialog now asks users to
  confirm action.  If confirmed, all Instances of the SoundObject will be
  removed from the Score and SoundObjectLibrary.

* On Mac, fixed default csound command for Utility and DiskRender settings to be
  "/usr/local/bin/csound" instead of "csound"

* UDO Import Dialog for importing from UDO Repository on Csounds.com was
  throwing a NullPointerException when opened from a Dialog (i.e. Effects
  Library Dialog)

* Bug #84 - Fixed Zak LineObject to allow using 0 for channel

Date2013-08-12 10:25
Frompeiman khosravi
SubjectRe: [Csnd] [announce] - blue 2.5.0
Congratulations Steven. A big step. 



On 12 August 2013 10:20, Steven Yi <stevenyi@gmail.com> wrote:
Hi All,

I'm happy to announce a new release of Blue is now available at:

http://blue.kunstmusik.com

This release is primarily an update to support using the Csound 6 API
from Blue, as well as a number of bug fixes. ChangeLog is listed
below.

Note: Blue is still able to run with the Csound 5 API, but can only
support one or the other at runtime.  If you have both but want to
stick to using the Csound 5 API, you will need to modify
blue/etc/blue.conf to add "-J-DDISABLE_CSOUND6=true" to the
default_options there.  I also found that the current Java interface
for Windows (6.00.1) does not work: it will load but will cause errors
if you try to use it. The bug has been reported and I'm also
investigating.  Until then, you should use the above flag to disable
Csound 6.

Thanks!
steven


[CHANGE LOG]

>Notes for 2.5.0<
[released 2013.08.12]

NEW

* Java 7 now required for Blue (Netbeans RCP library that Blue uses has
  updated to it)

* Render service system reimplemented:

  * Added support for Csound6 API.  If Csound6 is found, user gets option for
    CS6 or Commandline.  If CS6 is not found, Blue will check if CS5 is
    available. If it is, user will get that option, or only have option for
    Commandline runner. Additionally, user can add -J-DDISABLE_CSOUND6=true in
    blue/etc/blue.conf to disable CS6 API usage and allow CS5 option.

  * Service selection is now done in Program Options under Realtime and Disk
    Render settings.

  * The "Use API" button has been removed from the application menu and General
    Settings.

  * Bug #82 (issue with auditioning causing crashes) should now be fixed

  * Manual entries updated for Installation and Program Options

* Added Steven Yi's "TimeSphere" to the examples/pieces/stevenYi folder

FIX

* SoundObject Library: When removing a library item, dialog now asks users to
  confirm action.  If confirmed, all Instances of the SoundObject will be
  removed from the Score and SoundObjectLibrary.

* On Mac, fixed default csound command for Utility and DiskRender settings to be
  "/usr/local/bin/csound" instead of "csound"

* UDO Import Dialog for importing from UDO Repository on Csounds.com was
  throwing a NullPointerException when opened from a Dialog (i.e. Effects
  Library Dialog)

* Bug #84 - Fixed Zak LineObject to allow using 0 for channel


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-08-12 10:31
FromSteven Yi
SubjectRe: [Csnd] [announce] - blue 2.5.0
Thanks Peiman!  I'm looking forward to getting back to a number of
developments that have been on hold for a while.  Hopefully should be
an interesting Autumn for Blue users. :)

On Mon, Aug 12, 2013 at 11:25 AM, peiman khosravi
 wrote:
> Congratulations Steven. A big step.
>
>
>
>
> www.peimankhosravi.co.uk || RSS Feed || Concert News
>
>
> On 12 August 2013 10:20, Steven Yi  wrote:
>>
>> Hi All,
>>
>> I'm happy to announce a new release of Blue is now available at:
>>
>> http://blue.kunstmusik.com
>>
>> This release is primarily an update to support using the Csound 6 API
>> from Blue, as well as a number of bug fixes. ChangeLog is listed
>> below.
>>
>> Note: Blue is still able to run with the Csound 5 API, but can only
>> support one or the other at runtime.  If you have both but want to
>> stick to using the Csound 5 API, you will need to modify
>> blue/etc/blue.conf to add "-J-DDISABLE_CSOUND6=true" to the
>> default_options there.  I also found that the current Java interface
>> for Windows (6.00.1) does not work: it will load but will cause errors
>> if you try to use it. The bug has been reported and I'm also
>> investigating.  Until then, you should use the above flag to disable
>> Csound 6.
>>
>> Thanks!
>> steven
>>
>>
>> [CHANGE LOG]
>>
>> >Notes for 2.5.0<
>> [released 2013.08.12]
>>
>> NEW
>>
>> * Java 7 now required for Blue (Netbeans RCP library that Blue uses has
>>   updated to it)
>>
>> * Render service system reimplemented:
>>
>>   * Added support for Csound6 API.  If Csound6 is found, user gets option
>> for
>>     CS6 or Commandline.  If CS6 is not found, Blue will check if CS5 is
>>     available. If it is, user will get that option, or only have option
>> for
>>     Commandline runner. Additionally, user can add
>> -J-DDISABLE_CSOUND6=true in
>>     blue/etc/blue.conf to disable CS6 API usage and allow CS5 option.
>>
>>   * Service selection is now done in Program Options under Realtime and
>> Disk
>>     Render settings.
>>
>>   * The "Use API" button has been removed from the application menu and
>> General
>>     Settings.
>>
>>   * Bug #82 (issue with auditioning causing crashes) should now be fixed
>>
>>   * Manual entries updated for Installation and Program Options
>>
>> * Added Steven Yi's "TimeSphere" to the examples/pieces/stevenYi folder
>>
>> FIX
>>
>> * SoundObject Library: When removing a library item, dialog now asks users
>> to
>>   confirm action.  If confirmed, all Instances of the SoundObject will be
>>   removed from the Score and SoundObjectLibrary.
>>
>> * On Mac, fixed default csound command for Utility and DiskRender settings
>> to be
>>   "/usr/local/bin/csound" instead of "csound"
>>
>> * UDO Import Dialog for importing from UDO Repository on Csounds.com was
>>   throwing a NullPointerException when opened from a Dialog (i.e. Effects
>>   Library Dialog)
>>
>> * Bug #84 - Fixed Zak LineObject to allow using 0 for channel
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>

Date2013-08-13 22:16
Frompeiman khosravi
SubjectRe: [Csnd] [announce] - blue 2.5.0
Hi Steven,

For some reason Blue doesn't recognise any audio out devices. I'm sure csound is working in the terminal.

P



On 12 August 2013 10:31, Steven Yi <stevenyi@gmail.com> wrote:
Thanks Peiman!  I'm looking forward to getting back to a number of
developments that have been on hold for a while.  Hopefully should be
an interesting Autumn for Blue users. :)

On Mon, Aug 12, 2013 at 11:25 AM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> Congratulations Steven. A big step.
>
>
>
>
> www.peimankhosravi.co.uk || RSS Feed || Concert News
>
>
> On 12 August 2013 10:20, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi All,
>>
>> I'm happy to announce a new release of Blue is now available at:
>>
>> http://blue.kunstmusik.com
>>
>> This release is primarily an update to support using the Csound 6 API
>> from Blue, as well as a number of bug fixes. ChangeLog is listed
>> below.
>>
>> Note: Blue is still able to run with the Csound 5 API, but can only
>> support one or the other at runtime.  If you have both but want to
>> stick to using the Csound 5 API, you will need to modify
>> blue/etc/blue.conf to add "-J-DDISABLE_CSOUND6=true" to the
>> default_options there.  I also found that the current Java interface
>> for Windows (6.00.1) does not work: it will load but will cause errors
>> if you try to use it. The bug has been reported and I'm also
>> investigating.  Until then, you should use the above flag to disable
>> Csound 6.
>>
>> Thanks!
>> steven
>>
>>
>> [CHANGE LOG]
>>
>> >Notes for 2.5.0<
>> [released 2013.08.12]
>>
>> NEW
>>
>> * Java 7 now required for Blue (Netbeans RCP library that Blue uses has
>>   updated to it)
>>
>> * Render service system reimplemented:
>>
>>   * Added support for Csound6 API.  If Csound6 is found, user gets option
>> for
>>     CS6 or Commandline.  If CS6 is not found, Blue will check if CS5 is
>>     available. If it is, user will get that option, or only have option
>> for
>>     Commandline runner. Additionally, user can add
>> -J-DDISABLE_CSOUND6=true in
>>     blue/etc/blue.conf to disable CS6 API usage and allow CS5 option.
>>
>>   * Service selection is now done in Program Options under Realtime and
>> Disk
>>     Render settings.
>>
>>   * The "Use API" button has been removed from the application menu and
>> General
>>     Settings.
>>
>>   * Bug #82 (issue with auditioning causing crashes) should now be fixed
>>
>>   * Manual entries updated for Installation and Program Options
>>
>> * Added Steven Yi's "TimeSphere" to the examples/pieces/stevenYi folder
>>
>> FIX
>>
>> * SoundObject Library: When removing a library item, dialog now asks users
>> to
>>   confirm action.  If confirmed, all Instances of the SoundObject will be
>>   removed from the Score and SoundObjectLibrary.
>>
>> * On Mac, fixed default csound command for Utility and DiskRender settings
>> to be
>>   "/usr/local/bin/csound" instead of "csound"
>>
>> * UDO Import Dialog for importing from UDO Repository on Csounds.com was
>>   throwing a NullPointerException when opened from a Dialog (i.e. Effects
>>   Library Dialog)
>>
>> * Bug #84 - Fixed Zak LineObject to allow using 0 for channel
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> 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 trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-08-14 13:14
FromSteven Yi
SubjectRe: [Csnd] [announce] - blue 2.5.0
Hi Peiman,

I'm assuming this in the Preferences dialog?  I'll take a look later
today and will issue a bug fix release when it's sorted out.  Also,
could you mention what OS and Csound version was used?

Thanks!
steven

On Tue, Aug 13, 2013 at 11:16 PM, peiman khosravi
 wrote:
> Hi Steven,
>
> For some reason Blue doesn't recognise any audio out devices. I'm sure
> csound is working in the terminal.
>
> P
>
>
>
>
> www.peimankhosravi.co.uk || RSS Feed || Concert News
>
>
> On 12 August 2013 10:31, Steven Yi  wrote:
>>
>> Thanks Peiman!  I'm looking forward to getting back to a number of
>> developments that have been on hold for a while.  Hopefully should be
>> an interesting Autumn for Blue users. :)
>>
>> On Mon, Aug 12, 2013 at 11:25 AM, peiman khosravi
>>  wrote:
>> > Congratulations Steven. A big step.
>> >
>> >
>> >
>> >
>> > www.peimankhosravi.co.uk || RSS Feed || Concert News
>> >
>> >
>> > On 12 August 2013 10:20, Steven Yi  wrote:
>> >>
>> >> Hi All,
>> >>
>> >> I'm happy to announce a new release of Blue is now available at:
>> >>
>> >> http://blue.kunstmusik.com
>> >>
>> >> This release is primarily an update to support using the Csound 6 API
>> >> from Blue, as well as a number of bug fixes. ChangeLog is listed
>> >> below.
>> >>
>> >> Note: Blue is still able to run with the Csound 5 API, but can only
>> >> support one or the other at runtime.  If you have both but want to
>> >> stick to using the Csound 5 API, you will need to modify
>> >> blue/etc/blue.conf to add "-J-DDISABLE_CSOUND6=true" to the
>> >> default_options there.  I also found that the current Java interface
>> >> for Windows (6.00.1) does not work: it will load but will cause errors
>> >> if you try to use it. The bug has been reported and I'm also
>> >> investigating.  Until then, you should use the above flag to disable
>> >> Csound 6.
>> >>
>> >> Thanks!
>> >> steven
>> >>
>> >>
>> >> [CHANGE LOG]
>> >>
>> >> >Notes for 2.5.0<
>> >> [released 2013.08.12]
>> >>
>> >> NEW
>> >>
>> >> * Java 7 now required for Blue (Netbeans RCP library that Blue uses has
>> >>   updated to it)
>> >>
>> >> * Render service system reimplemented:
>> >>
>> >>   * Added support for Csound6 API.  If Csound6 is found, user gets
>> >> option
>> >> for
>> >>     CS6 or Commandline.  If CS6 is not found, Blue will check if CS5 is
>> >>     available. If it is, user will get that option, or only have option
>> >> for
>> >>     Commandline runner. Additionally, user can add
>> >> -J-DDISABLE_CSOUND6=true in
>> >>     blue/etc/blue.conf to disable CS6 API usage and allow CS5 option.
>> >>
>> >>   * Service selection is now done in Program Options under Realtime and
>> >> Disk
>> >>     Render settings.
>> >>
>> >>   * The "Use API" button has been removed from the application menu and
>> >> General
>> >>     Settings.
>> >>
>> >>   * Bug #82 (issue with auditioning causing crashes) should now be
>> >> fixed
>> >>
>> >>   * Manual entries updated for Installation and Program Options
>> >>
>> >> * Added Steven Yi's "TimeSphere" to the examples/pieces/stevenYi folder
>> >>
>> >> FIX
>> >>
>> >> * SoundObject Library: When removing a library item, dialog now asks
>> >> users
>> >> to
>> >>   confirm action.  If confirmed, all Instances of the SoundObject will
>> >> be
>> >>   removed from the Score and SoundObjectLibrary.
>> >>
>> >> * On Mac, fixed default csound command for Utility and DiskRender
>> >> settings
>> >> to be
>> >>   "/usr/local/bin/csound" instead of "csound"
>> >>
>> >> * UDO Import Dialog for importing from UDO Repository on Csounds.com
>> >> was
>> >>   throwing a NullPointerException when opened from a Dialog (i.e.
>> >> Effects
>> >>   Library Dialog)
>> >>
>> >> * Bug #84 - Fixed Zak LineObject to allow using 0 for channel
>> >>
>> >>
>> >> Send bugs reports to the Sourceforge bug trackers
>> >> csound6:
>> >>             https://sourceforge.net/p/csound/tickets/
>> >> csound5:
>> >>             https://sourceforge.net/p/csound/bugs/
>> >> 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 trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>

Date2013-08-14 13:17
Frompeiman khosravi
SubjectRe: [Csnd] [announce] - blue 2.5.0
Yes it's the preferences dialog. 

I'm on OS X 10.7.5, Csound version 6.00 (double samples) Jul 13 2013

Thanks very much. 
Peiman



On 14 August 2013 13:14, Steven Yi <stevenyi@gmail.com> wrote:
Hi Peiman,

I'm assuming this in the Preferences dialog?  I'll take a look later
today and will issue a bug fix release when it's sorted out.  Also,
could you mention what OS and Csound version was used?

Thanks!
steven

On Tue, Aug 13, 2013 at 11:16 PM, peiman khosravi
<peimankhosravi@gmail.com> wrote:
> Hi Steven,
>
> For some reason Blue doesn't recognise any audio out devices. I'm sure
> csound is working in the terminal.
>
> P
>
>
>
>
> www.peimankhosravi.co.uk || RSS Feed || Concert News
>
>
> On 12 August 2013 10:31, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Thanks Peiman!  I'm looking forward to getting back to a number of
>> developments that have been on hold for a while.  Hopefully should be
>> an interesting Autumn for Blue users. :)
>>
>> On Mon, Aug 12, 2013 at 11:25 AM, peiman khosravi
>> <peimankhosravi@gmail.com> wrote:
>> > Congratulations Steven. A big step.
>> >
>> >
>> >
>> >
>> > www.peimankhosravi.co.uk || RSS Feed || Concert News
>> >
>> >
>> > On 12 August 2013 10:20, Steven Yi <stevenyi@gmail.com> wrote:
>> >>
>> >> Hi All,
>> >>
>> >> I'm happy to announce a new release of Blue is now available at:
>> >>
>> >> http://blue.kunstmusik.com
>> >>
>> >> This release is primarily an update to support using the Csound 6 API
>> >> from Blue, as well as a number of bug fixes. ChangeLog is listed
>> >> below.
>> >>
>> >> Note: Blue is still able to run with the Csound 5 API, but can only
>> >> support one or the other at runtime.  If you have both but want to
>> >> stick to using the Csound 5 API, you will need to modify
>> >> blue/etc/blue.conf to add "-J-DDISABLE_CSOUND6=true" to the
>> >> default_options there.  I also found that the current Java interface
>> >> for Windows (6.00.1) does not work: it will load but will cause errors
>> >> if you try to use it. The bug has been reported and I'm also
>> >> investigating.  Until then, you should use the above flag to disable
>> >> Csound 6.
>> >>
>> >> Thanks!
>> >> steven
>> >>
>> >>
>> >> [CHANGE LOG]
>> >>
>> >> >Notes for 2.5.0<
>> >> [released 2013.08.12]
>> >>
>> >> NEW
>> >>
>> >> * Java 7 now required for Blue (Netbeans RCP library that Blue uses has
>> >>   updated to it)
>> >>
>> >> * Render service system reimplemented:
>> >>
>> >>   * Added support for Csound6 API.  If Csound6 is found, user gets
>> >> option
>> >> for
>> >>     CS6 or Commandline.  If CS6 is not found, Blue will check if CS5 is
>> >>     available. If it is, user will get that option, or only have option
>> >> for
>> >>     Commandline runner. Additionally, user can add
>> >> -J-DDISABLE_CSOUND6=true in
>> >>     blue/etc/blue.conf to disable CS6 API usage and allow CS5 option.
>> >>
>> >>   * Service selection is now done in Program Options under Realtime and
>> >> Disk
>> >>     Render settings.
>> >>
>> >>   * The "Use API" button has been removed from the application menu and
>> >> General
>> >>     Settings.
>> >>
>> >>   * Bug #82 (issue with auditioning causing crashes) should now be
>> >> fixed
>> >>
>> >>   * Manual entries updated for Installation and Program Options
>> >>
>> >> * Added Steven Yi's "TimeSphere" to the examples/pieces/stevenYi folder
>> >>
>> >> FIX
>> >>
>> >> * SoundObject Library: When removing a library item, dialog now asks
>> >> users
>> >> to
>> >>   confirm action.  If confirmed, all Instances of the SoundObject will
>> >> be
>> >>   removed from the Score and SoundObjectLibrary.
>> >>
>> >> * On Mac, fixed default csound command for Utility and DiskRender
>> >> settings
>> >> to be
>> >>   "/usr/local/bin/csound" instead of "csound"
>> >>
>> >> * UDO Import Dialog for importing from UDO Repository on Csounds.com
>> >> was
>> >>   throwing a NullPointerException when opened from a Dialog (i.e.
>> >> Effects
>> >>   Library Dialog)
>> >>
>> >> * Bug #84 - Fixed Zak LineObject to allow using 0 for channel
>> >>
>> >>
>> >> Send bugs reports to the Sourceforge bug trackers
>> >> csound6:
>> >>             https://sourceforge.net/p/csound/tickets/
>> >> csound5:
>> >>             https://sourceforge.net/p/csound/bugs/
>> >> 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 trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> 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 trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"