triggerbox: if we find a cue marker, we are no longer locate armed
This commit is contained in:
parent
4048118926
commit
8408d5916c
@ -3458,10 +3458,12 @@ TriggerBox::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_samp
|
|||||||
_currently_playing->unbang ();
|
_currently_playing->unbang ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_locate_armed = 0;
|
||||||
|
|
||||||
} else if (cue_bang >= 0) {
|
} else if (cue_bang >= 0) {
|
||||||
_active_scene = cue_bang;
|
_active_scene = cue_bang;
|
||||||
|
_locate_armed = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* STEP SIX: if at this point there is an active cue, make it trigger
|
/* STEP SIX: if at this point there is an active cue, make it trigger
|
||||||
|
Loading…
Reference in New Issue
Block a user