Jump to content

OpenMusic

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Theropode (talk | contribs) at 00:33, 9 April 2013 (removed anonymous post hijacking this page with promotional material for a different software). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


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.

History

OpenMusic is the last in a series of computer-assisted composition softwares designed at ircam. Versions of OpenMusic are currently available for Mac OS X (PowerPC and Intel), Windows. The source code has been released under the GNU Lesser General Public License (LGPL).

A typical OM program or 'patch'.

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, spectral music, minimalist music, music theory, fractals, music information retrieval, sound synthesis etc.

Composers using OpenMusic

Patches and scores in OMPatches and maquettes in OM

References

  • OpenMusic Homepage, with full OM class and function reference, tutorials and instructions on building OM from source.
  • IRCAM