13
0

MCP: more fader debugging

git-svn-id: svn://localhost/ardour2/branches/3.0@12004 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-04-18 13:36:26 +00:00
parent d5db31f1e4
commit b253f464a5

View File

@ -564,7 +564,9 @@ Strip::do_parameter_display (AutomationType type, float val)
switch (type) {
case GainAutomation:
std::cerr << "Updating displayed gain level from " << val;
dB = fast_coefficient_to_dB (val);
std::cerr << " dB = " << dB << std::endl;
if (val == 0.0) {
_surface->write (display (1, " -inf "));
} else {