name
removePattern ( )
None available
description
Use this method to remove a pattern from a track. A pattern builds a sequence of events that you can place several times into several tracks. Removing a pattern removes all its events from the track. Calling the method including a tick value only deletes patterns for this tick.
syntax
removePattern(i_pattern, i_tick);
removePattern(i_pattern);
parameters
i_pattern
Pattern: the pattern to be removed from the pattern
i_tick
long: position of the Pattern
returns
None
usage
Web & Application
related