diff options
author | David Robillard <d@drobilla.net> | 2009-10-19 03:49:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-10-19 03:49:26 +0000 |
commit | 78ebb57ba3268da3560aa596dfe14c515f617890 (patch) | |
tree | f94e96d3e8710c06016a3c4586e3b282ae8c719b /src/engine | |
parent | 418cc6ec2f2c8710c906dab9f07fe0ffb7ba278b (diff) | |
download | ingen-78ebb57ba3268da3560aa596dfe14c515f617890.tar.gz ingen-78ebb57ba3268da3560aa596dfe14c515f617890.tar.bz2 ingen-78ebb57ba3268da3560aa596dfe14c515f617890.zip |
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2197 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine')
-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(); |