From 0cfbd6fb435ba1b6e8739e7cb9e448991b90731e Mon Sep 17 00:00:00 2001 From: Comment Date: Fri, 24 May 2013 09:38:53 +0100 Subject: vamp plugin lister --- vamphost/src/testApp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vamphost/src/testApp.h') 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 > > pluginList; + }; -- cgit v1.2.3