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 Details

    • SearchPathNoteMaker

      public SearchPathNoteMaker()
  • Method Details

    • setSearchPath

      public void setSearchPath​(SearchPath s)
    • setMeasure

      public void setMeasure​(MusicShape measure)
    • setTimeSignature

      public void setTimeSignature​(TimeSignature timeSignature)
    • setNoteBeats

      public void setNoteBeats​(java.util.Vector v)
    • makeNotes

      public void makeNotes() throws ElementMissedException
      Throws:
      ElementMissedException
    • getMissingElements

      public static MusicShape 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()