summaryrefslogtreecommitdiffstats
path: root/src/engine/events/AllNotesOff.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/AllNotesOff.hpp')
-rw-r--r--src/engine/events/AllNotesOff.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/events/AllNotesOff.hpp b/src/engine/events/AllNotesOff.hpp
index 32e677bf..77fcd651 100644
--- a/src/engine/events/AllNotesOff.hpp
+++ b/src/engine/events/AllNotesOff.hpp
@@ -31,11 +31,11 @@ namespace Events {
*
* \ingroup engine
*/
-class AllNotesOffEvent : public Event
+class AllNotesOff : public Event
{
public:
- AllNotesOffEvent(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, PatchImpl* patch);
- AllNotesOffEvent(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, const Raul::Path& patch_path);
+ AllNotesOff(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, PatchImpl* patch);
+ AllNotesOff(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, const Raul::Path& patch_path);
void execute(ProcessContext& context);
void post_process();