1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-31 08:58:43 +01:00

Stop playback of pre-rolled tracks at the right time

This commit is contained in:
Paul Licameli
2018-06-01 02:25:51 -04:00
parent 35c60ac96d
commit f9cd5595d5
3 changed files with 25 additions and 7 deletions

View File

@@ -149,6 +149,9 @@ struct TransportTracks {
#ifdef EXPERIMENTAL_MIDI_OUT
NoteTrackConstArray midiTracks;
#endif
// This is a subset of playbackTracks
WaveTrackConstArray prerollTracks;
};
// This workaround makes pause and stop work when output is to GarageBand,