From 8450921d5309c5ba677997e7ca722a466c8dc222 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Sep 2007 23:36:39 +0000 Subject: Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now). git-svn-id: http://svn.drobilla.net/lad/ingen@790 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/events.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libs/engine/events.hpp') diff --git a/src/libs/engine/events.hpp b/src/libs/engine/events.hpp index 2660c6c1..82c948b2 100644 --- a/src/libs/engine/events.hpp +++ b/src/libs/engine/events.hpp @@ -28,10 +28,10 @@ #include "CreatePatchEvent.hpp" #include "DeactivateEvent.hpp" #include "DestroyEvent.hpp" -#include "DisablePatchEvent.hpp" -#include "DisconnectionEvent.hpp" #include "DisconnectNodeEvent.hpp" +#include "DisconnectionEvent.hpp" #include "EnablePatchEvent.hpp" +#include "EnablePortBroadcastingEvent.hpp" #include "LoadPluginsEvent.hpp" #include "MidiLearnEvent.hpp" #include "NoteOffEvent.hpp" @@ -46,17 +46,17 @@ #include "RequestPluginsEvent.hpp" #include "RequestPortValueEvent.hpp" #include "SetMetadataEvent.hpp" -#include "SetPolyphonyEvent.hpp" #include "SetPolyphonicEvent.hpp" +#include "SetPolyphonyEvent.hpp" #include "SetPortValueEvent.hpp" #include "SetPortValueQueuedEvent.hpp" #include "UnregisterClientEvent.hpp" #ifdef HAVE_DSSI -#include "DSSIUpdateEvent.hpp" -#include "DSSIControlEvent.hpp" #include "DSSIConfigureEvent.hpp" +#include "DSSIControlEvent.hpp" #include "DSSIProgramEvent.hpp" +#include "DSSIUpdateEvent.hpp" #endif #endif // EVENTS_H -- cgit v1.2.1