jsbean / PitchSpelling

Repository containing musings related to the eighth-tone pitch spelling algorithm that shan't die.
MIT License
1 stars 1 forks source link

Create ChordSpeller_NodeCostsOptimizedVariant.sc #12

Closed mossheim closed 8 years ago

mossheim commented 8 years ago

older version of the program which has a routine for pre-calculating node costs, significantly reducing computation time for large trees

jsbean commented 8 years ago

Lookin' good -- I'm gonna build a Swift port of this to get my head around it, and throw some tests at it!