Common Music is a free and open source algorithmic music composition environment.
Common Music makes sound by transforming a high-level representation of musical structure into a variety of control protocols for sound synthesis and display. The GUI app for CM is called Grace.
What's New in This Release: [ read full changelog ]
· Enhancement: The real-time scheduler now uses metronomes and is beat based. See the new Metronomes section in the dictionary and the new Help>Examples>Metronomes example for more information. Metronomes were designed and implemented by Halim Beere (halimbeere@gmail.com)
· Enhancement: sprout now supports "live coding" much better. When you sprout a processes together with an id the scheduler now replaces any currently running process with the same id with the newly sprouted version but without altering the next run time in the scheduler. This allows you to "redefine" processes on the fly. See the updated sprout documentation and the new Help>Examples>Live Coding example for more information. (Halim Beere)
· Enhancement: Real-time audio generation using audio plugins (AU, VST, ASIO). Type COMMAND-P to load any plugin graph ("*.filtgraph") that you created and saved in JUCE's "Plugin Host" app. See Audio Plugins for more information.
· Enhancement: Audio file Player window has be remimplemen...