13
0

NO-OP: add useful comment

This commit is contained in:
Paul Davis 2024-06-27 22:26:50 -06:00
parent e8fdbb8cd9
commit b989464914

View File

@ -1296,6 +1296,10 @@ MIDITrigger::check_edit_swap (timepos_t const & time, bool playing, BufferSet& b
Temporal::Beats p = time.beats() - transition_beats;
/* now determine the state at this time, which we need relative
* to the start of the loop within the data.
*/
pending->track_state (p - loop_start, post_edit_state);
_box.tracker->resolve_diff (post_edit_state, mbuf, time.samples());
}