diff align/Align.h @ 771:1d6cca5a5621 pitch-align

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, though
author Chris Cannam
date Fri, 29 May 2020 17:39:02 +0100
parents dd742e566e60
children 32e66fcc4cb7
line wrap: on
line diff
--- a/align/Align.h	Thu May 28 17:52:19 2020 +0100
+++ b/align/Align.h	Fri May 29 17:39:02 2020 +0100
@@ -39,7 +39,7 @@
         TrimmedLinearAlignment,
         MATCHAlignment,
         MATCHAlignmentWithPitchCompare,
-        SungPitchContourAlignment,
+        SungNoteContourAlignment,
         TransformDrivenDTWAlignment,
         ExternalProgramAlignment,