Mercurial > hg > piper-cpp
comparison vamp-client/Loader.h @ 94:a660dca988f8
More renaming
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 13 Oct 2016 14:10:55 +0100 |
parents | |
children | b6ac26b72b59 |
comparison
equal
deleted
inserted
replaced
93:fbce91785d35 | 94:a660dca988f8 |
---|---|
1 | |
2 #ifndef PIPER_LOADER_H | |
3 #define PIPER_LOADER_H | |
4 | |
5 #include <vamp-hostsdk/Plugin.h> | |
6 | |
7 namespace piper { | |
8 namespace vampclient { | |
9 | |
10 class Loader | |
11 { | |
12 public: | |
13 virtual | |
14 Vamp::Plugin * | |
15 load(std::string key, float inputSampleRate, int adapterFlags) = 0; | |
16 }; | |
17 | |
18 } | |
19 } | |
20 | |
21 #endif |