dguitar.codecs.guitarPro.version1
Class GP1EffectsOnBeat

java.lang.Object
  extended bydguitar.codecs.guitarPro.version1.GP1EffectsOnBeat

class GP1EffectsOnBeat
extends java.lang.Object

The class GP1EffectsOnBeat describes effects set on a beat in Guitar Pro 1 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
GP1EffectsOnBeat()
          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

GP1EffectsOnBeat

public GP1EffectsOnBeat()
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.