org.herac.tuxguitar.play.models.tg_player
Class MidiMessageUtils
java.lang.Object
org.herac.tuxguitar.play.models.tg_player.MidiMessageUtils
public class MidiMessageUtils
extends java.lang.Object
static MidiMessage | controlChange(int channel, int controller, int value)
|
static MidiMessage | noteOff(int channel, int note, int velocity)
|
static MidiMessage | noteOn(int channel, int note, int velocity)
|
static MidiMessage | programChange(int channel, int instrument)
|
controlChange
public static MidiMessage controlChange(int channel,
int controller,
int value)
noteOff
public static MidiMessage noteOff(int channel,
int note,
int velocity)
noteOn
public static MidiMessage noteOn(int channel,
int note,
int velocity)
programChange
public static MidiMessage programChange(int channel,
int instrument)