triggerbox: end of clip recording should not disable rec-enable on box
This commit is contained in:
parent
0e4dcb231f
commit
84245a9451
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user