|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcaas.midi.StaffProperty
jcaas.midi.Rythm
public abstract class Rythm
Rythm is an abstract representation of a rythm-pattern for a song. Extends Song Property.
Constructor Summary | |
---|---|
Rythm()
|
Method Summary | |
---|---|
abstract double |
getNextNoteLength()
Returns the multiplier for the duration of the next note under this rythm pattern, assuming that the note is of unit beat size (as determined by the time signature). |
abstract double[] |
getRythm()
Returns the note duration pattern assuming under this rythm patter, assuming the notes to be of unit beat size (as determined by the time signature). |
Methods inherited from class jcaas.midi.StaffProperty |
---|
getName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Rythm()
Method Detail |
---|
public abstract double getNextNoteLength()
public abstract double[] getRythm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |