Only startup a new event if recording==ALWAYS
This commit is contained in:
parent
433782bd6e
commit
eee6053293
|
@ -2126,7 +2126,7 @@ bool Monitor::Analyse() {
|
||||||
} // end if section_length
|
} // end if section_length
|
||||||
} // end if event
|
} // end if event
|
||||||
|
|
||||||
if (!event) {
|
if (!event and (recording == RECORDING_ALWAYS)) {
|
||||||
event = openEvent(snap, cause.empty() ? "Continuous" : cause, noteSetMap);
|
event = openEvent(snap, cause.empty() ? "Continuous" : cause, noteSetMap);
|
||||||
|
|
||||||
Info("%s: %03d - Opened new event %" PRIu64 ", continuous section start",
|
Info("%s: %03d - Opened new event %" PRIu64 ", continuous section start",
|
||||||
|
|
Loading…
Reference in New Issue