OpenMusic

Visual Programming | Computer-Assisted Composition

OpenMusic Reference

Prev| | Next


Chapter 2. omloop and Components Reference

Table of Contents

omloop -- a multipurpose function for writing program loops

forloop -- sets the number of repetitions in omloop

whileloop -- Allows repetition in omloop to continue as long as a condition is met

listloop -- Enumerates the elements of a list within omloop

onlistloop -- Enumerates consecutive groups of the elements of a list within omloop

counter (count) -- registers the number of times what? has a non-nil value

sum -- returns the sum of its collected elements

minim (min) -- returns the minimum value present among its collected elements

maxi (max) -- returns the maximum value present among its collected elements

listing -- returns the results of omloop in a list

accumulator -- a general-purpose collector for the omloop function

loopdo (eachTime) -- activated at each repetition of omloop except the last

finaldo (finally) -- activated on the final repetition of omloop

The omloop Module

This section of the Reference is dedicated to the special function omloop . You will find a detailed description of omloop itself followed by reference pages dedicated to each of its component functions: (in this order)

Iterators

Collectors

Outputs

Below is the reference for omloop .


Prev Home Next
the exact name of the function Up omloop