MCP: avoid debug flood from meters
git-svn-id: svn://localhost/ardour2/branches/3.0@11854 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
62afe207d2
commit
086a6c56f3
@ -45,7 +45,7 @@ Meter::update_message (float dB)
|
||||
{
|
||||
float def = 0.0f; /* Meter deflection %age */
|
||||
|
||||
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("Meter ID %1 dB %2\n", raw_id(), dB));
|
||||
// DEBUG_TRACE (DEBUG::MackieControl, string_compose ("Meter ID %1 dB %2\n", raw_id(), dB));
|
||||
|
||||
if (dB < -70.0f) {
|
||||
def = 0.0f;
|
||||
|
Loading…
Reference in New Issue
Block a user