diff options
| author | Comment <tim@gray.(none)> | 2013-05-24 09:38:53 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-05-24 09:38:53 +0100 |
| commit | 0cfbd6fb435ba1b6e8739e7cb9e448991b90731e (patch) | |
| tree | 976147a34ec634363fe2d4fc1a83b56ab330c089 /vamphost/src/testApp.cpp | |
| parent | 63971c9b5e2dcfa1b7e254cac9cac5629c776835 (diff) | |
vamp plugin lister
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 659ed35..d9cbfe7 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"; |
