Skip to content

cloud-5 version 1 beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@gogins gogins released this 17 Apr 16:02
· 107 commits to main since this release

This is the first full release of the cloud-5 browser-based computer music system, which enables writing sophisticated computer music compositions that run in Web browsers and can use browser-based Csound, Strudel, and CsoundAC.

  • The code has been refactored into a cloud-5.js file that defines custom HTML elements and code for simplifying the writing of cloud-5 compositions.
  • Examples have been added that illustrate the use of these custom elements.
  • API documentation has been added.
  • The release now includes a production-ready cloud-5.zip. Download this archive, unpack it into a directory, and run a local (or other) Web server in that directory. One can then immediately run the examples in your Web browser or create new compositions in that directory. There are no external dependencies.

For more information, see README.md or the jsdocs.

This is a beta release. Please enter any bugs, comments, or requests in the GitHub issues for this repository.