Mercurial > hg > tony
comparison src/Analyser.cpp @ 26:97b1fa2d1c53
added some code to export -- still not quite right, only csv/txt exports work
author | matthiasm |
---|---|
date | Sat, 15 Jun 2013 16:04:30 +0100 |
parents | 9e695ff60b74 |
children | a138bfa61fb5 |
comparison
equal
deleted
inserted
replaced
25:6479a92f1e0c | 26:97b1fa2d1c53 |
---|---|
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:f0"; | 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 |