From 615ceaaf519d0c42a9215c4835e1f7348f2e5dca Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Sep 2007 20:54:31 +0000 Subject: Remove useless InternalNode class. Percolate boolean polyphony down through Node class heirarchy (instead of integer). git-svn-id: http://svn.drobilla.net/lad/ingen@742 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/events/DestroyEvent.cpp | 3 +-- src/libs/engine/events/MidiLearnEvent.cpp | 1 + src/libs/engine/events/NoteOffEvent.cpp | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/libs/engine/events') diff --git a/src/libs/engine/events/DestroyEvent.cpp b/src/libs/engine/events/DestroyEvent.cpp index 2c4fd7da..435894bd 100644 --- a/src/libs/engine/events/DestroyEvent.cpp +++ b/src/libs/engine/events/DestroyEvent.cpp @@ -20,11 +20,10 @@ #include "Engine.hpp" #include "Patch.hpp" #include "Tree.hpp" -#include "Node.hpp" +#include "NodeBase.hpp" #include "Plugin.hpp" #include "AudioDriver.hpp" #include "MidiDriver.hpp" -#include "InternalNode.hpp" #include "DisconnectNodeEvent.hpp" #include "DisconnectPortEvent.hpp" #include "ClientBroadcaster.hpp" diff --git a/src/libs/engine/events/MidiLearnEvent.cpp b/src/libs/engine/events/MidiLearnEvent.cpp index 441236fc..d0de3d39 100644 --- a/src/libs/engine/events/MidiLearnEvent.cpp +++ b/src/libs/engine/events/MidiLearnEvent.cpp @@ -22,6 +22,7 @@ #include "Node.hpp" #include "MidiControlNode.hpp" #include "ClientBroadcaster.hpp" +#include "Plugin.hpp" namespace Ingen { diff --git a/src/libs/engine/events/NoteOffEvent.cpp b/src/libs/engine/events/NoteOffEvent.cpp index 5768e265..4f683903 100644 --- a/src/libs/engine/events/NoteOffEvent.cpp +++ b/src/libs/engine/events/NoteOffEvent.cpp @@ -20,6 +20,7 @@ #include "Engine.hpp" #include "ObjectStore.hpp" #include "Node.hpp" +#include "Plugin.hpp" #include "MidiNoteNode.hpp" #include "MidiTriggerNode.hpp" -- cgit v1.2.1