Mercurial > hg > tony
changeset 71:fc3b62262443
Use pyin
author | Chris Cannam |
---|---|
date | Thu, 28 Nov 2013 13:12:03 +0000 |
parents | 5310637392f6 |
children | 081202998535 |
files | src/Analyser.cpp |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Analyser.cpp Tue Nov 26 16:59:31 2013 +0000 +++ b/src/Analyser.cpp Thu Nov 28 13:12:03 2013 +0000 @@ -49,8 +49,11 @@ m_fileModel = model; m_pane = pane; - TransformId f0 = "vamp:yintony:yintony:notepitchtrack"; - TransformId notes = "vamp:yintony:yintony:notes"; + TransformId f0 = "vamp:pyin:pyin:notepitchtrack"; + TransformId notes = "vamp:pyin:pyin:notes"; + + // TransformId f0 = "vamp:yintony:yintony:notepitchtrack"; + // TransformId notes = "vamp:yintony:yintony:notes"; // TransformId f0 = "vamp:cepstral-pitchtracker:cepstral-pitchtracker:f0"; // TransformId notes = "vamp:cepstral-pitchtracker:cepstral-pitchtracker:notes";