Csound Csound-dev Csound-tekno Search About

Re: Some questions for Csound users and developers about the future of the Csound Windows installer

Date2017-06-13 22:02
FromAndrea Strappa
SubjectRe: Some questions for Csound users and developers about the future of the Csound Windows installer
Hi,
I use 2), 6), 8). But I'm interested to all.
I think that the features have an easy installation to integrate with Csound it could be indipendent, but the features that have an elaborated installation could be enclosed in the installer.
Greetings
Andrea S.
 
----- Original Message -----
Sent: Tuesday, June 13, 2017 10:35 PM
Subject: Re: [Csnd] Some questions for Csound users and developers about the future of the Csound Windows installer



2017-06-11 17:44 GMT-07:00 Michael Gogins <michael.gogins@gmail.com>:
(1) The FluidSynth opcodes? Do you ever use them, or not?
(2) The Java interfaces? Do you ever use them, or not?
(3) The LuaJIT opcodes? Do you ever use them, or not?
(4) The CsoundAC algorithmic composition system? Do you ever use it,
or not? If nobody but me ever uses it, I may move it to my own
repository.
(5) The STK (C++) opcodes? Do you ever use them, or not?
(6) The CsoundQt "front end" for running Csound? Do you ever use it,
or not? If so, do you get it from the CsoundQt repo or from the Csound
repo?
(7) The linear algebra opcodes? Do you ever use them, or not?
(8) The FLTK widgets? Do you ever use them, or not?


Of these features, I've used 5) and 8), and would really like to learn how to use 7) 
Thanks for the effort with the installer, Mike

all best
Oeyvind
 
-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

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



Avast logo

Questa e-mail è stata controllata per individuare virus con Avast antivirus.
www.avast.com



Date2017-06-19 23:59
Fromandy fillebrown
SubjectRe: Some questions for Csound users and developers about the future of the Csound Windows installer
(1) The FluidSynth opcodes? YES
(2) The Java interfaces? NO
(3) The LuaJIT opcodes? NO
(4) The CsoundAC algorithmic composition system? NO
(5) The STK (C++) opcodes? NO
(6) The CsoundQt "front end" for running Csound? YES
(7) The linear algebra opcodes? NO
(8) The FLTK widgets? NO!

On Tue, Jun 13, 2017 at 5:02 PM, Andrea Strappa <a_strappa@tin.it> wrote:
Hi,
I use 2), 6), 8). But I'm interested to all.
I think that the features have an easy installation to integrate with Csound it could be indipendent, but the features that have an elaborated installation could be enclosed in the installer.
Greetings
Andrea S.
 
----- Original Message -----
Sent: Tuesday, June 13, 2017 10:35 PM
Subject: Re: [Csnd] Some questions for Csound users and developers about the future of the Csound Windows installer



2017-06-11 17:44 GMT-07:00 Michael Gogins <michael.gogins@gmail.com>:
(1) The FluidSynth opcodes? Do you ever use them, or not?
(2) The Java interfaces? Do you ever use them, or not?
(3) The LuaJIT opcodes? Do you ever use them, or not?
(4) The CsoundAC algorithmic composition system? Do you ever use it,
or not? If nobody but me ever uses it, I may move it to my own
repository.
(5) The STK (C++) opcodes? Do you ever use them, or not?
(6) The CsoundQt "front end" for running Csound? Do you ever use it,
or not? If so, do you get it from the CsoundQt repo or from the Csound
repo?
(7) The linear algebra opcodes? Do you ever use them, or not?
(8) The FLTK widgets? Do you ever use them, or not?


Of these features, I've used 5) and 8), and would really like to learn how to use 7) 
Thanks for the effort with the installer, Mike

all best
Oeyvind
 
-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

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



Avast logo

Questa e-mail è stata controllata per individuare virus con Avast antivirus.
www.avast.com


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-06-25 20:16
FromMichael Gogins
SubjectRe: [Csnd-dev] [Csnd] Some questions for Csound users and developers about the future of the Csound Windows installer
Thanks to everyone who responded to this. After reading all the responses and thinking about I have come to the following conclusions:

(1) I will drop LuaJIT, the Lua opcodes, and the Lua interfaces from the Windows installer. They are not widely used and their function has mostly been replaced by JavaScript and HTML5.

(2) I will keep the remaining features for the time being:

