org.herac.tuxguitar.song.models
Class Note
java.lang.Object
org.herac.tuxguitar.song.models.Note
- Component, Serializable
public class Note
extends java.lang.Object
Note
public Note(int value,
long start,
Duration duration,
int velocity,
int string,
boolean tiedNote,
NoteEffect effect)
getStartWidthRepetitions
public long getStartWidthRepetitions()
getString
public int getString()
getValue
public int getValue()
getVelocity
public int getVelocity()
isTiedNote
public boolean isTiedNote()
setStartWidthRepetitions
public void setStartWidthRepetitions(long startWidthRepetitions)
setString
public void setString(int string)
setTiedNote
public void setTiedNote(boolean tiedNote)
setValue
public void setValue(int value)
setVelocity
public void setVelocity(int velocity)