pkgsrc/audio/spiralloops/patches/patch-ac
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

13 lines
490 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2001/08/12 22:27:05 zuntum Exp $
--- SpiralInfo.C.orig Thu Apr 19 13:48:08 2001
+++ SpiralInfo.C
@@ -33,7 +33,7 @@
float SpiralInfo::VALUECONV = 1.0f/MAXSAMPLE;
bool SpiralInfo::WANTMIDI = true;
int SpiralInfo::FILTERGRAN = 50;
-string SpiralInfo::OUTPUTFILE = "/dev/dsp";
+string SpiralInfo::OUTPUTFILE = "/dev/sound";
string SpiralInfo::MIDIFILE = "/dev/midi";
int SpiralInfo::POLY = 2;
bool SpiralInfo::REALTIMEOUT = true;