# HG changeset patch # User Paul Brossier # Date 1422279850 -3600 # Node ID 4cb9ee9e0ffa8aac03ed457b172e199dbf637466 # Parent b8148ed9ffe13c5255cf4a615986a49973e0cd31 plugins/Notes.cpp: improve output description diff -r b8148ed9ffe1 -r 4cb9ee9e0ffa plugins/Notes.cpp --- a/plugins/Notes.cpp Mon Jan 26 02:11:53 2015 +0100 +++ b/plugins/Notes.cpp Mon Jan 26 14:44:10 2015 +0100 @@ -349,7 +349,7 @@ 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;