mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
bdf11b37cd
to do: the "Help -> About pd" and "Media -> Test Audio and MIDI" menu items do not work because the port installs files where they are not found by the program
14 lines
274 B
C
14 lines
274 B
C
$FreeBSD$
|
|
|
|
--- src/s_audio.c.orig Sat Oct 18 05:32:24 2003
|
|
+++ src/s_audio.c Tue Nov 11 22:46:57 2003
|
|
@@ -716,7 +716,7 @@ void sys_listdevs(void )
|
|
#endif
|
|
post("unknown API");
|
|
|
|
- sys_listmididevs();
|
|
+// sys_listmididevs();
|
|
}
|
|
|
|
void sys_setblocksize(int n)
|