12 lines
626 B
Diff
12 lines
626 B
Diff
--- qsynth-0.9.6/src/qsynthOptions.cpp.orig 2022-02-19 11:39:24.421881551 +0100
|
|
+++ qsynth-0.9.6/src/qsynthOptions.cpp 2022-02-19 11:39:32.921833027 +0100
|
|
@@ -765,7 +765,7 @@
|
|
pSetup->sAudioDriver = m_settings.value("/AudioDriver", "sndio").toString();
|
|
#else
|
|
pSetup->sMidiDriver = m_settings.value("/MidiDriver", "alsa_seq").toString();
|
|
- pSetup->sAudioDriver = m_settings.value("/AudioDriver", "jack").toString();
|
|
+ pSetup->sAudioDriver = m_settings.value("/AudioDriver", "alsa").toString();
|
|
#endif
|
|
#if defined(Q_OS_WINDOWS)
|
|
pSetup->iAudioBufSize = m_settings.value("/AudioBufSize", 512).toInt();
|