|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.version2.GP2EffectsOnBeat
The class GP2EffectsOnBeat describes effects set on a beat in Guitar Pro 2 that are to be set on all notes in the beat (as done by Guitar Pro 4). One can note that the effect present in this class are ALL effects that concern notes... I love those Guitar Pro folks ;)
Field Summary | |
GPHarmonic |
harmonic
An harmonic presence |
boolean |
vibrato
The "vibrato" effect presence. |
boolean |
wideVibrato
The "wide vibrato" effect presence. |
Constructor Summary | |
GP2EffectsOnBeat()
Creates a new GP3EffectsOnBeat with no effects set. |
Method Summary | |
boolean |
hasEffects()
|
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 GP2EffectsOnBeat()
Method Detail |
public boolean hasEffects()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |