Only startup a new event if recording==ALWAYS

This commit is contained in:
Isaac Connor 2022-02-28 13:35:11 -05:00
parent 433782bd6e
commit eee6053293
1 changed files with 1 additions and 1 deletions

View File

@ -2126,7 +2126,7 @@ bool Monitor::Analyse() {
} // end if section_length
} // end if event
if (!event) {
if (!event and (recording == RECORDING_ALWAYS)) {
event = openEvent(snap, cause.empty() ? "Continuous" : cause, noteSetMap);
Info("%s: %03d - Opened new event %" PRIu64 ", continuous section start",