Uses of Class
com.softsynth.jmsl.score.transcribe.SearchPath
Package | Description |
---|---|
com.softsynth.jmsl.score.transcribe |
-
Uses of SearchPath in com.softsynth.jmsl.score.transcribe
Methods in com.softsynth.jmsl.score.transcribe that return SearchPath Modifier and Type Method Description SearchPath
SearchPathList. getMinCostSearchPath()
SearchPath
SearchPathList. getMinCostSearchPath(boolean mustReachNextLegalBeat)
SearchPath
HeuristicSearch. search()
Methods in com.softsynth.jmsl.score.transcribe with parameters of type SearchPath Modifier and Type Method Description void
SearchPathList. addSearchPath(SearchPath p)
void
SearchPathList. expand(SearchPath winner)
Select the lowest cost searchpath, and expand it with the BeatDivisions in the BeatDivisionLost for the next legal beatvoid
SearchPathNoteMaker. setSearchPath(SearchPath s)