Tap Tempo, ToobAmp v1.1.72

This commit is contained in:
Robin E. R. Davies
2026-01-10 10:41:20 -05:00
parent 6e1657933b
commit fdeb1fef5e
49 changed files with 397 additions and 94 deletions
+3
View File
@@ -704,6 +704,9 @@ namespace pipedal
queueId = -1;
throw std::runtime_error(SS("Failed to set port timestamping: " << snd_strerror(rc)));
}
// Flush the output buffer to start the queue and apply port settings
snd_seq_drain_output(seqHandle);
}
return queueId;