org.herac.tuxguitar.io.tef.base
Class TETrack

java.lang.Object
  extended by org.herac.tuxguitar.io.tef.base.TETrack

public class TETrack
extends java.lang.Object


Field Summary
static int FLAG_DOUBLE_STRINGS
           
static int FLAG_EFFECT_CHANNEL_DISABLED
           
static int FLAG_LET_RING
           
static int FLAG_PEDAL_STEEL_GUITAR
           
static int FLAG_RHYTHM_TRACK
           
 
Constructor Summary
TETrack(boolean percussion, int instrument, int capo, int clefType, int clefNumber, int pan, int volume, int flags, int[] strings, java.lang.String name)
           
 
Method Summary
 int getCapo()
           
 int getClefNumber()
           
 int getClefType()
           
 int getFlags()
           
 int getInstrument()
           
 java.lang.String getName()
           
 int getPan()
           
 int[] getStrings()
           
 int getVolume()
           
 boolean isPercussion()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FLAG_DOUBLE_STRINGS

public static final int FLAG_DOUBLE_STRINGS
See Also:
Constant Field Values

FLAG_LET_RING

public static final int FLAG_LET_RING
See Also:
Constant Field Values

FLAG_PEDAL_STEEL_GUITAR

public static final int FLAG_PEDAL_STEEL_GUITAR
See Also:
Constant Field Values

FLAG_EFFECT_CHANNEL_DISABLED

public static final int FLAG_EFFECT_CHANNEL_DISABLED
See Also:
Constant Field Values

FLAG_RHYTHM_TRACK

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

TETrack

public TETrack(boolean percussion,
               int instrument,
               int capo,
               int clefType,
               int clefNumber,
               int pan,
               int volume,
               int flags,
               int[] strings,
               java.lang.String name)
Method Detail

getCapo

public int getCapo()

getClefNumber

public int getClefNumber()

getClefType

public int getClefType()

getFlags

public int getFlags()

getName

public java.lang.String getName()

getPan

public int getPan()

isPercussion

public boolean isPercussion()

getStrings

public int[] getStrings()

getVolume

public int getVolume()

getInstrument

public int getInstrument()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object