Class TiedNoteAccumulator
java.lang.Object
com.softsynth.jmsl.score.transcribe.TiedNoteAccumulator
public class TiedNoteAccumulator
extends java.lang.Object
Collect the durations of runs of tied notes into a leading note.
Q\_/Q\_/Q becomes H. , for example
- Author:
- Nick Didkovsky, Feb 16, 2002
-
Constructor Summary
Constructors Constructor Description TiedNoteAccumulator()
-
Method Summary
Modifier and Type Method Description void
accumulate()
void
setNoteBeats(java.util.Vector v)
set the Vector of NoteBeats recently added to ONE staff of a score.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TiedNoteAccumulator
public TiedNoteAccumulator()
-
-
Method Details
-
setNoteBeats
public void setNoteBeats(java.util.Vector v)set the Vector of NoteBeats recently added to ONE staff of a score. -
accumulate
public void accumulate()
-