Files
stk/doc/html/system.html
2013-09-29 23:38:16 +02:00

67 lines
4.4 KiB
HTML

<HTML>
<HEAD>
<TITLE>The Synthesis ToolKit in C++ (STK)</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<img src="princeton.gif"> &nbsp; <img src="ccrma.gif"> &nbsp; <img src="mcgill.gif"><P>
<a class="qindex" href="index.html">Home</a> &nbsp; <a class="qindex" href="information.html">Information</a> &nbsp; <a class="qindex" href="classes.html">Classes</a> &nbsp; <a class="qindex" href="download.html">Download</a> &nbsp; <a class="qindex" href="usage.html">Usage</a> &nbsp; <a class="qindex" href="maillist.html">Mail List</a> &nbsp; <a class="qindex" href="system.html">Requirements</a> &nbsp; <a class="qindex" href="links.html">Links</a> &nbsp; <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
<HR>
<!-- Generated by Doxygen 1.3.4 -->
<h1><a class="anchor" name="system">System Requirements</a></h1><b>General:</b> <ul>
<li>
A MIDI interface to use MIDI input controls. (NOTE: This may be built into the soundcard on your computer.) </li>
<li>
<a href="http://dev.scriptics.com">Tcl/Tk</a> 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). </li>
</ul>
<p>
<b>Linux (specific):</b> <ul>
<li>
A soundcard to use realtime audio input/output capabilities. In order to use the <em><b>effects</b></em> project, the soundcard and drivers must support full duplex mode. </li>
<li>
<a href="http://www.opensound.com">OSS</a> or <a href="http://www.alsa-project.org/">ALSA</a> device drivers for realtime sound output and MIDI input. </li>
</ul>
<p>
<b>Macintosh OS X (specific):</b> <ul>
<li>
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. </li>
<li>
<b>IMPORTANT:</b>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 <a class="el" href="Stk_8h.html">Stk.h</a> file before compilation. In addition, the RT_BUFFER_SIZE, specified in <a class="el" href="Stk_8h.html">Stk.h</a>, could be increased (to a higher power of two) for more robust performance. </li>
<li>
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 (<a href="http://www.apple.com/downloads/macosx/unix_open_source/tcltk.html">http://www.apple.com/downloads/macosx/unix_open_source/tcltk.html</a>) has been successfully tested on a 10.2 system. The default installation will place a link to the wish interpretor at /usr/bin/wish.<p>
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.<p>
</li>
</ul>
<p>
<b>Windows95/98/2000/XP (specific):</b> <ul>
<li>
A soundcard to use realtime audio input/output capabilities. In order to use the <em><b>effects</b></em> project, the soundcard and drivers must support full duplex mode. </li>
<li>
<a href="http://www.microsoft.com/directx/">DirectX</a> 5.0 (or higher) runtime libraries to use the precompiled binaries. </li>
<li>
Visual C++ 6.0 for compiling (though a precompiled distribution is available). </li>
<li>
For compiling the source (if not already in your system): <ul>
<li>
<a href="Misc/dsound.h">dsound.h</a> header file (DirectX 6.1) - put somewhere in your header search path</li>
<li>
<a href="Misc/dsound.lib">dsound.lib</a> library file (DirectX 6.1) - put somewhere in your library search path</li>
</ul>
</li>
</ul>
<p>
<b>WindowsNT (specific):</b> <ul>
<li>
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. </li>
</ul>
<HR>
<table>
<tr><td><A HREF="http://www-ccrma.stanford.edu/software/stk/"><I>The Synthesis ToolKit in C++ (STK)</I></A></td></tr>
<tr><td>&copy;1995-2004 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
</table>
</BODY>
</HTML>