From aef3c9348218029a077f40081fd078a9e2ee85ca Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 Feb 2010 20:39:18 +0000 Subject: Responder => Request, and handle EventSource unblocking from Request (simplify Event interfaces). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2417 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/events/AllNotesOff.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/events/AllNotesOff.hpp') 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, SampleCount timestamp, PatchImpl* patch); - AllNotesOff(Engine& engine, SharedPtr responder, SampleCount timestamp, const Raul::Path& patch_path); + AllNotesOff(Engine& engine, SharedPtr request, SampleCount timestamp, PatchImpl* patch); + AllNotesOff(Engine& engine, SharedPtr request, SampleCount timestamp, const Raul::Path& patch_path); void execute(ProcessContext& context); void post_process(); -- cgit v1.2.1