Mercurial > hg > vamp-plugin-sdk
comparison host/vamp-simple-host.cpp @ 233:521734d2b498 distinct-libraries
* Flatten directory tree a bit, update doxygen
author | cannam |
---|---|
date | Fri, 07 Nov 2008 15:28:33 +0000 |
parents | 5ee166dccfff |
children | 7b90fe049d04 |
comparison
equal
deleted
inserted
replaced
232:71ea10a3cbe7 | 233:521734d2b498 |
---|---|
34 use or other dealings in this Software without prior written | 34 use or other dealings in this Software without prior written |
35 authorization. | 35 authorization. |
36 */ | 36 */ |
37 | 37 |
38 #include <vamp-hostsdk/PluginHostAdapter.h> | 38 #include <vamp-hostsdk/PluginHostAdapter.h> |
39 #include <vamp-hostsdk/hostext/PluginInputDomainAdapter.h> | 39 #include <vamp-hostsdk/PluginInputDomainAdapter.h> |
40 #include <vamp-hostsdk/hostext/PluginLoader.h> | 40 #include <vamp-hostsdk/PluginLoader.h> |
41 | 41 |
42 #include <iostream> | 42 #include <iostream> |
43 #include <fstream> | 43 #include <fstream> |
44 #include <set> | 44 #include <set> |
45 #include <sndfile.h> | 45 #include <sndfile.h> |