name
addPattern ( )
None available
description
Use this method to add a pattern to this pattern. A pattern builds a sequence of events that you can place several times into several tracks. Putting patterns into patterns can be used create complex strucures. Note that if you have set a quantization
syntax
addPattern(i_pattern, i_tick);
addPattern(i_pattern, i_tick, i_quantization);
parameters
i_pattern
Pattern: the pattern to be added to the track
i_long
long: the position in ticks where the pattern should be placed
i_quantization
the quantization
returns
None
usage
Web & Application
related