diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-05-26 15:21:29 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-05-26 15:21:29 +0100 |
| commit | 3440f88e4f916c5d26c63960377df38e5cfa988c (patch) | |
| tree | 0c36f0d4f48388a12aefa66827aa3cd4f39320d9 /vamphost/src/testApp.cpp | |
| parent | 30d4c7382ceb71ae2072616f95bf47fd2ec036e8 (diff) | |
| parent | 0cfbd6fb435ba1b6e8739e7cb9e448991b90731e (diff) | |
merged
Diffstat (limited to 'vamphost/src/testApp.cpp')
| -rw-r--r-- | vamphost/src/testApp.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vamphost/src/testApp.cpp b/vamphost/src/testApp.cpp index 5435f80..fabf712 100644 --- a/vamphost/src/testApp.cpp +++ b/vamphost/src/testApp.cpp @@ -26,6 +26,12 @@ void testApp::setup() { //string id="qm-tempotracker"; //string id="qm-barbeattracker"; + ofxXmlSettings xml; + if(xml.loadFile("settings.xml") ){ + string graph_dir=xml.getAttribute("Rotor","graph_dir","",0); + } + else cerr<<"Rotor: settings.xml not found, using defaults"<<endl; + string soname="vamp-example-plugins.so"; string id="percussiononsets"; |
