[Contents] · [Home] · [Mail]

SALIERI Language - SEGM

Type:
SEGM: sequence x sequence x ... -> segment

Call syntax:
SEGM(seq_1, seq_2, ...)

Description:
SEGM is the basic constructor operation for objects of type segment. It returns a segment which contains seq_1, seq_2, etc. as simultaneously starting voices which are filled with rests at their right end, if necessary, to make their relative duration identical (poly-normalisation).

Attention!
It is recommended to use poly(seq_1,seq_2,...) or {seq_1,seq_2,...} instead of SEGM(seq_1,seq_2,...), as the poly function is more generally (as it can as well be applied to segments instead of sequences).

See also: poly, parts, part.


[Contents] · [Home] · [Mail]
© sic!systems, page frame designed by hh; this page has been automatically generated from the SALIERI Documentation Database.