diff options
Diffstat (limited to 'src/engine/events/AllNotesOff.hpp')
-rw-r--r-- | src/engine/events/AllNotesOff.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/AllNotesOff.hpp b/src/engine/events/AllNotesOff.hpp index f4c07f7d..1b18c0ae 100644 --- a/src/engine/events/AllNotesOff.hpp +++ b/src/engine/events/AllNotesOff.hpp @@ -34,8 +34,8 @@ namespace Events { class AllNotesOff : public Event { public: - AllNotesOff(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, PatchImpl* patch); - AllNotesOff(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, const Raul::Path& patch_path); + AllNotesOff(Engine& engine, SharedPtr<Request> request, SampleCount timestamp, PatchImpl* patch); + AllNotesOff(Engine& engine, SharedPtr<Request> request, SampleCount timestamp, const Raul::Path& patch_path); void execute(ProcessContext& context); void post_process(); |