Files
ardour/libs
Robin Gareus 0ab46c342f Fix MIDI loop capture alignment
Loop recording creates a single long source, regions have to be
"split" from this source, using "start" as offset.

Since MIDI uses absolute timestamps, offsetting this by accumulating
 buffer_position += (*ci)->samples;
like Track::use_captured_audio_sources() does, is not correct.

Furthermore, record_enabled() may be off when stopping recording,
MIDI needs to be flushed regardless.
2020-01-29 16:25:33 +01:00
..
2020-01-29 16:25:33 +01:00
2020-01-14 00:52:24 +01:00
2020-01-25 04:07:41 +01:00
2020-01-27 17:43:37 +01:00
2020-01-25 04:07:41 +01:00
2020-01-14 00:52:24 +01:00
2020-01-27 17:43:37 +01:00
2020-01-25 04:07:41 +01:00
2020-01-27 17:43:37 +01:00
2020-01-25 04:07:37 +01:00
2020-01-22 02:00:25 +01:00
2020-01-25 04:07:41 +01:00
2020-01-14 00:52:24 +01:00
2020-01-27 03:31:49 +01:00
2019-09-03 05:01:59 +02:00
2020-01-14 00:52:24 +01:00
2020-01-25 04:07:41 +01:00
2020-01-22 02:00:25 +01:00
2020-01-22 02:00:25 +01:00