mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Remove debug message, improve comment
This commit is contained in:
parent
5f0b15d446
commit
9b6039c170
1 changed files with 3 additions and 4 deletions
|
|
@ -191,10 +191,9 @@ VSTPlugin::set_parameter (uint32_t which, float newval, sampleoffset_t when)
|
||||||
if (0 != rv) {
|
if (0 != rv) {
|
||||||
_eff_bypassed = (value == 1);
|
_eff_bypassed = (value == 1);
|
||||||
} else {
|
} else {
|
||||||
cerr << "effSetBypass failed rv=" << rv << endl; // XXX DEBUG
|
/* TODO: hard-bypass effect, emit signal, and ensure that the
|
||||||
#ifdef ALLOW_VST_BYPASS_TO_FAIL // yet unused, see also vst_plugin.cc
|
* plugin is reactivated on the next call to this function..
|
||||||
// emit signal.. hard un/bypass from here?!
|
*/
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue