summaryrefslogtreecommitdiffstats
path: root/src/engine/internals/Note.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/internals/Note.hpp')
-rw-r--r--src/engine/internals/Note.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/internals/Note.hpp b/src/engine/internals/Note.hpp
index 45bb084f..11fc1344 100644
--- a/src/engine/internals/Note.hpp
+++ b/src/engine/internals/Note.hpp
@@ -26,6 +26,7 @@ namespace Ingen {
class InputPort;
class OutputPort;
+class InternalPlugin;
namespace Internals {
@@ -54,6 +55,8 @@ public:
void sustain_on(ProcessContext& context, FrameTime time);
void sustain_off(ProcessContext& context, FrameTime time);
+ static InternalPlugin& internal_plugin();
+
private:
/** Key, one for each key on the keyboard */
struct Key {