diff options
Diffstat (limited to 'src/engine/events/SetPortValue.hpp')
-rw-r--r-- | src/engine/events/SetPortValue.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/engine/events/SetPortValue.hpp b/src/engine/events/SetPortValue.hpp index 6d7c142b..87f4f6f6 100644 --- a/src/engine/events/SetPortValue.hpp +++ b/src/engine/events/SetPortValue.hpp @@ -56,6 +56,12 @@ public: const Raul::Path& port_path, const Raul::Atom& value); + SetPortValue(Engine& engine, + SharedPtr<Responder> responder, + SampleCount timestamp, + PortImpl* port, + const Raul::Atom& value); + ~SetPortValue(); void pre_process(); |