60531e216e
* Totally replaced audio core code with SSM plugin code, modified for static linking. * Uses 32bit floating point format internally. * New midi device handling. * New OSS output code. * New funky sliders. * Updated for fltk 1.1.0
12 lines
259 B
Text
12 lines
259 B
Text
$NetBSD: patch-al,v 1.1 2004/11/25 17:24:27 ben Exp $
|
|
|
|
--- SpiralSound/Midi.h.orig Sun Jun 2 03:28:09 2002
|
|
+++ SpiralSound/Midi.h
|
|
@@ -24,6 +24,7 @@
|
|
#include <limits.h>
|
|
#include <queue>
|
|
#include <string>
|
|
+#include <pthread.h>
|
|
|
|
#ifndef MIDI
|
|
#define MIDI
|