freebsd-ports/audio/specimen/files/patch-src-driver.c
Martin Wilke 8a1644b8ef Specimen is an open source, MIDI controllable audio sampler. Features include:
- Up to 64 patches with 8 notes of polyphony each
 - Fast, high quality pitch scaling
 - Linear ADSR volume envelopes
 - MIDI/jack-transport syncable LFOs
 - Low pass filter with resonance
 - A variety of direction-independent playback modes
 - A zoomable sample editor for loop and play points
 - Portamento

WWW:	http://zhevny.com/specimen/

PR:		ports/109986
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2007-03-06 18:44:46 +00:00

12 lines
407 B
C

--- src/driver.c.orig Tue Mar 6 13:09:22 2007
+++ src/driver.c Tue Mar 6 13:09:35 2007
@@ -7,8 +7,7 @@
/* available drivers */
extern Driver jack_driver;
-extern Driver alsa_driver;
-static Driver* drivers[] = { &jack_driver, &alsa_driver, NULL };
+static Driver* drivers[] = { &jack_driver, NULL };
/* number of drivers available (we set this var in driver_init ( ) */
static int ndrivers = 0;