Skip to content

Releases: gogins/csound-vst3

Updated beta release of CsoundVST3

31 Dec 19:48
Compare
Choose a tag to compare
Pre-release

This is an updated beta release of the CsoundVST3 project.

This project implements a VST3 plugin version and an AudioUnit plugin version of Csound 6.18 for the macOS operating system, as well as a standalone app version of the plugin. It is an open source, simplified version of the earlier CsoundVST plugin (which used the VST2 protocol).

The basic idea here is to get all of Csound, and an editor for the Csound code, running in digital audio workstations.

See the README.md for more information.

Please log bug reports, comments, and feature requests in the GitHub issues page.

This release adds basic search and replace to the code editor.

Initial release of CsoundVST3

30 Dec 15:14
Compare
Choose a tag to compare
Pre-release

This is an updated beta release of the CsoundVST3 project.

This project implements a VST3 plugin version and an AudioUnit plugin version of Csound 6.18 for the macOS operating system, as well as a standalone app version of the plugin. It is an open source, simplified version of the earlier CsoundVST plugin (which used the VST2 protocol).

The basic idea here is to get all of Csound, and an editor for the Csound code, running in digital audio workstations.

See the README.md for more information.

Please log bug reports, comments, and feature requests in the GitHub issues page.

This release adds replaces std::deque FIFOs with MoodyCamel's lock-free ReaderWriterQueue FIFOs for smoother performance of internal audio and MIDI message queues, and adds basic Csound syntax highlighting to the code editor.