Csound Csound-dev Csound-tekno Search About

[Csnd] ANNOUNCEMENT: New releases of csound-ac and related projects

Date2026-06-19 16:28
FromMichael Gogins
Subject[Csnd] ANNOUNCEMENT: New releases of csound-ac and related projects
This is to announce new releases of my GitHub projects for supporting algorithmic music composition and synthesis. These projects have been ported to Csound version 7, and built for macOS, Linux, and Windows, and in some cases for WebAssembly. The projects are:

csound-ac or CsoundAC (https://github.com/gogins-dev/csound-ac) -- My C++ algorithmic composition library with Python interface for generating scores to be rendered by Csound. Facilities include music graphs, random generators, Lindenmayer systems, chaotic dynamical systems, chord spaces, an extension for Cursor or Visual Studio Code to speed up composition and rendering, an extension for using CsoundAC in Reaper, and a library of Csound instrument patches. Of particular note is that bugs that lived for many years in equally tempered chord spaces have been fixed and tested (continuous spaces always worked). For macOS, Linux, and Windows.

csound-wasm (https://github.com/gogins/csound-wasm) -- my own WebAssembly build of both Csound 7 and CsoundAC.

csound-nwjs (https://github.com/gogins-dev/csound-nwjs) -- Implements Csound 7 as a native addon for NW.js (should also work for Node.js), and includes the WASM build of CsoundAC. For macOS, Linux, and Windows.

csound-vst3 (https://github.com/gogins-dev/csound-vst3) -- A VST3 instrument plugin version of Csound 7, including a built-in code editor. For macOS, Linux, and Windows.

csound-vst3-opcodes (https://github.com/gogins-dev/csound-vst3-opcodes) -- Csound 7 plugin opcodes for hosting VST3 plugins in Csound 7. For macOS, Linux, and Windows.

csound-cxx-opcodes (https://github.com/gogins-dev/csound-cxx-opcodes) -- Csound 7 plugin opcodes for embedding C++ source code in Csound orchestras, for runtime compilation and execution. For macOS, Linux, and Windows.

cloud-5 (https://github.com/gogins/cloud-5) -- A browser-based system for algorithmic composition, synthesis, music visualization, and visual music, incorporating my WebAssembly builds of Csound 7 and CsoundAC, together with the live coding system Strudel. For Web servers, Web browsers, and NW.js.

My gogins.github.io Web site (https://gogins.github.io) hosts cloud-5 with many examples demonstrating Csound 7, CsoundAC, and Strudel.

The macOS and WebAssembly binaries are tested. The Linux and Windows binaries have not been tested. Please log any questions, bugs, or suggestions in the relevant GitHub repository.

-- Michael

-----------------------------------------------------
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

Date2026-06-19 16:31
FromTarmo Johannes
SubjectRe: [Csnd] ANNOUNCEMENT: New releases of csound-ac and related projects
Thank you so much!
And congratulations! Must have been huge work...

Tarmo

R, 19. juuni 2026 18:28 Michael Gogins <michael.gogins@gmail.com> kirjutas:
This is to announce new releases of my GitHub projects for supporting algorithmic music composition and synthesis. These projects have been ported to Csound version 7, and built for macOS, Linux, and Windows, and in some cases for WebAssembly. The projects are:

csound-ac or CsoundAC (https://github.com/gogins-dev/csound-ac) -- My C++ algorithmic composition library with Python interface for generating scores to be rendered by Csound. Facilities include music graphs, random generators, Lindenmayer systems, chaotic dynamical systems, chord spaces, an extension for Cursor or Visual Studio Code to speed up composition and rendering, an extension for using CsoundAC in Reaper, and a library of Csound instrument patches. Of particular note is that bugs that lived for many years in equally tempered chord spaces have been fixed and tested (continuous spaces always worked). For macOS, Linux, and Windows.

csound-wasm (https://github.com/gogins/csound-wasm) -- my own WebAssembly build of both Csound 7 and CsoundAC.

csound-nwjs (https://github.com/gogins-dev/csound-nwjs) -- Implements Csound 7 as a native addon for NW.js (should also work for Node.js), and includes the WASM build of CsoundAC. For macOS, Linux, and Windows.

csound-vst3 (https://github.com/gogins-dev/csound-vst3) -- A VST3 instrument plugin version of Csound 7, including a built-in code editor. For macOS, Linux, and Windows.

csound-vst3-opcodes (https://github.com/gogins-dev/csound-vst3-opcodes) -- Csound 7 plugin opcodes for hosting VST3 plugins in Csound 7. For macOS, Linux, and Windows.

csound-cxx-opcodes (https://github.com/gogins-dev/csound-cxx-opcodes) -- Csound 7 plugin opcodes for embedding C++ source code in Csound orchestras, for runtime compilation and execution. For macOS, Linux, and Windows.

cloud-5 (https://github.com/gogins/cloud-5) -- A browser-based system for algorithmic composition, synthesis, music visualization, and visual music, incorporating my WebAssembly builds of Csound 7 and CsoundAC, together with the live coding system Strudel. For Web servers, Web browsers, and NW.js.

My gogins.github.io Web site (https://gogins.github.io) hosts cloud-5 with many examples demonstrating Csound 7, CsoundAC, and Strudel.

The macOS and WebAssembly binaries are tested. The Linux and Windows binaries have not been tested. Please log any questions, bugs, or suggestions in the relevant GitHub repository.

-- Michael

-----------------------------------------------------
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

Date2026-06-19 17:43
FromDave Seidel
SubjectRe: [Csnd] ANNOUNCEMENT: New releases of csound-ac and related projects
Fantastic, thanks Michael!

On Fri, Jun 19, 2026 at 11:28 AM Michael Gogins <michael.gogins@gmail.com> wrote:
This is to announce new releases of my GitHub projects for supporting algorithmic music composition and synthesis. These projects have been ported to Csound version 7, and built for macOS, Linux, and Windows, and in some cases for WebAssembly. The projects are:

csound-ac or CsoundAC (https://github.com/gogins-dev/csound-ac) -- My C++ algorithmic composition library with Python interface for generating scores to be rendered by Csound. Facilities include music graphs, random generators, Lindenmayer systems, chaotic dynamical systems, chord spaces, an extension for Cursor or Visual Studio Code to speed up composition and rendering, an extension for using CsoundAC in Reaper, and a library of Csound instrument patches. Of particular note is that bugs that lived for many years in equally tempered chord spaces have been fixed and tested (continuous spaces always worked). For macOS, Linux, and Windows.

csound-wasm (https://github.com/gogins/csound-wasm) -- my own WebAssembly build of both Csound 7 and CsoundAC.

csound-nwjs (https://github.com/gogins-dev/csound-nwjs) -- Implements Csound 7 as a native addon for NW.js (should also work for Node.js), and includes the WASM build of CsoundAC. For macOS, Linux, and Windows.

csound-vst3 (https://github.com/gogins-dev/csound-vst3) -- A VST3 instrument plugin version of Csound 7, including a built-in code editor. For macOS, Linux, and Windows.

csound-vst3-opcodes (https://github.com/gogins-dev/csound-vst3-opcodes) -- Csound 7 plugin opcodes for hosting VST3 plugins in Csound 7. For macOS, Linux, and Windows.

csound-cxx-opcodes (https://github.com/gogins-dev/csound-cxx-opcodes) -- Csound 7 plugin opcodes for embedding C++ source code in Csound orchestras, for runtime compilation and execution. For macOS, Linux, and Windows.

cloud-5 (https://github.com/gogins/cloud-5) -- A browser-based system for algorithmic composition, synthesis, music visualization, and visual music, incorporating my WebAssembly builds of Csound 7 and CsoundAC, together with the live coding system Strudel. For Web servers, Web browsers, and NW.js.

My gogins.github.io Web site (https://gogins.github.io) hosts cloud-5 with many examples demonstrating Csound 7, CsoundAC, and Strudel.

The macOS and WebAssembly binaries are tested. The Linux and Windows binaries have not been tested. Please log any questions, bugs, or suggestions in the relevant GitHub repository.

-- Michael

-----------------------------------------------------
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

Date2026-06-20 12:36
From"Dr. Richard Boulanger" <00001600c4df7cd8-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] ANNOUNCEMENT: New releases of csound-ac and related projects
Awesome!

It is so exciting that you are able to update and share all of this amazing work of yours. I can’t wait to check it out.

Thanks 🙏 

Dr. Richard Boulanger
Professor
Electronic Production and Design
Berklee College of Music

On Jun 19, 2026, at 4:31 PM, Tarmo Johannes <trmjhnns@gmail.com> wrote:


Thank you so much!
And congratulations! Must have been huge work...

Tarmo

R, 19. juuni 2026 18:28 Michael Gogins <michael.gogins@gmail.com> kirjutas:
This is to announce new releases of my GitHub projects for supporting algorithmic music composition and synthesis. These projects have been ported to Csound version 7, and built for macOS, Linux, and Windows, and in some cases for WebAssembly. The projects are:

csound-ac or CsoundAC (https://github.com/gogins-dev/csound-ac) -- My C++ algorithmic composition library with Python interface for generating scores to be rendered by Csound. Facilities include music graphs, random generators, Lindenmayer systems, chaotic dynamical systems, chord spaces, an extension for Cursor or Visual Studio Code to speed up composition and rendering, an extension for using CsoundAC in Reaper, and a library of Csound instrument patches. Of particular note is that bugs that lived for many years in equally tempered chord spaces have been fixed and tested (continuous spaces always worked). For macOS, Linux, and Windows.

csound-wasm (https://github.com/gogins/csound-wasm) -- my own WebAssembly build of both Csound 7 and CsoundAC.

csound-nwjs (https://github.com/gogins-dev/csound-nwjs) -- Implements Csound 7 as a native addon for NW.js (should also work for Node.js), and includes the WASM build of CsoundAC. For macOS, Linux, and Windows.

csound-vst3 (https://github.com/gogins-dev/csound-vst3) -- A VST3 instrument plugin version of Csound 7, including a built-in code editor. For macOS, Linux, and Windows.

csound-vst3-opcodes (https://github.com/gogins-dev/csound-vst3-opcodes) -- Csound 7 plugin opcodes for hosting VST3 plugins in Csound 7. For macOS, Linux, and Windows.

csound-cxx-opcodes (https://github.com/gogins-dev/csound-cxx-opcodes) -- Csound 7 plugin opcodes for embedding C++ source code in Csound orchestras, for runtime compilation and execution. For macOS, Linux, and Windows.

cloud-5 (https://github.com/gogins/cloud-5) -- A browser-based system for algorithmic composition, synthesis, music visualization, and visual music, incorporating my WebAssembly builds of Csound 7 and CsoundAC, together with the live coding system Strudel. For Web servers, Web browsers, and NW.js.

My gogins.github.io Web site (https://gogins.github.io) hosts cloud-5 with many examples demonstrating Csound 7, CsoundAC, and Strudel.

The macOS and WebAssembly binaries are tested. The Linux and Windows binaries have not been tested. Please log any questions, bugs, or suggestions in the relevant GitHub repository.

-- Michael

-----------------------------------------------------
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