org.herac.tuxguitar.player.base
Class MidiControllers

java.lang.Object
  extended by org.herac.tuxguitar.player.base.MidiControllers

public class MidiControllers
extends java.lang.Object


Field Summary
static int ALL_NOTES_OFF
           
static int BALANCE
           
static int CHORUS
           
static int DATA_ENTRY_LSB
           
static int DATA_ENTRY_MSB
           
static int EXPRESSION
           
static int PHASER
           
static int REVERB
           
static int RPN_LSB
           
static int RPN_MSB
           
static int TREMOLO
           
static int VOLUME
           
 
Constructor Summary
MidiControllers()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VOLUME

public static final int VOLUME
See Also:
Constant Field Values

BALANCE

public static final int BALANCE
See Also:
Constant Field Values

EXPRESSION

public static final int EXPRESSION
See Also:
Constant Field Values

REVERB

public static final int REVERB
See Also:
Constant Field Values

TREMOLO

public static final int TREMOLO
See Also:
Constant Field Values

CHORUS

public static final int CHORUS
See Also:
Constant Field Values

PHASER

public static final int PHASER
See Also:
Constant Field Values

DATA_ENTRY_MSB

public static final int DATA_ENTRY_MSB
See Also:
Constant Field Values

DATA_ENTRY_LSB

public static final int DATA_ENTRY_LSB
See Also:
Constant Field Values

RPN_LSB

public static final int RPN_LSB
See Also:
Constant Field Values

RPN_MSB

public static final int RPN_MSB
See Also:
Constant Field Values

ALL_NOTES_OFF

public static final int ALL_NOTES_OFF
See Also:
Constant Field Values
Constructor Detail

MidiControllers

public MidiControllers()