13 lines
752 B
Diff
13 lines
752 B
Diff
diff -Nru qsynth-0.3.6.orig/src/qsynthOptions.cpp qsynth-0.3.6/src/qsynthOptions.cpp
|
|
--- qsynth-0.3.6.orig/src/qsynthOptions.cpp 2012-06-12 18:48:46.340291361 +0200
|
|
+++ qsynth-0.3.6/src/qsynthOptions.cpp 2012-06-12 18:51:07.838932135 +0200
|
|
@@ -485,7 +485,7 @@
|
|
pSetup->iAudioBufCount = m_settings.value("/AudioBufCount", 8).toInt();
|
|
#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();
|
|
pSetup->iAudioBufSize = m_settings.value("/AudioBufSize", 64).toInt();
|
|
pSetup->iAudioBufCount = m_settings.value("/AudioBufCount", 2).toInt();
|
|
#endif
|