summaryrefslogtreecommitdiff
path: root/audio/sweep/patches
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-01-30 23:09:06 +0000
committerjmmv <jmmv>2003-01-30 23:09:06 +0000
commit675aee99c57fa0a0aa79e9ccf949b4eebb1683fa (patch)
treefbe86176a7ede69c55d8c06201c8758f7ce629c5 /audio/sweep/patches
parent553642630a83bb00a5422cb3ae961484f3df28e8 (diff)
downloadpkgsrc-675aee99c57fa0a0aa79e9ccf949b4eebb1683fa.tar.gz
Update sweep to 0.8.0. Changes in this version:
* a new monitoring subsystem for use in DJing and live performance. Users with two sound cards can use headphones for monitoring, to prepare mixes and cue samples without disrupting the main output. * A usability bug was fixed in keyboard playback controls * the Italian translation of the user interface was updated by Yuri Bongiorno.
Diffstat (limited to 'audio/sweep/patches')
-rw-r--r--audio/sweep/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/sweep/patches/patch-aa b/audio/sweep/patches/patch-aa
index 107f4af40b4..fc03148e5cf 100644
--- a/audio/sweep/patches/patch-aa
+++ b/audio/sweep/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/12/21 23:25:18 jmmv Exp $
+$NetBSD: patch-aa,v 1.2 2003/01/30 23:09:06 jmmv Exp $
---- src/driver_oss.c.orig Mon Oct 7 04:24:51 2002
+--- src/driver_oss.c.orig Sat Jan 18 04:57:43 2003
+++ src/driver_oss.c
@@ -49,7 +49,7 @@
#ifdef DRIVER_OSS
@@ -8,10 +8,10 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/12/21 23:25:18 jmmv Exp $
#include <sys/soundcard.h>
-#define DEV_DSP "/dev/dsp"
+#define DEV_DSP DEVOSSAUDIO
+ #define MONITOR_DEV_DSP "/dev/dsp1"
- #define LOG_FRAGS 6
- #define LOG_FRAGS_MIN 1
-@@ -400,6 +400,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo
+ #define DEFAULT_LOG_FRAGS 6
+@@ -778,6 +778,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo
exit (1) ;
}
@@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/12/21 23:25:18 jmmv Exp $
fmt = AFMT_QUERY;
if ((error = ioctl (dev_dsp, SOUND_PCM_SETFMT, &fmt)) != 0) {
perror ("open_dsp_device 8") ;
-@@ -416,6 +417,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo
+@@ -794,6 +795,7 @@ setup_dev_dsp (sw_handle * handle, sw_fo
if (fmt == AFMT_S16_BE || fmt == AFMT_U16_BE) {
handle->custom_data = GINT_TO_POINTER(1);
}