dguitar.codecs.guitarPro.version2
Class GP2EffectsOnBeat

java.lang.Object
  extended bydguitar.codecs.guitarPro.version2.GP2EffectsOnBeat

class GP2EffectsOnBeat
extends java.lang.Object

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 ;)

Author:
Matthieu Wipliez

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

harmonic

public GPHarmonic harmonic
An harmonic presence


vibrato

public boolean vibrato
The "vibrato" effect presence.


wideVibrato

public boolean wideVibrato
The "wide vibrato" effect presence.

Constructor Detail

GP2EffectsOnBeat

public GP2EffectsOnBeat()
Creates a new GP3EffectsOnBeat with no effects set.

Method Detail

hasEffects

public boolean hasEffects()
Returns:
true if there is at least one effect set in this beat.