org.herac.tuxguitar.player.impl
public class MidiSequenceImpl extends MidiSequence
| Constructor Summary | |
|---|---|
| MidiSequenceImpl(SongManager manager) | |
| Method Summary | |
|---|---|
| void | addControlChange(long tick, int track, int channel, int controller, int value) |
| void | addEvent(int track, MidiEvent event) |
| void | addNoteOff(long tick, int track, int channel, int note, int velocity) |
| void | addNoteOn(long tick, int track, int channel, int note, int velocity) |
| void | addPitchBend(long tick, int track, int channel, int value) |
| void | addProgramChange(long tick, int track, int channel, int instrument) |
| void | addTempoInUSQ(long tick, int track, int usq) |
| void | addTickMove(long tick, int track, long move) |
| void | addTimeSignature(long tick, int track, TimeSignature ts) |
| Sequence | getSequence() |