summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-10-01 00:13:02 +0000
committerDavid Robillard <d@drobilla.net>2007-10-01 00:13:02 +0000
commit8ebd59309b153e7337f2e6668b7e2cb4301cc34a (patch)
tree0a6c73fdbf8f67b7cd6e528af39b136224f3abac /src/libs/engine/events.hpp
parent8c633f6d1be4ad24ec6597bed151c0123bd7f11f (diff)
downloadingen-8ebd59309b153e7337f2e6668b7e2cb4301cc34a.tar.gz
ingen-8ebd59309b153e7337f2e6668b7e2cb4301cc34a.tar.bz2
ingen-8ebd59309b153e7337f2e6668b7e2cb4301cc34a.zip
Merge NoteOnEvent and NoteOffEvent.
Consistent naming for object creation events. git-svn-id: http://svn.drobilla.net/lad/ingen@792 a436a847-0d15-0410-975c-d299462d15a1
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"