summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events.hpp')
-rw-r--r--src/libs/engine/events.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/libs/engine/events.hpp b/src/libs/engine/events.hpp
index 82c948b2..7f87888d 100644
--- a/src/libs/engine/events.hpp
+++ b/src/libs/engine/events.hpp
@@ -20,12 +20,12 @@
#include CONFIG_H_PATH
-#include "AddNodeEvent.hpp"
-#include "AddPortEvent.hpp"
#include "AllNotesOffEvent.hpp"
#include "ClearPatchEvent.hpp"
#include "ConnectionEvent.hpp"
+#include "CreateNodeEvent.hpp"
#include "CreatePatchEvent.hpp"
+#include "CreatePortEvent.hpp"
#include "DeactivateEvent.hpp"
#include "DestroyEvent.hpp"
#include "DisconnectNodeEvent.hpp"
@@ -34,8 +34,7 @@
#include "EnablePortBroadcastingEvent.hpp"
#include "LoadPluginsEvent.hpp"
#include "MidiLearnEvent.hpp"
-#include "NoteOffEvent.hpp"
-#include "NoteOnEvent.hpp"
+#include "NoteEvent.hpp"
#include "PingQueuedEvent.hpp"
#include "RegisterClientEvent.hpp"
#include "RenameEvent.hpp"