Mercurial > hg > tony
changeset 40:f08ab2222f7d
funky note value re-estimation using underlying pitch median value
author | gyorgyf |
---|---|
date | Wed, 19 Jun 2013 08:26:24 +0100 |
parents | a0282366e9ec |
children | be5676304132 |
files | .hgsubstate src/Analyser.cpp |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgsubstate Tue Jun 18 22:18:10 2013 +0100 +++ b/.hgsubstate Wed Jun 19 08:26:24 2013 +0100 @@ -1,3 +1,3 @@ cba1e2a3d14bdaa7ca167d8c1ff9727359a560d3 svapp e2b535b35b5f19eee55dd95242101147cc105eb0 svcore -f215fba963aa4075bc7f467dee765e1ea221d250 svgui +c572a070522359e2c001973d0258ebad782cb190 svgui
--- a/src/Analyser.cpp Tue Jun 18 22:18:10 2013 +0100 +++ b/src/Analyser.cpp Wed Jun 19 08:26:24 2013 +0100 @@ -48,11 +48,11 @@ m_fileModel = model; m_pane = pane; - TransformId f0 = "vamp:yintony:yintony:notepitchtrack"; - TransformId notes = "vamp:yintony:yintony: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"; + TransformId f0 = "vamp:cepstral-pitchtracker:cepstral-pitchtracker:f0"; + TransformId notes = "vamp:cepstral-pitchtracker:cepstral-pitchtracker:notes"; // We don't want a waveform in the main pane. We must have a // main-model layer of some sort, but the layers created by