Class SearchPathNoteMaker
java.lang.Object
com.softsynth.jmsl.score.transcribe.SearchPathNoteMaker
public class SearchPathNoteMaker
extends java.lang.Object
Build a Vector of Note from a SearchPath. This covers events for one measure
only. This SearchPath is the winner for this measure.
- Author:
- Nick Didkovsky, Feb 11, 2002 , (c) 2002 Nick Didkovsky, All Rights reserved.
-
Constructor Summary
Constructors Constructor Description SearchPathNoteMaker()
-
Method Summary
Modifier and Type Method Description static MusicShape
getMissingElements()
java.lang.String
indexHitReport()
void
makeNotes()
void
setMeasure(MusicShape measure)
void
setNoteBeats(java.util.Vector v)
void
setSearchPath(SearchPath s)
void
setTimeSignature(TimeSignature timeSignature)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SearchPathNoteMaker
public SearchPathNoteMaker()
-
-
Method Details
-
setSearchPath
-
setMeasure
-
setTimeSignature
-
setNoteBeats
public void setNoteBeats(java.util.Vector v) -
makeNotes
- Throws:
ElementMissedException
-
getMissingElements
- Returns:
- a MusicShape of elements missed by this SearchPath. These are the ones at the end that need to get promoted to the next measure's downbeat.
-
indexHitReport
public java.lang.String indexHitReport()
-