(2.a.) The FluidSynth opcodes.
(2.b.) The Java interfaces.
(2.c.) The CsoundAC system and interfaces. Ultimately I will move these features out of the Csound repository but not now. There are no longer any external dependencies so it should be easy to get this to build.
(2.d.) The STK opcodes.
(2.e.) I will continue to include CsoundQt in the Windows installer and I will merge and maintain the HTML5 support in CsoundQt.
(2.f.) The linear algebra opcodes. I will replace the use of GMM with the use of Eigen3 for which there is already a port for the Visual Studio build system.
(2.g) The FLTK opcodes.

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

On Mon, Jun 19, 2017 at 6:59 PM, andy fillebrown <andy.fillebrown@gmail.com> wrote:
(1) The FluidSynth opcodes? YES
(2) The Java interfaces? NO
(3) The LuaJIT opcodes? NO
(4) The CsoundAC algorithmic composition system? NO
(5) The STK (C++) opcodes? NO
(6) The CsoundQt "front end" for running Csound? YES
(7) The linear algebra opcodes? NO
(8) The FLTK widgets? NO!

On Tue, Jun 13, 2017 at 5:02 PM, Andrea Strappa <a_strappa@tin.it> wrote:
Hi,
I use 2), 6), 8). But I'm interested to all.
I think that the features have an easy installation to integrate with Csound it could be indipendent, but the features that have an elaborated installation could be enclosed in the installer.
Greetings
Andrea S.
 
----- Original Message -----
Sent: Tuesday, June 13, 2017 10:35 PM
Subject: Re: [Csnd] Some questions for Csound users and developers about the future of the Csound Windows installer



2017-06-11 17:44 GMT-07:00 Michael Gogins <michael.gogins@gmail.com>:
(1) The FluidSynth opcodes? Do you ever use them, or not?
(2) The Java interfaces? Do you ever use them, or not?
(3) The LuaJIT opcodes? Do you ever use them, or not?
(4) The CsoundAC algorithmic composition system? Do you ever use it,
or not? If nobody but me ever uses it, I may move it to my own
repository.
(5) The STK (C++) opcodes? Do you ever use them, or not?
(6) The CsoundQt "front end" for running Csound? Do you ever use it,
or not? If so, do you get it from the CsoundQt repo or from the Csound
repo?
(7) The linear algebra opcodes? Do you ever use them, or not?
(8) The FLTK widgets? Do you ever use them, or not?


Of these features, I've used 5) and 8), and would really like to learn how to use 7) 
Thanks for the effort with the installer, Mike

all best
Oeyvind
 
-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

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



Avast logo

Questa e-mail è stata controllata per individuare virus con Avast antivirus.
www.avast.com


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-06-25 20:16
FromMichael Gogins
SubjectRe: Some questions for Csound users and developers about the future of the Csound Windows installer
Thanks to everyone who responded to this. After reading all the responses and thinking about I have come to the following conclusions:

(1) I will drop LuaJIT, the Lua opcodes, and the Lua interfaces from the Windows installer. They are not widely used and their function has mostly been replaced by JavaScript and HTML5.

(2) I will keep the remaining features for the time being:

(2.a.) The FluidSynth opcodes.
(2.b.) The Java interfaces.
(2.c.) The CsoundAC system and interfaces. Ultimately I will move these features out of the Csound repository but not now. There are no longer any external dependencies so it should be easy to get this to build.
(2.d.) The STK opcodes.
(2.e.) I will continue to include CsoundQt in the Windows installer and I will merge and maintain the HTML5 support in CsoundQt.
(2.f.) The linear algebra opcodes. I will replace the use of GMM with the use of Eigen3 for which there is already a port for the Visual Studio build system.
(2.g) The FLTK opcodes.

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

On Mon, Jun 19, 2017 at 6:59 PM, andy fillebrown <andy.fillebrown@gmail.com> wrote:
(1) The FluidSynth opcodes? YES
(2) The Java interfaces? NO
(3) The LuaJIT opcodes? NO
(4) The CsoundAC algorithmic composition system? NO
(5) The STK (C++) opcodes? NO
(6) The CsoundQt "front end" for running Csound? YES
(7) The linear algebra opcodes? NO
(8) The FLTK widgets? NO!

On Tue, Jun 13, 2017 at 5:02 PM, Andrea Strappa <a_strappa@tin.it> wrote:
Hi,
I use 2), 6), 8). But I'm interested to all.
I think that the features have an easy installation to integrate with Csound it could be indipendent, but the features that have an elaborated installation could be enclosed in the installer.
Greetings
Andrea S.
 
----- Original Message -----
Sent: Tuesday, June 13, 2017 10:35 PM
Subject: Re: [Csnd] Some questions for Csound users and developers about the future of the Csound Windows installer



