Csound Csound-dev Csound-tekno Search About

[Csnd] [announce] blue 2.1.5

Date2011-09-22 23:12
FromSteven Yi
Subject[Csnd] [announce] blue 2.1.5
Hi All,

I'm happy to announce a new release of blue:

http://blue.kunstmusik.com

ChangeLog is below.

Thanks!
steven


[CHANGE LOG]

>Notes for 2.1.5<
[released 2011.09.22]

blue

    [new] - add setting of font size in Text Settings section of program
            options, renamed "Text Colors" to "Text Settings" in options
            RFE 3371772

    [new] - added Brian Wong's "Falltan" to examples/pieces/brianWong

    [new] - double-clicking SoundObject on timeline (except polyObject) now
            opens and focuses SoundObject editor (useful if editor is docked and
            set to sliding to pop open the editor)

    [new] - implemented blueLive Recompile button

    [updated] - modified scroll wheel/trackpad handling on score timeline to
            work better with trackpads; horizontal/vertial trackpad motion will
            do scrolling, holding down alt- will increase/decrease horizontal
            zoom, holding down ctrl- (or cmd- on Mac) will increase/decrease
            vertical zoom

    [updated] - Made PortAudio blocking interface (pa_bl) the default audio
            driver on OSX as "PortAudio" and "pa_cb" uses the callback interface
            which has caused crashes

    [updated] - Changed blue Manual link to point to blue wiki

    [fix] - restored use of ctrl-z/ctrl-shift-z to undo/redo operations on the
            score timeline

    [fix] - BSB - fixed rounding error when setting value in Sliders

    [fix] - stabilized blue and Csound API usage by clearing MessageCallback
            and HostData before calling Reset

    [fix] - made backspace as well as delete work for deleting notes in
            PianoRoll


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"

Date2011-09-23 07:44
FromAndres Cabrera
SubjectRe: [Csnd] [announce] blue 2.1.5
Hi Steven,

Nice!

I was wondering, how are you setting the pa_bl interface as default?

>   [fix] - stabilized blue and Csound API usage by clearing MessageCallback
>          and HostData before calling Reset

I've also had problems with this, maybe this is something Csound
itself should do?


Cheers,
Andres

On Thu, Sep 22, 2011 at 11:12 PM, Steven Yi  wrote:
> Hi All,
>
> I'm happy to announce a new release of blue:
>
> http://blue.kunstmusik.com
>
> ChangeLog is below.
>
> Thanks!
> steven
>
>
> [CHANGE LOG]
>
>>Notes for 2.1.5<
> [released 2011.09.22]
>
> blue
>
>    [new] - add setting of font size in Text Settings section of program
>            options, renamed "Text Colors" to "Text Settings" in options
>            RFE 3371772
>
>    [new] - added Brian Wong's "Falltan" to examples/pieces/brianWong
>
>    [new] - double-clicking SoundObject on timeline (except polyObject) now
>            opens and focuses SoundObject editor (useful if editor is docked and
>            set to sliding to pop open the editor)
>
>    [new] - implemented blueLive Recompile button
>
>    [updated] - modified scroll wheel/trackpad handling on score timeline to
>            work better with trackpads; horizontal/vertial trackpad motion will
>            do scrolling, holding down alt- will increase/decrease horizontal
>            zoom, holding down ctrl- (or cmd- on Mac) will increase/decrease
>            vertical zoom
>
>    [updated] - Made PortAudio blocking interface (pa_bl) the default audio
>            driver on OSX as "PortAudio" and "pa_cb" uses the callback interface
>            which has caused crashes
>
>    [updated] - Changed blue Manual link to point to blue wiki
>
>    [fix] - restored use of ctrl-z/ctrl-shift-z to undo/redo operations on the
>            score timeline
>
>    [fix] - BSB - fixed rounding error when setting value in Sliders
>
>    [fix] - stabilized blue and Csound API usage by clearing MessageCallback
>            and HostData before calling Reset
>
>    [fix] - made backspace as well as delete work for deleting notes in
>            PianoRoll
>
>
> 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"


Date2011-09-23 08:57
FromSteven Yi
SubjectRe: [Csnd] [announce] blue 2.1.5
Hi Andres,

I'm just checking if the user is on OSX, then setup the audio
interface setting in blue to "pa_bl" if it has not been set already.
After that, if the user chooses something else it will be the saved
value.

As for the messageCallback/hostdata thing, I ended up calling
Cleanup() before clearing the callback/hostdata, then I called
Reset().  This allowed getting all of Csound's final messages before
Reset finished clearing things. There's code in Reset() that looks
like it explicity is trying to save those values.  Perhaps we should
discuss in Hannover. :)

steven

On Fri, Sep 23, 2011 at 7:44 AM, Andres Cabrera  wrote:
> Hi Steven,
>
> Nice!
>
> I was wondering, how are you setting the pa_bl interface as default?
>
>>   [fix] - stabilized blue and Csound API usage by clearing MessageCallback
>>          and HostData before calling Reset
>
> I've also had problems with this, maybe this is something Csound
> itself should do?
>
>
> Cheers,
> Andres
>
> On Thu, Sep 22, 2011 at 11:12 PM, Steven Yi  wrote:
>> Hi All,
>>
>> I'm happy to announce a new release of blue:
>>
>> http://blue.kunstmusik.com
>>
>> ChangeLog is below.
>>
>> Thanks!
>> steven
>>
>>
>> [CHANGE LOG]
>>
>>>Notes for 2.1.5<
>> [released 2011.09.22]
>>
>> blue
>>
>>    [new] - add setting of font size in Text Settings section of program
>>            options, renamed "Text Colors" to "Text Settings" in options
>>            RFE 3371772
>>
>>    [new] - added Brian Wong's "Falltan" to examples/pieces/brianWong
>>
>>    [new] - double-clicking SoundObject on timeline (except polyObject) now
>>            opens and focuses SoundObject editor (useful if editor is docked and
>>            set to sliding to pop open the editor)
>>
>>    [new] - implemented blueLive Recompile button
>>
>>    [updated] - modified scroll wheel/trackpad handling on score timeline to
>>            work better with trackpads; horizontal/vertial trackpad motion will
>>            do scrolling, holding down alt- will increase/decrease horizontal
>>            zoom, holding down ctrl- (or cmd- on Mac) will increase/decrease
>>            vertical zoom
>>
>>    [updated] - Made PortAudio blocking interface (pa_bl) the default audio
>>            driver on OSX as "PortAudio" and "pa_cb" uses the callback interface
>>            which has caused crashes
>>
>>    [updated] - Changed blue Manual link to point to blue wiki
>>
>>    [fix] - restored use of ctrl-z/ctrl-shift-z to undo/redo operations on the
>>            score timeline
>>
>>    [fix] - BSB - fixed rounding error when setting value in Sliders
>>
>>    [fix] - stabilized blue and Csound API usage by clearing MessageCallback
>>            and HostData before calling Reset
>>
>>    [fix] - made backspace as well as delete work for deleting notes in
>>            PianoRoll
>>
>>
>> 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"
>
>


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"