summaryrefslogtreecommitdiffstats
path: root/src/engine/MidiControlNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/MidiControlNode.cpp')
-rw-r--r--src/engine/MidiControlNode.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{