2017-06-11 17:44 GMT-07:00 Michael Gogins <michael.gogins@gmail.com>:
(1) The FluidSynth opcodes? Do you ever use them, or not?
(2) The Java interfaces? Do you ever use them, or not?
(3) The LuaJIT opcodes? Do you ever use them, or not?
(4) The CsoundAC algorithmic composition system? Do you ever use it,
or not? If nobody but me ever uses it, I may move it to my own
repository.
(5) The STK (C++) opcodes? Do you ever use them, or not?
(6) The CsoundQt "front end" for running Csound? Do you ever use it,
or not? If so, do you get it from the CsoundQt repo or from the Csound
repo?
(7) The linear algebra opcodes? Do you ever use them, or not?
(8) The FLTK widgets? Do you ever use them, or not?


Of these features, I've used 5) and 8), and would really like to learn how to use 7) 
Thanks for the effort with the installer, Mike

all best
Oeyvind
 
-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

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



Avast logo

Questa e-mail è stata controllata per individuare virus con Avast antivirus.
www.avast.com


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-06-25 20:57
FromSteven Yi
SubjectRe: Some questions for Csound users and developers about the future of the Csound Windows installer
Sounds good and thanks very much Michael for all your work on this!

On Sun, Jun 25, 2017 at 3:16 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
Thanks to everyone who responded to this. After reading all the responses and thinking about I have come to the following conclusions:

(1) I will drop LuaJIT, the Lua opcodes, and the Lua interfaces from the Windows installer. They are not widely used and their function has mostly been replaced by JavaScript and HTML5.

(2) I will keep the remaining features for the time being:

(2.a.) The FluidSynth opcodes.
(2.b.) The Java interfaces.
(2.c.) The CsoundAC system and interfaces. Ultimately I will move these features out of the Csound repository but not now. There are no longer any external dependencies so it should be easy to get this to build.
(2.d.) The STK opcodes.
(2.e.) I will continue to include CsoundQt in the Windows installer and I will merge and maintain the HTML5 support in CsoundQt.
(2.f.) The linear algebra opcodes. I will replace the use of GMM with the use of Eigen3 for which there is already a port for the Visual Studio build system.
(2.g) The FLTK opcodes.

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

On Mon, Jun 19, 2017 at 6:59 PM, andy fillebrown <andy.fillebrown@gmail.com> wrote:
(1) The FluidSynth opcodes? YES
(2) The Java interfaces? NO
(3) The LuaJIT opcodes? NO
(4) The CsoundAC algorithmic composition system? NO
(5) The STK (C++) opcodes? NO
(6) The CsoundQt "front end" for running Csound? YES
(7) The linear algebra opcodes? NO
(8) The FLTK widgets? NO!

On Tue, Jun 13, 2017 at 5:02 PM, Andrea Strappa <a_strappa@tin.it> wrote:
Hi,
I use 2), 6), 8). But I'm interested to all.
I think that the features have an easy installation to integrate with Csound it could be indipendent, but the features that have an elaborated installation could be enclosed in the installer.
Greetings
Andrea S.
 
----- Original Message -----
Sent: Tuesday, June 13, 2017 10:35 PM
Subject: Re: [Csnd] Some questions for Csound users and developers about the future of the Csound Windows installer



2017-06-11 17:44 GMT-07:00 Michael Gogins <michael.gogins@gmail.com>:
(1) The FluidSynth opcodes? Do you ever use them, or not?
(2) The Java interfaces? Do you ever use them, or not?
(3) The LuaJIT opcodes? Do you ever use them, or not?
(4) The CsoundAC algorithmic composition system? Do you ever use it,
or not? If nobody but me ever uses it, I may move it to my own
repository.
(5) The STK (C++) opcodes? Do you ever use them, or not?
(6) The CsoundQt "front end" for running Csound? Do you ever use it,
or not? If so, do you get it from the CsoundQt repo or from the Csound
repo?
(7) The linear algebra opcodes? Do you ever use them, or not?
(8) The FLTK widgets? Do you ever use them, or not?


Of these features, I've used 5) and 8), and would really like to learn how to use 7) 
Thanks for the effort with the installer, Mike

all best
Oeyvind
 
-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

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



Avast logo

Questa e-mail è stata controllata per individuare virus con Avast antivirus.
www.avast.com


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

Date2017-06-27 04:08
Fromjoachim heintz
SubjectRe: Some questions for Csound users and developers about the future of the Csound Windows installer
+1

