104105106107108109110111112113
/** */ public void sequence() throws InvalidMfiDataException { int id = getIndex(); AudioEngine engine = Factory.getAudioEngine(); engine.stop(id); } } /* */