summaryrefslogtreecommitdiffstats
path: root/src/engine/MidiNoteNode.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-22 17:29:36 +0000
committerDavid Robillard <d@drobilla.net>2008-11-22 17:29:36 +0000
commitae9644045846190f13dda828e2f75115f2c8601f (patch)
treeff0682b600558533f1b9cf3b3f1008142dc60544 /src/engine/MidiNoteNode.cpp
parentbb8bf97474863c14e6f22bdbeb4d77990e830e1d (diff)
downloadingen-ae9644045846190f13dda828e2f75115f2c8601f.tar.gz
ingen-ae9644045846190f13dda828e2f75115f2c8601f.tar.bz2
ingen-ae9644045846190f13dda828e2f75115f2c8601f.zip
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
Diffstat (limited to 'src/engine/MidiNoteNode.cpp')
-rw-r--r--src/engine/MidiNoteNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/MidiNoteNode.cpp b/src/engine/MidiNoteNode.cpp
index 5b6da263..7918e1d2 100644
--- a/src/engine/MidiNoteNode.cpp
+++ b/src/engine/MidiNoteNode.cpp
@@ -37,7 +37,7 @@ namespace Ingen {
MidiNoteNode::MidiNoteNode(const string& path, bool polyphonic, PatchImpl* parent, SampleRate srate, size_t buffer_size)
- : NodeBase(new InternalPlugin(NS_INGEN "note_node", "note", "MIDI Note"),
+ : NodeBase(new InternalPlugin(NS_INGEN "note_node", "note", "Note"),
path, polyphonic, parent, srate, buffer_size)
, _voices(new Raul::Array<Voice>(_polyphony))
, _prepared_voices(NULL)