On 25/06/17 21:57, Steven Yi wrote:
> Sounds good and thanks very much Michael for all your work on this!
>
> On Sun, Jun 25, 2017 at 3:16 PM, Michael Gogins
> > wrote:
>
>     Thanks to everyone who responded to this. After reading all the
>     responses and thinking about I have come to the following conclusions:
>
>     (1) I will drop LuaJIT, the Lua opcodes, and the Lua interfaces from
>     the Windows installer. They are not widely used and their function
>     has mostly been replaced by JavaScript and HTML5.
>
>     (2) I will keep the remaining features for the time being:
>
>     (2.a.) The FluidSynth opcodes.
>     (2.b.) The Java interfaces.
>     (2.c.) The CsoundAC system and interfaces. Ultimately I will move
>     these features out of the Csound repository but not now. There are
>     no longer any external dependencies so it should be easy to get this
>     to build.
>     (2.d.) The STK opcodes.
>     (2.e.) I will continue to include CsoundQt in the Windows installer
>     and I will merge and maintain the HTML5 support in CsoundQt.
>     (2.f.) The linear algebra opcodes. I will replace the use of GMM
>     with the use of Eigen3 for which there is already a port for the
>     Visual Studio build system.
>     (2.g) The FLTK opcodes.
>
>     Regards,
>     Mike
>
>
>     -----------------------------------------------------
>     Michael Gogins
>     Irreducible Productions
>     http://michaelgogins.tumblr.com 
>     Michael dot Gogins at gmail dot com
>
>     On Mon, Jun 19, 2017 at 6:59 PM, andy fillebrown
>     > wrote:
>
>         (1) The FluidSynth opcodes? YES
>         (2) The Java interfaces? NO
>         (3) The LuaJIT opcodes? NO
>         (4) The CsoundAC algorithmic composition system? NO
>         (5) The STK (C++) opcodes? NO
>         (6) The CsoundQt "front end" for running Csound? YES
>         (7) The linear algebra opcodes? NO
>         (8) The FLTK widgets? NO!
>
>         On Tue, Jun 13, 2017 at 5:02 PM, Andrea Strappa
>         > wrote:
>
>             __
>             Hi,
>             I use 2), 6), 8). But I'm interested to all.
>             I think that the features have an easy installation
>             to integrate with Csound it could be indipendent, but the
>             features that have an elaborated installation could be
>             enclosed in the installer.
>             Greetings
>             Andrea S.
>
>             ----- Original Message -----
>
>                 *From:* Oeyvind Brandtsegg
>                 
>                 *To:* CSOUND@LISTSERV.HEANET.IE
>                 
>                 *Sent:* Tuesday, June 13, 2017 10:35 PM
>                 *Subject:* Re: [Csnd] Some questions for Csound users
>                 and developers about the future of the Csound Windows
>                 installer
>
>
>
>                 2017-06-11 17:44 GMT-07:00 Michael Gogins
>                                  >:
>
>                     (1) The FluidSynth opcodes? Do you ever use them, or
>                     not?
>                     (2) The Java interfaces? Do you ever use them, or not?
>                     (3) The LuaJIT opcodes? Do you ever use them, or not?
>                     (4) The CsoundAC algorithmic composition system? Do
>                     you ever use it,
>                     or not? If nobody but me ever uses it, I may move it
>                     to my own
>                     repository.
>                     (5) The STK (C++) opcodes? Do you ever use them, or not?
>                     (6) The CsoundQt "front end" for running Csound? Do
>                     you ever use it,
>                     or not? If so, do you get it from the CsoundQt repo
>                     or from the Csound
>                     repo?
>                     (7) The linear algebra opcodes? Do you ever use
>                     them, or not?
>                     (8) The FLTK widgets? Do you ever use them, or not?
>
>
>                 Of these features, I've used 5) and 8), and would really
>                 like to learn how to use 7)
>                 Thanks for the effort with the installer, Mike
>
>                 all best
>                 Oeyvind
>
>
>                     -----------------------------------------------------
>                     Michael Gogins
>                     Irreducible Productions
>                     http://michaelgogins.tumblr.com
>                     
>                     Michael dot Gogins at gmail dot com
>
>                     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
>
>
>
>
>                 --
>
>                 Oeyvind Brandtsegg
>                 Professor of Music Technology
>                 NTNU
>                 7491 Trondheim
>                 Norway
>                 Cell: +47 92 203 205
>
>                 http://www.partikkelaudio.com/
>                 http://crossadaptive.hf.ntnu.no
>                 
>                 http://gdsp.hf.ntnu.no/
>                 http://soundcloud.com/brandtsegg
>                 
>                 http://flyndresang.no/
>                 http://soundcloud.com/t-emp
>
>                 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
>
>
>
>             ------------------------------------------------------------------------
>             Avast logo  	
>
>             Questa e-mail è stata controllata per individuare virus con
>             Avast antivirus.
>             www.avast.com 
>
>
>             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

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-06-27 15:08
FromFelipe Sateler
SubjectRe: [Csnd-dev] [Csnd] Some questions for Csound users and developers about the future of the Csound Windows installer
Hi,

