13
0

triggerbox: end of clip recording should not disable rec-enable on box

This commit is contained in:
Paul Davis 2024-11-01 17:42:00 -06:00
parent 0e4dcb231f
commit 84245a9451

View File

@ -3609,7 +3609,8 @@ TriggerBox::finish_recording (BufferSet& bufs)
*/
ai->slot.captured (*ai, bufs);
_arm_info = nullptr;
_record_state = Disabled;
std::cerr << "finish, ai null\n";
_record_state = Enabled;
}
void