diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/events/SetPortValue.hpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/engine/events/SetPortValue.hpp b/src/engine/events/SetPortValue.hpp index 4572e431..6d7c142b 100644 --- a/src/engine/events/SetPortValue.hpp +++ b/src/engine/events/SetPortValue.hpp @@ -42,19 +42,19 @@ class SetPortValue : public QueuedEvent { public: SetPortValue(Engine& engine, - SharedPtr<Responder> responder, - bool queued, - SampleCount timestamp, - const Raul::Path& port_path, - const Raul::Atom& value); + SharedPtr<Responder> responder, + bool queued, + SampleCount timestamp, + const Raul::Path& port_path, + const Raul::Atom& value); SetPortValue(Engine& engine, - SharedPtr<Responder> responder, - bool queued, - SampleCount timestamp, - uint32_t voice_num, - const Raul::Path& port_path, - const Raul::Atom& value); + SharedPtr<Responder> responder, + bool queued, + SampleCount timestamp, + uint32_t voice_num, + const Raul::Path& port_path, + const Raul::Atom& value); ~SetPortValue(); |