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.h | |
| parent | 63971c9b5e2dcfa1b7e254cac9cac5629c776835 (diff) | |
vamp plugin lister
Diffstat (limited to 'vamphost/src/testApp.h')
| -rw-r--r-- | vamphost/src/testApp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vamphost/src/testApp.h b/vamphost/src/testApp.h index ad24233..390071a 100644 --- a/vamphost/src/testApp.h +++ b/vamphost/src/testApp.h @@ -3,6 +3,7 @@ #include "ofMain.h" #include "ofxVamphost.h" +#include "ofxXmlSettings.h" class testApp : public ofBaseApp{ @@ -35,6 +36,9 @@ public: ofSoundStream soundStream; Vamphost vamphost; + + vector<map<string,vector<string> > > pluginList; + }; |
