|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.version3.GP3EffectsOnBeat
This class describes effects that are set on a beat in Guitar Pro 3 files, but that are to be set for each note in this beat according to the GP4 format.
Field Summary | |
GPHarmonic |
harmonic
An harmonic presence |
boolean |
vibrato
The "vibrato" effect presence. |
boolean |
wideVibrato
The "wide vibrato" effect presence. |
Constructor Summary | |
GP3EffectsOnBeat()
Creates a new GP3EffectsOnBeat with no effects set. |
Method Summary | |
boolean |
hasEffects()
Returns true if there is at least one effect set in this beat. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public GPHarmonic harmonic
public boolean vibrato
public boolean wideVibrato
Constructor Detail |
public GP3EffectsOnBeat()
Method Detail |
public boolean hasEffects()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |