Csound Csound-dev Csound-tekno Search About

[Csnd] ANN: Blue 2.7.0

Date2017-09-22 23:18
FromSteven Yi
Subject[Csnd] ANN: Blue 2.7.0
Hi All,

I'm happy to announce Blue 2.7.0 is now available at:

http://blue.kunstmusik.com/

Release notes are available on the Github download page:

https://github.com/kunstmusik/blue/releases/tag/2.7.0

The big change is the rewrite of the User Interface editor/system for
BlueSynthBuilder, Effects, ObjectBuilder, and Sound SoundObjects using
JavaFX (screenshots can be viewed on the Blue homepage).  SoundObjects
are also now shareable in BlueShare using the new program-wide
SoundObject library.  I think the Sound soundObject will start to play
a bigger role for Blue usage moving forward and am very excited to be
able to start sharing sound generator/processors this way.

Many thanks to Menno, Jan Jacob, and Nahuel for their feedback during
the development of this release!

For those of you attending the Blue Workshop at the Csound Conference,
I will be using 2.7.0 for the exercises and demonstrations.  The next
releases are currently being planned, but features like auto-caching
and UPIC-style layers are on the horizon.

Thanks and enjoy!
steven

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-09-23 08:57
FromTarmo Johannes
SubjectRe: [Csnd] ANN: Blue 2.7.0
Congrattulations!
T

23.09.2017 0:18 kirjutas kuupäeval "Steven Yi" <stevenyi@gmail.com>:
Hi All,

I'm happy to announce Blue 2.7.0 is now available at:

http://blue.kunstmusik.com/

Release notes are available on the Github download page:

https://github.com/kunstmusik/blue/releases/tag/2.7.0

The big change is the rewrite of the User Interface editor/system for
BlueSynthBuilder, Effects, ObjectBuilder, and Sound SoundObjects using
JavaFX (screenshots can be viewed on the Blue homepage).  SoundObjects
are also now shareable in BlueShare using the new program-wide
SoundObject library.  I think the Sound soundObject will start to play
a bigger role for Blue usage moving forward and am very excited to be
able to start sharing sound generator/processors this way.

Many thanks to Menno, Jan Jacob, and Nahuel for their feedback during
the development of this release!

For those of you attending the Blue Workshop at the Csound Conference,
I will be using 2.7.0 for the exercises and demonstrations.  The next
releases are currently being planned, but features like auto-caching
and UPIC-style layers are on the horizon.

Thanks and enjoy!
steven

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2017-09-23 16:03
Fromzappfinger
SubjectRe: [Csnd] ANN: Blue 2.7.0
Great job!

I am having some trouble with the User Instrument library , using Live and
midi.
E.g. 'filter synth' gives: 
new MIDI alloc for instr 1:
WARNING: Division by zero
INIT ERROR in instr 1: Invalid ftable no. 1.000000
'tight synth' gives: INIT ERROR in instr 1: Invalid ftable no. 1.000000
'Alpha V2' gives:
WARNING: Division by zero
ftable 102:
WARNING: Seeding from current time 2621325978
etc.

Richard



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-09-23 16:15
FromSteven Yi
SubjectRe: [Csnd] ANN: Blue 2.7.0
Tarmo and Richard: Thanks!

Richard: Which version of Csound are you using, and are these
instruments from BlueShare? I'd have to look at the particular
instruments to diagnose. (For AlphaV2, there used to be a coding issue
that could give a division by zero; however, it would only happen when
that particular calculation wasn't used (i.e., I think it calculated
something for when driven by score even when it used from MIDI), and
recent versions of AlphaV2 shouldn't have that issue.)

As a sidenote, I was working on an AlphaV3 that's been redesigned a
good bit. I took a break from it to work on other things, but I was
hoping to get back to it this week and to post it on BlueShare. If
you're curious I can send you a copy of a project off-list that has
the latest.

All best!
steven







On Sat, Sep 23, 2017 at 11:03 AM, zappfinger  wrote:
> Great job!
>
> I am having some trouble with the User Instrument library , using Live and
> midi.
> E.g. 'filter synth' gives:
> new MIDI alloc for instr 1:
> WARNING: Division by zero
> INIT ERROR in instr 1: Invalid ftable no. 1.000000
> 'tight synth' gives: INIT ERROR in instr 1: Invalid ftable no. 1.000000
> 'Alpha V2' gives:
> WARNING: Division by zero
> ftable 102:
> WARNING: Seeding from current time 2621325978
> etc.
>
> Richard
>
>
>
> --
> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-09-23 16:31
FromRichard
SubjectRe: [Csnd] ANN: Blue 2.7.0
I'm running --Csound version 6.09.1 (double samples) Jul 10 2017
on OSX.

