Mercurial > hg > piper-cpp
comparison vamp-client/PluginClient.h @ 188:90c962b68d7f
Merge pull request #2 from piper-audio/dev/step-and-block-size
Pull step & block size out into framing struct, return in config
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 06 Feb 2017 12:04:25 +0000 |
parents | 3eb00e5c76c4 |
children | ad6025dc0b04 c67a0a945b6b |
comparison
equal
deleted
inserted
replaced
184:150cfa0c71e1 | 188:90c962b68d7f |
---|---|
45 | 45 |
46 class PluginClient | 46 class PluginClient |
47 { | 47 { |
48 public: | 48 public: |
49 virtual | 49 virtual |
50 Vamp::Plugin::OutputList | 50 ConfigurationResponse |
51 configure(PluginStub *plugin, | 51 configure(PluginStub *plugin, |
52 PluginConfiguration config) = 0; | 52 PluginConfiguration config) = 0; |
53 | 53 |
54 virtual | 54 virtual |
55 Vamp::Plugin::FeatureSet | 55 Vamp::Plugin::FeatureSet |