graph
- Log external program stderr to our log file2020-07-01, by Chris Cannam
- Merge from branch pitch-align2020-06-26, by Chris Cannam
- Rename TransformAligner -> MATCHAligner. It is still specific to MATCH, and at this point I think it's simpler to leave it that way and reduce confusion with the TransformDTWAligner which is much more generic.pitch-align 2020-06-25, by Chris Cannam
- Make querying and setting the external alignment program or transform separate from selecting the alignment type - we need it to work that way for a clearer UIpitch-align 2020-06-25, by Chris Cannam
- Use ModelId for recording model; add mix-to-mono optionsmoother-recording 2020-06-16, by Chris Cannam
- Debug tweak only2020-06-03, by Chris Cannam
- Fixes to aligner destruction sequence when re-aligning during alignment; hide debug output behind a flagpitch-align 2020-06-01, by Chris Cannam
- Prefer diagonal if the cost is the same - this makes the results the same as our earlier test alignerpitch-align 2020-06-01, by Chris Cannam
- Allow use of proper sparse models (i.e. retaining event time info) in alignment; use this to switch to note alignment, which is what we have most recently been doing in the external program. Not currently producing correct results, thoughpitch-align 2020-05-29, by Chris Cannam
- Implement trimmed linear alignerpitch-align 2020-05-28, by Chris Cannam
- Fixes to notification and completion in alignerspitch-align 2020-05-28, by Chris Cannam
- Provide callback for output preprocessing before DTW, use it for freq-pitch conversion; use direct setting of completion on alignment models instead of creating fake outputs for completion onlypitch-align 2020-05-22, by Chris Cannam
- Make a start on further alignment methodspitch-align 2020-05-21, by Chris Cannam
- Profiling points2020-05-14, by Chris Cannam