Mercurial > hg > vamp-aubio-plugins
comparison plugins/Notes.cpp @ 63:4cb9ee9e0ffa
plugins/Notes.cpp: improve output description
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 26 Jan 2015 14:44:10 +0100 |
parents | b8148ed9ffe1 |
children | 35305d617a31 |
comparison
equal
deleted
inserted
replaced
62:b8148ed9ffe1 | 63:4cb9ee9e0ffa |
---|---|
347 OutputList list; | 347 OutputList list; |
348 | 348 |
349 OutputDescriptor d; | 349 OutputDescriptor d; |
350 d.identifier = "notes"; | 350 d.identifier = "notes"; |
351 d.name = "Notes"; | 351 d.name = "Notes"; |
352 d.description = "Midi style notes"; | 352 d.description = "List of notes detected, with their frequency and velocity"; |
353 d.unit = "Hz"; | 353 d.unit = "Hz"; |
354 d.hasFixedBinCount = true; | 354 d.hasFixedBinCount = true; |
355 | 355 |
356 d.binCount = 2; | 356 d.binCount = 2; |
357 d.binNames.push_back("Frequency"); | 357 d.binNames.push_back("Frequency"); |