comparison src/Analyser.cpp @ 34:52d8ad307690

boundary actions and note delete consolidated
author gyorgyf
date Sun, 16 Jun 2013 20:40:05 +0100
parents a138bfa61fb5
children 1026fb35b26d
comparison
equal deleted inserted replaced
33:9b207a2b8345 34:52d8ad307690
46 { 46 {
47 m_document = doc; 47 m_document = doc;
48 m_fileModel = model; 48 m_fileModel = model;
49 m_pane = pane; 49 m_pane = pane;
50 50
51 TransformId f0 = "vamp:yintony:yintony:notepitchtrack"; 51 // TransformId f0 = "vamp:yintony:yintony:notepitchtrack";
52 TransformId notes = "vamp:yintony:yintony:notes"; 52 // TransformId notes = "vamp:yintony:yintony:notes";
53 53
54 // TransformId f0 = "vamp:cepstral-pitchtracker:cepstral-pitchtracker:f0"; 54 TransformId f0 = "vamp:cepstral-pitchtracker:cepstral-pitchtracker:f0";
55 // TransformId notes = "vamp:cepstral-pitchtracker:cepstral-pitchtracker:notes"; 55 TransformId notes = "vamp:cepstral-pitchtracker:cepstral-pitchtracker:notes";
56 56
57 // We don't want a waveform in the main pane. We must have a 57 // We don't want a waveform in the main pane. We must have a
58 // main-model layer of some sort, but the layers created by 58 // main-model layer of some sort, but the layers created by
59 // transforms are derived layers, so we'll create a time ruler for 59 // transforms are derived layers, so we'll create a time ruler for
60 // the main-model layer. It could subsequently be hidden if we 60 // the main-model layer. It could subsequently be hidden if we