mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
triggerbox: add more debugging
This commit is contained in:
parent
940f3022c1
commit
13a0f74ce4
1 changed files with 2 additions and 0 deletions
|
|
@ -52,12 +52,14 @@ void
|
||||||
Trigger::bang ()
|
Trigger::bang ()
|
||||||
{
|
{
|
||||||
_bang.fetch_add (1);
|
_bang.fetch_add (1);
|
||||||
|
DEBUG_TRACE (DEBUG::Triggers, string_compose ("bang on %1\n", _index));
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
Trigger::unbang ()
|
Trigger::unbang ()
|
||||||
{
|
{
|
||||||
_unbang.fetch_add (1);
|
_unbang.fetch_add (1);
|
||||||
|
DEBUG_TRACE (DEBUG::Triggers, string_compose ("un-bang on %1\n", _index));
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue