Rework audio thread restart.

This commit is contained in:
Robin E. R. Davies
2025-07-23 15:06:06 -04:00
parent d5ec594957
commit 090ffc9a9e
5 changed files with 176 additions and 76 deletions
+2
View File
@@ -259,6 +259,8 @@ namespace pipedal
// Open sequencer in input mode
int rc;
Lv2Log::debug("Opening ALSA Sequencer");
rc = snd_seq_open(&seqHandle, "default", SND_SEQ_OPEN_DUPLEX, 0);
if (rc < 0)
{