|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.soundhelix.misc.Sequence.SequenceEntry
public static class Sequence.SequenceEntry
A container for a sequence entry.
| Constructor Summary | |
|---|---|
Sequence.SequenceEntry(int pitch,
short velocity,
int ticks,
boolean legato)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getPitch()
|
int |
getTicks()
|
short |
getVelocity()
|
boolean |
isLegato()
|
boolean |
isNote()
|
boolean |
isPause()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Sequence.SequenceEntry(int pitch,
short velocity,
int ticks,
boolean legato)
pitch - the pitchvelocity - the velocityticks - the number of tickslegato - the legato flag| Method Detail |
|---|
public int getPitch()
public short getVelocity()
public int getTicks()
public boolean isNote()
public boolean isPause()
public boolean isLegato()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||