Files
ardour/libs
Paul Davis 511b09b3d6 triggerbox: avoid double-accounting for buffer offset in MIDI triggers
Because MIDI triggers compute buffer-relative timestamps using
timeline_samples - start_sample, this already takes into account
any offset to the start of the trigger. We still need to use dest_offset
if a non-zero value was passed into ::midi_run(), but we do NOT
want to have it contain the "offset to start of trigger in process
cycle" as well. Instead of trying to special case
::maybe_compute_next_transition(), we just pass a dummy pframes_t
to that method, leaving dest_offset as it was passed into ::midi_run()
2022-02-14 12:56:18 -07:00
..
2022-02-01 22:01:41 +01:00
2022-02-08 21:24:54 +01:00
2022-01-29 05:17:00 +01:00
2022-02-09 10:08:01 -07:00
2021-03-01 22:14:38 +01:00