com.softsynth.jmsl.score.transcribe
Class TiedNoteAccumulator

java.lang.Object
  extended by 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
TiedNoteAccumulator()
           
 
Method Summary
 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 Detail

TiedNoteAccumulator

public TiedNoteAccumulator()
Method Detail

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()