OpenMusic

Visual Programming | Computer-Assisted Composition

OpenMusic Reference

Prev| | Next


maquette2obj

maquette2obj

(score module) -- Makes a transcription of a Maquette object suitable for use in a Poly or Multi-seq.

Syntax

maquette2obj maquette mode &optional tempi measures max/ forbid offset precis

Inputs

Note The optional inputs of this function duplicate the inputs of omquantify . See its entry for information on these inputs.

name data type(s) comments
maquette A Maquette object  
mode menu Two options; Poly and Multi-seq

Output

output data type(s) comments
first A Poly or Multi-seq  

Description

This function transcribes the output of any Maquette object. The output is either a Multi-seq or a Poly , as selected at the second input. Each of the embedded objects is transcribed in a separate layer of the Poly or Multi-seq. (An embedded Maquette will be itself transcribed into a single layer).

If you choose to make a Poly , omquantify is called to transcribe the rhythmic values, and the optional inputs control the transcription in the same way as they do for that function. See its reference page for details.


Prev Home Next
mapcar Up mask