summaryrefslogtreecommitdiff
path: root/muse2/muse/plugin.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-01-03 17:26:09 +0000
committerFlorian Jung <flo@windfisch.org>2012-01-03 17:26:09 +0000
commit1bc4ba9dfc00b6e7511fbf4765296a2002f83315 (patch)
treedf6a0d5d9b61d64005dd368afea0aea11ab0a6b3 /muse2/muse/plugin.h
parentb988a0a27bc175ce10bc8fa53ed131486813f3e7 (diff)
merged with release_2_0
Diffstat (limited to 'muse2/muse/plugin.h')
-rw-r--r--muse2/muse/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/muse2/muse/plugin.h b/muse2/muse/plugin.h
index 717dc281..719db108 100644
--- a/muse2/muse/plugin.h
+++ b/muse2/muse/plugin.h
@@ -439,11 +439,11 @@ class PluginI : public PluginIBase {
class Pipeline : public std::vector<PluginI*> {
float* buffer[MAX_CHANNELS];
-
+
public:
Pipeline();
+ Pipeline(const Pipeline&);
~Pipeline();
-
void insert(PluginI* p, int index);
void remove(int index);
void removeAll();