From ae9644045846190f13dda828e2f75115f2c8601f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 22 Nov 2008 17:29:36 +0000 Subject: Add status bar to display information about objects on mouse hover. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1769 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/MidiControlNode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/MidiControlNode.cpp') diff --git a/src/engine/MidiControlNode.cpp b/src/engine/MidiControlNode.cpp index c30d6028..fc6098ec 100644 --- a/src/engine/MidiControlNode.cpp +++ b/src/engine/MidiControlNode.cpp @@ -36,7 +36,7 @@ MidiControlNode::MidiControlNode(const string& path, PatchImpl* parent, SampleRate srate, size_t buffer_size) - : NodeBase(new InternalPlugin(NS_INGEN "control_node", "controller", "MIDI Controller") + : NodeBase(new InternalPlugin(NS_INGEN "control_node", "controller", "Controller") , path, false, parent, srate, buffer_size) , _learning(false) { -- cgit v1.2.1