Mercurial > hg > tony
diff src/Analyser.cpp @ 17:f97399f18564 tonioni
removed additional prints, midi playback still broken
author | gyorgyf |
---|---|
date | Sat, 13 Apr 2013 17:18:28 +0100 |
parents | c6f5a9b4b617 |
children | 05070252e43f |
line wrap: on
line diff
--- a/src/Analyser.cpp Sat Apr 13 15:36:54 2013 +0100 +++ b/src/Analyser.cpp Sat Apr 13 17:18:28 2013 +0100 @@ -48,9 +48,11 @@ m_fileModel = model; m_pane = pane; - // TransformId f0 = "vamp:yintony:yintony:f0"; - TransformId f0 = "vamp:cepstral-pitchtracker:cepstral-pitchtracker:f0"; - TransformId notes = "vamp:cepstral-pitchtracker:cepstral-pitchtracker:notes"; + TransformId f0 = "vamp:yintony:yintony:f0"; + TransformId notes = "vamp:yintony:yintony: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 @@ -68,7 +70,7 @@ if (layer) { TimeValueLayer *tvl = qobject_cast<TimeValueLayer *>(layer); if (tvl) { - tvl->setPlotStyle(TimeValueLayer::PlotDiscreteCurves); + tvl->setPlotStyle(TimeValueLayer::PlotPoints); tvl->setBaseColour(ColourDatabase::getInstance()-> getColourIndex(QString("Black"))); }