|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.GPEffectsOnNote
This class describes effects present on a note.
Field Summary | |
GPBend |
bend
Bend possibly associated with this effect. |
GPGraceNote |
graceNote
Grace note possibly associated with this effect. |
boolean |
hammerOnPullOff
Presence of a Hammer-On/Pull-Off |
GPHarmonic |
harmonic
Harmonic possibly associated with this effect. |
boolean |
leftHandVibrato
Presence of a left-hand vibrato. |
boolean |
letRing
Presence of a let ring. |
boolean |
palmMute
Presence of a Palm-Mute (PM). |
GPSlide |
slide
Slide possibly associated with this effect. |
boolean |
staccato
Presence of staccato. |
GPDuration |
tremoloPicking
Tremolo picking possibly associated with this effect. |
GPTrill |
trill
Trill possibly associated with this effect. |
boolean |
wideVibrato
Presence of a "wide vibrato" effect. |
Constructor Summary | |
GPEffectsOnNote()
Creates a new GPEffectsOnNote. |
Method Summary | |
java.lang.String |
toString()
Returns a string representation of this GPEffectsOnNote. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public GPBend bend
public GPGraceNote graceNote
public boolean hammerOnPullOff
public GPHarmonic harmonic
public boolean leftHandVibrato
public boolean letRing
public boolean palmMute
public GPSlide slide
public boolean staccato
public GPDuration tremoloPicking
public GPTrill trill
public boolean wideVibrato
Constructor Detail |
public GPEffectsOnNote()
Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |