2020-06-03 11:22:09 +02:00
|
|
|
Index: csound-6.14.0/Top/csound.c
|
2019-04-06 09:44:05 +02:00
|
|
|
===================================================================
|
2020-06-03 11:22:09 +02:00
|
|
|
--- csound-6.14.0.orig/Top/csound.c 2020-06-02 11:58:24.594002125 +0200
|
|
|
|
+++ csound-6.14.0/Top/csound.c 2020-06-02 12:02:34.339852882 +0200
|
|
|
|
@@ -3456,7 +3456,7 @@ PUBLIC void csoundReset(CSOUND *csound)
|
|
|
|
#ifdef __HAIKU__
|
|
|
|
strcpy(s, "haiku");
|
|
|
|
#else
|
|
|
|
- strcpy(s, "PortAudio");
|
|
|
|
+ strcpy(s, "pulse");
|
|
|
|
#endif
|
2019-04-06 09:44:05 +02:00
|
|
|
#else
|
|
|
|
strcpy(s, "alsa");
|