These instruments are from the standard User Instrument Library.
I'm trying a few from BlueShare as well.

I also noted that Blue hangs when I update a preset while BlueLive and 
Midi are active...

Richard


On 23/09/17 17:15, Steven Yi wrote:
> Tarmo and Richard: Thanks!
>
> Richard: Which version of Csound are you using, and are these
> instruments from BlueShare? I'd have to look at the particular
> instruments to diagnose. (For AlphaV2, there used to be a coding issue
> that could give a division by zero; however, it would only happen when
> that particular calculation wasn't used (i.e., I think it calculated
> something for when driven by score even when it used from MIDI), and
> recent versions of AlphaV2 shouldn't have that issue.)
>
> As a sidenote, I was working on an AlphaV3 that's been redesigned a
> good bit. I took a break from it to work on other things, but I was
> hoping to get back to it this week and to post it on BlueShare. If
> you're curious I can send you a copy of a project off-list that has
> the latest.
>
> All best!
> steven
>
>
>
>
>
>
>
> On Sat, Sep 23, 2017 at 11:03 AM, zappfinger  wrote:
>> Great job!
>>
>> I am having some trouble with the User Instrument library , using Live and
>> midi.
>> E.g. 'filter synth' gives:
>> new MIDI alloc for instr 1:
>> WARNING: Division by zero
>> INIT ERROR in instr 1: Invalid ftable no. 1.000000
>> 'tight synth' gives: INIT ERROR in instr 1: Invalid ftable no. 1.000000
>> 'Alpha V2' gives:
>> WARNING: Division by zero
>> ftable 102:
>> WARNING: Seeding from current time 2621325978
>> etc.
>>
>> Richard
>>
>>
>>
>> --
>> Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>          https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>          https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2017-09-23 17:25
FromSteven Yi
SubjectRe: [Csnd] ANN: Blue 2.7.0
I just did some testing on Windows 10, self-compiled Csound from
develop branch.  I was able to change presets, update presets, and so
on, while working BlueLive and MIDI.  I'll send you my .blue project
off list and will do a test on OSX.

On Sat, Sep 23, 2017 at 11:31 AM, Richard  wrote:
> I'm running --Csound version 6.09.1 (double samples) Jul 10 2017
> on OSX.
>
> These instruments are from the standard User Instrument Library.
> I'm trying a few from BlueShare as well.
>
> I also noted that Blue hangs when I update a preset while BlueLive and Midi
> are active...
>
> Richard
>
>
>
> On 23/09/17 17:15, Steven Yi wrote:
>>
>> Tarmo and Richard: Thanks!
>>
>> Richard: Which version of Csound are you using, and are these
>> instruments from BlueShare? I'd have to look at the particular
>> instruments to diagnose. (For AlphaV2, there used to be a coding issue
>> that could give a division by zero; however, it would only happen when
>> that particular calculation wasn't used (i.e., I think it calculated
>> something for when driven by score even when it used from MIDI), and
>> recent versions of AlphaV2 shouldn't have that issue.)
>>
>> As a sidenote, I was working on an AlphaV3 that's been redesigned a
>> good bit. I took a break from it to work on other things, but I was
>> hoping to get back to it this week and to post it on BlueShare. If
>> you're curious I can send you a copy of a project off-list that has
>> the latest.
>>
>> All best!
>> steven
>>
>>
>>
>>
>>
>>
>>
>> On Sat, Sep 23, 2017 at 11:03 AM, zappfinger  wrote:
>>>
>>> Great job!
>>>
>>> I am having some trouble with the User Instrument library , using Live
>>> and
>>> midi.
>>> E.g. 'filter synth' gives:
>>> new MIDI alloc for instr 1:
>>> WARNING: Division by zero
>>> INIT ERROR in instr 1: Invalid ftable no. 1.000000
>>> 'tight synth' gives: INIT ERROR in instr 1: Invalid ftable no. 1.000000
>>> 'Alpha V2' gives:
>>> WARNING: Division by zero
>>> ftable 102:
>>> WARNING: Seeding from current time 2621325978
>>> etc.
>>>
>>> Richard
>>>
>>>
>>>
>>> --
>>> Sent from:
>>> http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html
>>>
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>          https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>          https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here