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_COARSE
           
static int PHASER
           
static int REGISTERED_PARAMETER_COARSE
           
static int REGISTERED_PARAMETER_FINE
           
static int REVERB
           
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

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_COARSE

public static final int DATA_ENTRY_COARSE
See Also:
Constant Field Values

REGISTERED_PARAMETER_FINE

public static final int REGISTERED_PARAMETER_FINE
See Also:
Constant Field Values

REGISTERED_PARAMETER_COARSE

public static final int REGISTERED_PARAMETER_COARSE
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()