com.soundhelix.misc
Class Sequence.SequenceEntry

java.lang.Object
  extended by com.soundhelix.misc.Sequence.SequenceEntry
Enclosing class:
Sequence

public static class Sequence.SequenceEntry
extends Object

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

Sequence.SequenceEntry

public Sequence.SequenceEntry(int pitch,
                              short velocity,
                              int ticks,
                              boolean legato)
Constructor.

Parameters:
pitch - the pitch
velocity - the velocity
ticks - the number of ticks
legato - the legato flag
Method Detail

getPitch

public int getPitch()

getVelocity

public short getVelocity()

getTicks

public int getTicks()

isNote

public boolean isNote()

isPause

public boolean isPause()

isLegato

public boolean isLegato()

toString

public String toString()
Overrides:
toString in class Object