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

Roger's changed FillMidiBuffers loop test (seems harmless, all OSs)

This commit is contained in:
Paul Licameli
2017-09-23 23:57:29 -04:00
parent b38bacfafa
commit 7c67133ff7
2 changed files with 26 additions and 3 deletions

View File

@@ -565,6 +565,8 @@ private:
/// stream closing until last message has been delivered
PmTimestamp mMaxMidiTimestamp;
/// audio output latency reported by PortAudio
double mAudioOutLatency;
Alg_seq_ptr mSeq;
std::unique_ptr<Alg_iterator> mIterator;