org.herac.tuxguitar.song.models.effects

Class TremoloBarEffect


public class TremoloBarEffect
extends java.lang.Object

Nested Class Summary

class
TremoloBarEffect.TremoloBarPoint

Field Summary

static int
MAX_POSITION_LENGTH
static int
MAX_VALUE_LENGTH
static int
SEMITONE_LENGTH

Constructor Summary

TremoloBarEffect()

Method Summary

void
addPoint(int position, int value)
Object
clone()
List
getPoints()

Field Details

MAX_POSITION_LENGTH

public static final int MAX_POSITION_LENGTH
Field Value:
12

MAX_VALUE_LENGTH

public static final int MAX_VALUE_LENGTH
Field Value:
12

SEMITONE_LENGTH

public static final int SEMITONE_LENGTH
Field Value:
1

Constructor Details

TremoloBarEffect

public TremoloBarEffect()

Method Details

addPoint

public void addPoint(int position,
                     int value)

clone

public Object clone()

getPoints

public List getPoints()