OpenMusic

Visual Programming | Computer-Assisted Composition

OpenMusic Reference

Prev| Chapter 10. Maquettes| Next


The Temporalbox object

When a patch is dropped into a Maquette, it is enclosed in a Temporalbox, which has two unique elements: the self box and the tempout output. The temporal box returns information about the geometry and positioning of the box within the frame. You can use these values to affect the behavior of the patch. The output tempout must be connected to a playable music object, as this is the object that will be played within the Maquette when the play pointer crosses the left edge of the box. Additional inputs and outputs may be added with the usual buttons as with any patch. These are represented in the Maquette frame as tick marks on the upper and lower edges of the box, and may be used to create connections between Maquette boxes in order to pass data between them.

The self outputs

The self object represents the box itself. The 10 outlets return the following information about the box in the context of the Maquette frame:


Prev Home Next
The structure of a Maquette    
Up Maquettes in patches