I have a few comments and questions as downstream debian packager of csound, prompted by this discussion. I have seen my available time being considerably reduced so if reducing some workload is possible I'd like to do that.

1. Should I drop the lua bindings and opcodes too? Are lua bindings being shipped in any other installer?
2. Should I still build the java bindings for debian? The main consumer of the java API is blue, but AFAIK nobody has tried to use blue with the debian-provided java interface.
3. If CsoundAC is removed from the main repository, it is unlikely I will maintain it downstream in debian. (But I'm available for questions and eventually uploading to debian if someone else wants to do the work of tracking upstream releases, bugfixing, etc).

Saludos


On Sun, Jun 25, 2017 at 3:16 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
Thanks to everyone who responded to this. After reading all the responses and thinking about I have come to the following conclusions:

(1) I will drop LuaJIT, the Lua opcodes, and the Lua interfaces from the Windows installer. They are not widely used and their function has mostly been replaced by JavaScript and HTML5.

(2) I will keep the remaining features for the time being:

(2.a.) The FluidSynth opcodes.
(2.b.) The Java interfaces.
(2.c.) The CsoundAC system and interfaces. Ultimately I will move these features out of the Csound repository but not now. There are no longer any external dependencies so it should be easy to get this to build.
(2.d.) The STK opcodes.
(2.e.) I will continue to include CsoundQt in the Windows installer and I will merge and maintain the HTML5 support in CsoundQt.
(2.f.) The linear algebra opcodes. I will replace the use of GMM with the use of Eigen3 for which there is already a port for the Visual Studio build system.
(2.g) The FLTK opcodes.

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

On Mon, Jun 19, 2017 at 6:59 PM, andy fillebrown <andy.fillebrown@gmail.com> wrote:
(1) The FluidSynth opcodes? YES
(2) The Java interfaces? NO
(3) The LuaJIT opcodes? NO
(4) The CsoundAC algorithmic composition system? NO
(5) The STK (C++) opcodes? NO
(6) The CsoundQt "front end" for running Csound? YES
(7) The linear algebra opcodes? NO
(8) The FLTK widgets? NO!

On Tue, Jun 13, 2017 at 5:02 PM, Andrea Strappa <a_strappa@tin.it> wrote:
Hi,
I use 2), 6), 8). But I'm interested to all.
I think that the features have an easy installation to integrate with Csound it could be indipendent, but the features that have an elaborated installation could be enclosed in the installer.
Greetings
Andrea S.
 
----- Original Message -----
Sent: Tuesday, June 13, 2017 10:35 PM
Subject: Re: [Csnd] Some questions for Csound users and developers about the future of the Csound Windows installer



2017-06-11 17:44 GMT-07:00 Michael Gogins <michael.gogins@gmail.com>:
(1) The FluidSynth opcodes? Do you ever use them, or not?
(2) The Java interfaces? Do you ever use them, or not?
(3) The LuaJIT opcodes? Do you ever use them, or not?
(4) The CsoundAC algorithmic composition system? Do you ever use it,
or not? If nobody but me ever uses it, I may move it to my own
repository.
(5) The STK (C++) opcodes? Do you ever use them, or not?
(6) The CsoundQt "front end" for running Csound? Do you ever use it,
or not? If so, do you get it from the CsoundQt repo or from the Csound
repo?
(7) The linear algebra opcodes? Do you ever use them, or not?
(8) The FLTK widgets? Do you ever use them, or not?


Of these features, I've used 5) and 8), and would really like to learn how to use 7) 
Thanks for the effort with the installer, Mike

all best
Oeyvind
 
-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

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



Avast logo

Questa e-mail è stata controllata per individuare virus con Avast antivirus.
www.avast.com


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




--

Saludos,
Felipe Sateler

Date2017-06-27 15:12
FromMichael Gogins
SubjectRe: [Csnd-dev] [Csnd] Some questions for Csound users and developers about the future of the Csound Windows installer
I am not currently planning to remove CsoundAC, I am considering doing that in the future but at least for now, it stays in the repository, so I would appreciate your continued support for CsoundAC. 

Unless somebody else needs them, you can drop the Lua features, that's OK with me.

