mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
remove debug output
This commit is contained in:
parent
c7896075b5
commit
00b2b21878
1 changed files with 0 additions and 1 deletions
|
|
@ -2538,7 +2538,6 @@ TriggerBox::determine_next_trigger (uint32_t current)
|
||||||
int r = _pcg.rand (100); // 0 .. 99
|
int r = _pcg.rand (100); // 0 .. 99
|
||||||
Trigger::FollowAction fa;
|
Trigger::FollowAction fa;
|
||||||
|
|
||||||
cerr << "prob " << all_triggers[current]->follow_action_probability () << " from " << r << endl;
|
|
||||||
if (r >= all_triggers[current]->follow_action_probability()) {
|
if (r >= all_triggers[current]->follow_action_probability()) {
|
||||||
fa = all_triggers[current]->follow_action (0);
|
fa = all_triggers[current]->follow_action (0);
|
||||||
which_follow_action = 0;
|
which_follow_action = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue