dguitar.codecs.guitarPro
Class GPEffectsOnNote

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

public class GPEffectsOnNote
extends java.lang.Object

This class describes effects present on a note.

Author:
Matthieu Wipliez

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

bend

public GPBend bend
Bend possibly associated with this effect.


graceNote

public GPGraceNote graceNote
Grace note possibly associated with this effect.


hammerOnPullOff

public boolean hammerOnPullOff
Presence of a Hammer-On/Pull-Off


harmonic

public GPHarmonic harmonic
Harmonic possibly associated with this effect.


leftHandVibrato

public boolean leftHandVibrato
Presence of a left-hand vibrato.


letRing

public boolean letRing
Presence of a let ring.


palmMute

public boolean palmMute
Presence of a Palm-Mute (PM).


slide

public GPSlide slide
Slide possibly associated with this effect.


staccato

public boolean staccato
Presence of staccato.


tremoloPicking

public GPDuration tremoloPicking
Tremolo picking possibly associated with this effect.


trill

public GPTrill trill
Trill possibly associated with this effect.


wideVibrato

public boolean wideVibrato
Presence of a "wide vibrato" effect.

Constructor Detail

GPEffectsOnNote

public GPEffectsOnNote()
Creates a new GPEffectsOnNote.

Method Detail

toString

public java.lang.String toString()
Returns a string representation of this GPEffectsOnNote.