I think you should continue to support the Java bindings.

Thanks,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

On Tue, Jun 27, 2017 at 10:08 AM, Felipe Sateler <fsateler@gmail.com> wrote:
Hi,

I have a few comments and questions as downstream debian packager of csound, prompted by this discussion. I have seen my available time being considerably reduced so if reducing some workload is possible I'd like to do that.

1. Should I drop the lua bindings and opcodes too? Are lua bindings being shipped in any other installer?
2. Should I still build the java bindings for debian? The main consumer of the java API is blue, but AFAIK nobody has tried to use blue with the debian-provided java interface.
3. If CsoundAC is removed from the main repository, it is unlikely I will maintain it downstream in debian. (But I'm available for questions and eventually uploading to debian if someone else wants to do the work of tracking upstream releases, bugfixing, etc).

Saludos


On Sun, Jun 25, 2017 at 3:16 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
Thanks to everyone who responded to this. After reading all the responses and thinking about I have come to the following conclusions:

(1) I will drop LuaJIT, the Lua opcodes, and the Lua interfaces from the Windows installer. They are not widely used and their function has mostly been replaced by JavaScript and HTML5.

(2) I will keep the remaining features for the time being:

(2.a.) The FluidSynth opcodes.
(2.b.) The Java interfaces.
(2.c.) The CsoundAC system and interfaces. Ultimately I will move these features out of the Csound repository but not now. There are no longer any external dependencies so it should be easy to get this to build.
(2.d.) The STK opcodes.
(2.e.) I will continue to include CsoundQt in the Windows installer and I will merge and maintain the HTML5 support in CsoundQt.
(2.f.) The linear algebra opcodes. I will replace the use of GMM with the use of Eigen3 for which there is already a port for the Visual Studio build system.
(2.g) The FLTK opcodes.

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

On Mon, Jun 19, 2017 at 6:59 PM, andy fillebrown <andy.fillebrown@gmail.com> wrote:
(1) The FluidSynth opcodes? YES
(2) The Java interfaces? NO
(3) The LuaJIT opcodes? NO
(4) The CsoundAC algorithmic composition system? NO
(5) The STK (C++) opcodes? NO
(6) The CsoundQt "front end" for running Csound? YES
(7) The linear algebra opcodes? NO
(8) The FLTK widgets? NO!

On Tue, Jun 13, 2017 at 5:02 PM, Andrea Strappa <a_strappa@tin.it> wrote:
Hi,
I use 2), 6), 8). But I'm interested to all.
I think that the features have an easy installation to integrate with Csound it could be indipendent, but the features that have an elaborated installation could be enclosed in the installer.
Greetings
Andrea S.
 
----- Original Message -----
Sent: Tuesday, June 13, 2017 10:35 PM
Subject: Re: [Csnd] Some questions for Csound users and developers about the future of the Csound Windows installer



2017-06-11 17:44 GMT-07:00 Michael Gogins <michael.gogins@gmail.com>:
(1) The FluidSynth opcodes? Do you ever use them, or not?
(2) The Java interfaces? Do you ever use them, or not?
(3) The LuaJIT opcodes? Do you ever use them, or not?
(4) The CsoundAC algorithmic composition system? Do you ever use it,
or not? If nobody but me ever uses it, I may move it to my own
repository.
(5) The STK (C++) opcodes? Do you ever use them, or not?
(6) The CsoundQt "front end" for running Csound? Do you ever use it,
or not? If so, do you get it from the CsoundQt repo or from the Csound
repo?
(7) The linear algebra opcodes? Do you ever use them, or not?
(8) The FLTK widgets? Do you ever use them, or not?


Of these features, I've used 5) and 8), and would really like to learn how to use 7) 
Thanks for the effort with the installer, Mike

all best
Oeyvind
 
-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

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



Avast logo

Questa e-mail è stata controllata per individuare virus con Avast antivirus.
www.avast.com


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




--

Saludos,
Felipe Sateler


Date2017-06-27 16:19
FromFelipe Sateler
SubjectRe: [Csnd-dev] [Csnd] Some questions for Csound users and developers about the future of the Csound Windows installer
I know it is not to be done right now. But I thought I should mention this fact before that decision is made, in case it is relevant.

On Tue, Jun 27, 2017 at 10:12 AM, Michael Gogins <michael.gogins@gmail.com> wrote:
I am not currently planning to remove CsoundAC, I am considering doing that in the future but at least for now, it stays in the repository, so I would appreciate your continued support for CsoundAC. 

Unless somebody else needs them, you can drop the Lua features, that's OK with me.

I think you should continue to support the Java bindings.

Thanks,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

On Tue, Jun 27, 2017 at 10:08 AM, Felipe Sateler <fsateler@gmail.com> wrote:
Hi,

I have a few comments and questions as downstream debian packager of csound, prompted by this discussion. I have seen my available time being considerably reduced so if reducing some workload is possible I'd like to do that.

1. Should I drop the lua bindings and opcodes too? Are lua bindings being shipped in any other installer?
2. Should I still build the java bindings for debian? The main consumer of the java API is blue, but AFAIK nobody has tried to use blue with the debian-provided java interface.
3. If CsoundAC is removed from the main repository, it is unlikely I will maintain it downstream in debian. (But I'm available for questions and eventually uploading to debian if someone else wants to do the work of tracking upstream releases, bugfixing, etc).

Saludos


On Sun, Jun 25, 2017 at 3:16 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
Thanks to everyone who responded to this. After reading all the responses and thinking about I have come to the following conclusions:

(1) I will drop LuaJIT, the Lua opcodes, and the Lua interfaces from the Windows installer. They are not widely used and their function has mostly been replaced by JavaScript and HTML5.

(2) I will keep the remaining features for the time being:

(2.a.) The FluidSynth opcodes.
(2.b.) The Java interfaces.
(2.c.) The CsoundAC system and interfaces. Ultimately I will move these features out of the Csound repository but not now. There are no longer any external dependencies so it should be easy to get this to build.
(2.d.) The STK opcodes.
(2.e.) I will continue to include CsoundQt in the Windows installer and I will merge and maintain the HTML5 support in CsoundQt.
(2.f.) The linear algebra opcodes. I will replace the use of GMM with the use of Eigen3 for which there is already a port for the Visual Studio build system.
(2.g) The FLTK opcodes.

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

On Mon, Jun 19, 2017 at 6:59 PM, andy fillebrown <andy.fillebrown@gmail.com> wrote:
(1) The FluidSynth opcodes? YES
(2) The Java interfaces? NO
(3) The LuaJIT opcodes? NO
(4) The CsoundAC algorithmic composition system? NO
(5) The STK (C++) opcodes? NO
(6) The CsoundQt "front end" for running Csound? YES
(7) The linear algebra opcodes? NO
(8) The FLTK widgets? NO!

On Tue, Jun 13, 2017 at 5:02 PM, Andrea Strappa <a_strappa@tin.it> wrote:
Hi,
I use 2), 6), 8). But I'm interested to all.
I think that the features have an easy installation to integrate with Csound it could be indipendent, but the features that have an elaborated installation could be enclosed in the installer.
Greetings
Andrea S.
 
----- Original Message -----
Sent: Tuesday, June 13, 2017 10:35 PM
Subject: Re: [Csnd] Some questions for Csound users and developers about the future of the Csound Windows installer



2017-06-11 17:44 GMT-07:00 Michael Gogins <michael.gogins@gmail.com>:
(1) The FluidSynth opcodes? Do you ever use them, or not?
(2) The Java interfaces? Do you ever use them, or not?
(3) The LuaJIT opcodes? Do you ever use them, or not?
(4) The CsoundAC algorithmic composition system? Do you ever use it,
or not? If nobody but me ever uses it, I may move it to my own
repository.
(5) The STK (C++) opcodes? Do you ever use them, or not?
(6) The CsoundQt "front end" for running Csound? Do you ever use it,
or not? If so, do you get it from the CsoundQt repo or from the Csound
repo?
(7) The linear algebra opcodes? Do you ever use them, or not?
(8) The FLTK widgets? Do you ever use them, or not?


Of these features, I've used 5) and 8), and would really like to learn how to use 7) 
Thanks for the effort with the installer, Mike

all best
Oeyvind
 
-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

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



Avast logo

Questa e-mail è stata controllata per individuare virus con Avast antivirus.
www.avast.com


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




--

Saludos,
Felipe Sateler




--

Saludos,
Felipe Sateler

Date2017-06-27 16:36
FromSteven Yi
SubjectRe: [Csnd-dev] [Csnd] Some questions for Csound users and developers about the future of the Csound Windows installer
Hi Felipe,

I suspect there are Blue users that use the Csound java package in Debian, due to the occasional mailing list reports and version of Csound matching up with Debian package. It would simplify things for me if that was maintained. Moving forward, I could look into using JFFI and creating separate binding system that would dynamically load libcsound rather current bindings using libcsnd6, but I don't have a sense of performance impact or viability on that at the moment.

