comparison 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
comparison
equal deleted inserted replaced
770:486add472c3f 771:1d6cca5a5621
37 NoAlignment, 37 NoAlignment,
38 LinearAlignment, 38 LinearAlignment,
39 TrimmedLinearAlignment, 39 TrimmedLinearAlignment,
40 MATCHAlignment, 40 MATCHAlignment,
41 MATCHAlignmentWithPitchCompare, 41 MATCHAlignmentWithPitchCompare,
42 SungPitchContourAlignment, 42 SungNoteContourAlignment,
43 TransformDrivenDTWAlignment, 43 TransformDrivenDTWAlignment,
44 ExternalProgramAlignment, 44 ExternalProgramAlignment,
45 45
46 LastAlignmentType = ExternalProgramAlignment 46 LastAlignmentType = ExternalProgramAlignment
47 }; 47 };