|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.GPMixTableChange
This class describes a mix table change.
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 |
public GPMixTableElement balance
public GPMixTableElement chorus
public GPMixTableElement instrument
public GPMixTableElement phaser
public GPMixTableElement reverb
public GPMixTableElement tempo
public GPMixTableElement tremolo
public GPMixTableElement volume
Constructor Detail |
public GPMixTableChange()
Method Detail |
public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |