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

42 lines
2.7 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"><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="tutorial.html">Tutorial</a></CENTER>
<HR>
<!-- Generated by Doxygen 1.2.8.1 -->
<a name="system"><h2>System Requirements</h2></a>
<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><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). </ul>
<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><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. </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><a href="http://www.microsoft.com/directx/">DirectX</a> 5.0 (or higher) runtime libraries to use the precompiled binaries. <li>Visual C++ 6.0 for compiling (though a precompiled distribution is available). <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><a href="Misc/dsound.lib">dsound.lib</a> library file (DirectX 6.1) - put somewhere in your library search path</ul>
</ul>
<p>
<b>WindowsNT (specific)</b> <ul>
<li>STK is no longer supported under WindowsNT because DirectX support for NT is minimal. Unless DirectX 5.0 or higher becomes available for NT, STK won't work. </ul>
<p>
<p>
<p>
<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-2002 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
</table>
</BODY>
</HTML>