13
0

NOOP: add comment

This commit is contained in:
Paul Davis 2024-11-01 17:42:29 -06:00
parent 84245a9451
commit 6f377cc3ad

View File

@ -308,7 +308,7 @@ Trigger::arm ()
_box.arm_from_another_thread (*this, _box.session().transport_sample(), chns);
_armed = true;
ArmChanged(); /* EMIT SIGNAL */
TriggerArmChanged (this);
TriggerArmChanged (this); /* EMIT SIGNAL */
}
void