OpenMusic

Visual Programming | Computer-Assisted Composition

OpenMusic Reference

Prev| | Next


N-cercle

N-cercle

(Zn module) --

Syntax

N-cercle self n puntos

Slots

name data type(s) comments
self an N-cercle object  
n a positive integer floats are permitted as well, but will not display correctly.
puntos a list or tree of integers  

Notes

N-cercle accepts the group of points puntos and displays them as a polygon on a circle having n articulations on its circumference. n must be at least 1 but has no upper limit. If puntos is a flat list, all the data points will be represented as part of the same polygon. If it is a tree, each sublist is used to compose a separate polygon, which appears as a layer in a stack in the graphic editor.

For more information on using the N-cercle object, see the Zn tutorials.


Prev Home Next
Multi-seq Up Note