dguitar.codecs.guitarPro.version3
Class GP3EffectsOnBeat

java.lang.Object
  extended bydguitar.codecs.guitarPro.version3.GP3EffectsOnBeat

public class GP3EffectsOnBeat
extends java.lang.Object

This class describes effects that are set on a beat in Guitar Pro 3 files, but that are to be set for each note in this beat according to the GP4 format.

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
GP3EffectsOnBeat()
          Creates a new GP3EffectsOnBeat with no effects set.
 
Method Summary
 boolean hasEffects()
          Returns true if there is at least one effect set in this beat.
 
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

GP3EffectsOnBeat

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

Returns:
true if there is at least one effect set in this beat.