pkgsrc/audio/spiralloops/patches/patch-ad
zuntum 31c17cdc56 Initial import of spirallopps-2.0.0
SpiralLoops is an experimental loop based sampler for Linux or BSD.

The idea of SpiralLoops is to provide a simple, visual tool for looping and
layering of sounds; which can be sourced from either wav files on disk, or
from sound generating plugins.

SpiralLoops allows you to create loop based compositions with the minimum
feedback time between the decisions you make and your ears. The looping
mechanism is very flexible, you can lock the timing of loops together, or
offset them for creating complex sequences, such as polyrhythms.

Package provided by Ben Collver <collver@linuxfreemail.com> in PR pkg/13693
2001-08-12 22:27:05 +00:00

25 lines
777 B
Text

$NetBSD: patch-ad,v 1.1.1.1 2001/08/12 22:27:05 zuntum Exp $
--- SpiralSound/Output.h.orig Thu Apr 19 13:48:12 2001
+++ SpiralSound/Output.h
@@ -16,6 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <sys/ioctl.h>
#include <sys/types.h>
#include <stdio.h>
#include <fcntl.h>
@@ -25,12 +26,10 @@
#else
#if defined (__NetBSD__) || defined (__OpenBSD__)
#include <soundcard.h> /* OSS emulation */
-#undef ioctl
#else /* BSDI, Linux, Solaris */
#include <sys/soundcard.h>
#endif /* __NetBSD__ or __OpenBSD__ */
#endif /* __FreeBSD__ */
-#include <sys/ioctl.h>
#include <limits.h>
#include "SpiralInfo.h"