
Home Information Classes Download Usage Mail List Requirements Links Tutorial
General:
-
A MIDI interface to use MIDI input controls. (NOTE: This may be built into the soundcard on your computer.)
-
Tcl/Tk version 8.0 or higher to use the simple Tcl/Tk GUIs provided with the STK distribution (available free over the WWW for all supported realtime platforms).
Linux (specific):
-
A soundcard to use realtime audio input/output capabilities. In order to use the effects project, the soundcard and drivers must support full duplex mode.
-
OSS or ALSA device drivers for realtime sound output and MIDI input.
Macintosh OS X (specific):
-
A C++ compiler does not ship by default with OS X. It is necessary to download the Developer Kit from the Apple WWW site in order to compile STK.
-
IMPORTANT:The internal Macintosh audio hardware typically supports a sample rate of 44100 Hz only. Therefore, it is necessary to either specify this rate as a command-line option to the STK example programs or to change the default sample rate inside the Stk.h file before compilation. In addition, the RT_BUFFER_SIZE, specified in Stk.h, could be increased (to a higher power of two) for more robust performance.
-
The tcl/tk interpreter does not ship by default with OS X, but must be downloaded from the internet. The latest Tcl/Tk Aqua distribution (http://www.apple.com/downloads/macosx/unix_open_source/tcltk.html) has been successfully tested on a 10.2 system. The default installation will place a link to the wish interpretor at /usr/bin/wish.
Initial tests have shown somewhat poor response between changes made in the tcl/tk script and the resulting audio updates. It is possible to connect a tcl/tk interface to an STK program via a socket connection. However, the tcl/tk interpreter does not appear to properly close the socket connection during disconnection. It is therefore necessary to type "Exit" in the STK program terminal window to properly exit the STK program.
Windows95/98/2000/XP (specific):
-
A soundcard to use realtime audio input/output capabilities. In order to use the effects project, the soundcard and drivers must support full duplex mode.
-
DirectX 5.0 (or higher) runtime libraries to use the precompiled binaries.
-
Visual C++ 6.0 for compiling (though a precompiled distribution is available).
-
For compiling the source (if not already in your system):
-
dsound.h header file (DirectX 6.1) - put somewhere in your header search path
-
dsound.lib library file (DirectX 6.1) - put somewhere in your library search path
WindowsNT (specific):
-
DirectX support for NT is inadequate, so it is not possible to use STK under WindowsNT with realtime DirectX support. It may be possible to use STK under WindowsNT with realtime ASIO support, though this has not been tested.