summaryrefslogtreecommitdiffstats
path: root/src/server/InternalBlock.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-02 18:36:47 -0400
committerDavid Robillard <d@drobilla.net>2016-10-02 21:01:46 -0400
commit9cc75b8ba7f9e0c32edbbfc9871fc0666e1e327f (patch)
treead901944dcdb93c0cf668ba3ba21e41540987fc7 /src/server/InternalBlock.hpp
parentd1d96f2997e008dd842ae3f7a834c2cd5d0da614 (diff)
downloadingen-9cc75b8ba7f9e0c32edbbfc9871fc0666e1e327f.tar.gz
ingen-9cc75b8ba7f9e0c32edbbfc9871fc0666e1e327f.tar.bz2
ingen-9cc75b8ba7f9e0c32edbbfc9871fc0666e1e327f.zip
Fix copy/paste of internal blocks
Diffstat (limited to 'src/server/InternalBlock.hpp')
-rw-r--r--src/server/InternalBlock.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/server/InternalBlock.hpp b/src/server/InternalBlock.hpp
index 6ba25311..a57bd89f 100644
--- a/src/server/InternalBlock.hpp
+++ b/src/server/InternalBlock.hpp
@@ -1,6 +1,6 @@
/*
This file is part of Ingen.
- Copyright 2007-2015 David Robillard <http://drobilla.net/>
+ Copyright 2007-2016 David Robillard <http://drobilla.net/>
Ingen is free software: you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free
@@ -35,6 +35,10 @@ public:
GraphImpl* parent,
SampleRate rate);
+ BlockImpl* duplicate(Engine& engine,
+ const Raul::Symbol& symbol,
+ GraphImpl* parent);
+
virtual void pre_process(RunContext& context);
};