OpenMusic
From Wikipedia, the free encyclopedia
OpenMusic (OM) is an object-oriented visual programming environment for musical composition based on Common Lisp. It may also be used as an all-purpose visual interface to Lisp programming. It forms part of a package of software offered by IRCAM which also includes Diphone Studio (for sonic morphing) and Modalys (for physical modelling synthesis).
Contents |
[edit] History
OpenMusic is a descendant of PatchWork, a computer-assisted composition environment for the Macintosh first developed at IRCAM in the early 1990s. Versions of OpenMusic are currently available for Mac OS X (currently PowerPC only, though an Intel port is under development), Windows and Linux operating systems. The source code has been released under the GNU Lesser General Public License (LGPL).
[edit] Programming in OpenMusic
Programs in OpenMusic are created by connecting together (a process known as 'patching') either pre-defined or user-defined modules, in a similar manner to graphical signal-processing environments such as Max/MSP or Pd. Unlike such environments, however, the result of an OpenMusic computation will typically be displayed in conventional music notation, which can then be directly manipulated, if so required, via an editor. A substantial body of specialized libraries has been contributed by users, which extends OpenMusic's functionality into such areas as constraint programming, aleatoric composition and the compositional use of fractals.
[edit] Notable OpenMusic Users
[edit] References
- Xavier Amatriain's Thesis, Amatriain, Xavier, www.iua.upf.es.
- The OM Composer's Book 1, ed. Carlos Agon, Gérard Assayag and Jean Bresson, 2006, Editions Delatour/IRCAM; ISBN 2-7521-0027-2.
- The OM Composer's Book 2, ed. Jean Bresson, Carlos Agon and Gérard Assayag, 2008, Editions Delatour/IRCAM.
- Fabio Selvafiorita's Thesis in italian, Selvafiorita, Fabio, http://www.fabioselvafiorita.com/research.htm.
[edit] External links
- OpenMusic Homepage, with full OM class and function reference, tutorials and instructions on building OM from source.
- OpenMusic Source Code at SourceForge.
- IRCAM