Thanks!
Steven
On Tue, Jun 27, 2017 at 11:20 AM Felipe Sateler <fsateler@gmail.com> wrote:
I know it is not to be done right now. But I thought I should mention this fact before that decision is made, in case it is relevant.

On Tue, Jun 27, 2017 at 10:12 AM, Michael Gogins <michael.gogins@gmail.com> wrote:
I am not currently planning to remove CsoundAC, I am considering doing that in the future but at least for now, it stays in the repository, so I would appreciate your continued support for CsoundAC. 

Unless somebody else needs them, you can drop the Lua features, that's OK with me.

I think you should continue to support the Java bindings.

Thanks,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

On Tue, Jun 27, 2017 at 10:08 AM, Felipe Sateler <fsateler@gmail.com> wrote:
Hi,

I have a few comments and questions as downstream debian packager of csound, prompted by this discussion. I have seen my available time being considerably reduced so if reducing some workload is possible I'd like to do that.

1. Should I drop the lua bindings and opcodes too? Are lua bindings being shipped in any other installer?
2. Should I still build the java bindings for debian? The main consumer of the java API is blue, but AFAIK nobody has tried to use blue with the debian-provided java interface.
3. If CsoundAC is removed from the main repository, it is unlikely I will maintain it downstream in debian. (But I'm available for questions and eventually uploading to debian if someone else wants to do the work of tracking upstream releases, bugfixing, etc).

Saludos


On Sun, Jun 25, 2017 at 3:16 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
Thanks to everyone who responded to this. After reading all the responses and thinking about I have come to the following conclusions:

(1) I will drop LuaJIT, the Lua opcodes, and the Lua interfaces from the Windows installer. They are not widely used and their function has mostly been replaced by JavaScript and HTML5.

(2) I will keep the remaining features for the time being:

(2.a.) The FluidSynth opcodes.
(2.b.) The Java interfaces.
(2.c.) The CsoundAC system and interfaces. Ultimately I will move these features out of the Csound repository but not now. There are no longer any external dependencies so it should be easy to get this to build.
(2.d.) The STK opcodes.
(2.e.) I will continue to include CsoundQt in the Windows installer and I will merge and maintain the HTML5 support in CsoundQt.
(2.f.) The linear algebra opcodes. I will replace the use of GMM with the use of Eigen3 for which there is already a port for the Visual Studio build system.
(2.g) The FLTK opcodes.

Regards,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

On Mon, Jun 19, 2017 at 6:59 PM, andy fillebrown <andy.fillebrown@gmail.com> wrote:
(1) The FluidSynth opcodes? YES
(2) The Java interfaces? NO
(3) The LuaJIT opcodes? NO
(4) The CsoundAC algorithmic composition system? NO
(5) The STK (C++) opcodes? NO
(6) The CsoundQt "front end" for running Csound? YES
(7) The linear algebra opcodes? NO
(8) The FLTK widgets? NO!

On Tue, Jun 13, 2017 at 5:02 PM, Andrea Strappa <a_strappa@tin.it> wrote:
Hi,
I use 2), 6), 8). But I'm interested to all.
I think that the features have an easy installation to integrate with Csound it could be indipendent, but the features that have an elaborated installation could be enclosed in the installer.
Greetings
Andrea S.
 
----- Original Message -----
Sent: Tuesday, June 13, 2017 10:35 PM
Subject: Re: [Csnd] Some questions for Csound users and developers about the future of the Csound Windows installer



2017-06-11 17:44 GMT-07:00 Michael Gogins <michael.gogins@gmail.com>:
(1) The FluidSynth opcodes? Do you ever use them, or not?
(2) The Java interfaces? Do you ever use them, or not?
(3) The LuaJIT opcodes? Do you ever use them, or not?
(4) The CsoundAC algorithmic composition system? Do you ever use it,
or not? If nobody but me ever uses it, I may move it to my own
repository.
(5) The STK (C++) opcodes? Do you ever use them, or not?
(6) The CsoundQt "front end" for running Csound? Do you ever use it,
or not? If so, do you get it from the CsoundQt repo or from the Csound
repo?
(7) The linear algebra opcodes? Do you ever use them, or not?
(8) The FLTK widgets? Do you ever use them, or not?


Of these features, I've used 5) and 8), and would really like to learn how to use 7) 
Thanks for the effort with the installer, Mike

all best
Oeyvind
 
-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

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



Avast logo

Questa e-mail è stata controllata per individuare virus con Avast antivirus.
www.avast.com


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




--

Saludos,
Felipe Sateler




--

Saludos,
Felipe Sateler