name
removeEvent ( )
None available
description
Removes the specified event from the track.
syntax
removeEvent(i_event, i_tick);
parameters
i_event
MidiEvent: the event to remove
i_tick
long: the position of the event to remove
returns
true if the event existed in the track and was removed, otherwise false
usage
Web & Application
related