Uses of Class
dguitar.codecs.guitarPro.GPKey

Packages that use GPKey
dguitar.codecs.guitarPro Provides codecs for GuitarPro files (GP4,GP3...). 
 

Uses of GPKey in dguitar.codecs.guitarPro
 

Fields in dguitar.codecs.guitarPro declared as GPKey
protected  GPKey GPSong.key
          The key signature at the beginning of the piece.
private  GPKey GPMeasure._tonality
          The tonality of this measure.
static GPKey GPKey.C_FLAT
          C Flat
static GPKey GPKey.G_FLAT
          G Flat
static GPKey GPKey.D_FLAT
          D Flat
static GPKey GPKey.A_FLAT
          A Flat
static GPKey GPKey.E_FLAT
          E Flat
static GPKey GPKey.B_FLAT
          B Flat
static GPKey GPKey.F
          F
static GPKey GPKey.C
          C
static GPKey GPKey.G
          G
static GPKey GPKey.D
          D
static GPKey GPKey.A
          A
static GPKey GPKey.E
          E
static GPKey GPKey.B
          B
static GPKey GPKey.F_SHARP
          F sharp
static GPKey GPKey.C_SHARP
          C sharp
static GPKey GPKey.A_FLAT_MINOR
          A flat minor
static GPKey GPKey.E_FLAT_MINOR
          E flat minor
static GPKey GPKey.B_FLAT_MINOR
          B flat minor
static GPKey GPKey.F_MINOR
          F minor
static GPKey GPKey.C_MINOR
          C minor
static GPKey GPKey.G_MINOR
          G minor
static GPKey GPKey.D_MINOR
          D minor
static GPKey GPKey.A_MINOR
          A minor
static GPKey GPKey.E_MINOR
          E minor
static GPKey GPKey.B_MINOR
          B minor
static GPKey GPKey.F_SHARP_MINOR
          F sharp minor
static GPKey GPKey.C_SHARP_MINOR
          C sharp minor
static GPKey GPKey.G_SHARP_MINOR
          G sharp minor
static GPKey GPKey.D_SHARP_MINOR
          D sharp minor
static GPKey GPKey.A_SHARP_MINOR
          A sharp minor
private static GPKey[][] GPKey._keys
          The keys
 

Methods in dguitar.codecs.guitarPro that return GPKey
 GPKey GPSong.getKey()
           
 GPKey GPMeasure.getTonality()
          Returns this measure's tonality.
static GPKey GPKey.valueOf(int type)
          Returns the GPKey associated with the value type.
static GPKey GPKey.valueOf(int mode, int type)
          Returns the GPKey associated with the values mode and type.
 

Methods in dguitar.codecs.guitarPro with parameters of type GPKey
 void GPSong.setKey(GPKey key)
           
 void GPMeasure.setTonality(GPKey tonality)
          Sets this measure's tonality.