debugging with markk: stacktrace on bank switch in mackie code
This commit is contained in:
parent
6f66fbbf73
commit
9e7652ca62
@ -368,6 +368,7 @@ int
|
||||
MackieControlProtocol::switch_banks (uint32_t initial, bool force)
|
||||
{
|
||||
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("switch banking to start at %1 force ? %2 current = %3\n", initial, force, _current_initial_bank));
|
||||
PBD::stacktrace (cerr, 20);
|
||||
|
||||
if (initial == _current_initial_bank && !force) {
|
||||
/* everything is as it should be */
|
||||
|
Loading…
Reference in New Issue
Block a user