org.rubato.rubettes.util
Class ContrapuntalVoice
java.lang.Object
org.rubato.rubettes.util.ContrapuntalVoice
public class ContrapuntalVoice
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContrapuntalVoice
public ContrapuntalVoice(LimitDenotator note,
double onset,
double pitch,
double duration)
addNote
public void addNote(LimitDenotator note,
double onset,
double pitch,
double duration)
hasRoomFor
public boolean hasRoomFor(double onset,
double duration)
getFirstOnset
public double getFirstOnset()
getLastPitch
public double getLastPitch()
getNotes
public java.util.List<LimitDenotator> getNotes()