after recording into a trigger slot, revert the box to playback mode

This commit is contained in:
Paul Davis
2025-03-24 11:51:52 -06:00
parent ed0c55afb7
commit 885a318299

View File

@@ -3740,7 +3740,7 @@ TriggerBox::finish_recording (BufferSet& bufs)
*/
ai->slot->captured (*ai, bufs);
_arm_info = nullptr;
_record_state = Enabled;
_record_state = Disabled;
}
void