mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
699802796e
* Client/server architecture * Mixing of multiple mp3 files * Dynamic filter insertion and removal * Multiple sound device support (speakers and monitor) * Loops, queues, sampler, beat matching, sequencer * Record your performance to a disk And it's blue! PR: 59025 Submitted by: Pav Lucistnik <pav@oook.cz> Requested by: Martin Vana <martin.vana@vslib.cz>
14 lines
570 B
Plaintext
14 lines
570 B
Plaintext
--- defaults/server.config.orig Sat Feb 23 02:21:27 2002
|
|
+++ defaults/server.config Thu Nov 6 22:01:26 2003
|
|
@@ -20,8 +20,8 @@
|
|
# If you have OSS or ALSA + OSS compatability, use these.
|
|
# Some devices need the 'fork' option to keep from hanging.
|
|
#
|
|
-Device "oss" "/dev/dsp" "numfragments=3:logfragsize=12"
|
|
-#Device "oss" "/dev/dsp" "fork"
|
|
+#Device "oss" "/dev/dsp" "numfragments=3:logfragsize=12"
|
|
+Device "oss" "/dev/dsp" "fork"
|
|
Device "oss" "/dev/dsp1"
|
|
Device "oss" "/dev/dsp2"
|
|
|