From 1e49c87471f6f9e3489cb4352cc5f6bafb797ff5 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 26 Jan 2015 14:44:10 +0100 Subject: [PATCH] plugins/Notes.cpp: improve output description --- plugins/Notes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Notes.cpp b/plugins/Notes.cpp index cd4d807..b070f0d 100644 --- a/plugins/Notes.cpp +++ b/plugins/Notes.cpp @@ -349,7 +349,7 @@ Notes::getOutputDescriptors() const OutputDescriptor d; d.identifier = "notes"; d.name = "Notes"; - d.description = "Midi style notes"; + d.description = "List of notes detected, with their frequency and velocity"; d.unit = "Hz"; d.hasFixedBinCount = true; -- 2.11.0