dguitar.codecs.guitarPro
Class GPMixTableChange

java.lang.Object
  extended bydguitar.codecs.guitarPro.GPMixTableChange

public class GPMixTableChange
extends java.lang.Object

This class describes a mix table change.

Author:
Matthieu Wipliez

Field Summary
 GPMixTableElement balance
          Gives the changes about the balance.
 GPMixTableElement chorus
          Gives the changes about the chorus.
 GPMixTableElement instrument
          Gives the changes about the instrument.
 GPMixTableElement phaser
          Gives the changes about the phaser.
 GPMixTableElement reverb
          Gives the changes about the reverb.
 GPMixTableElement tempo
          Gives the changes about the tempo.
 GPMixTableElement tremolo
          Gives the changes about the tremolo.
 GPMixTableElement volume
          Gives the changes about the volume.
 
Constructor Summary
GPMixTableChange()
          Creates a new MixTableChange.
 
Method Summary
 java.lang.String toString()
          Returns a string representation for this GPMixTableChange.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

balance

public GPMixTableElement balance
Gives the changes about the balance.


chorus

public GPMixTableElement chorus
Gives the changes about the chorus.


instrument

public GPMixTableElement instrument
Gives the changes about the instrument.


phaser

public GPMixTableElement phaser
Gives the changes about the phaser.


reverb

public GPMixTableElement reverb
Gives the changes about the reverb.


tempo

public GPMixTableElement tempo
Gives the changes about the tempo.


tremolo

public GPMixTableElement tremolo
Gives the changes about the tremolo.


volume

public GPMixTableElement volume
Gives the changes about the volume.

Constructor Detail

GPMixTableChange

public GPMixTableChange()
Creates a new MixTableChange.

Method Detail

toString

public java.lang.String toString()
Returns a string representation for this GPMixTableChange.

See Also:
Object.toString()