Release 4.2.1 tarball

This commit is contained in:
Gary Scavone
2013-09-29 23:40:35 +02:00
committed by Stephen Sinclair
parent 11cf5faa0a
commit 21b93795e7
1041 changed files with 23984 additions and 16348 deletions

View File

@@ -8,7 +8,7 @@
<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 -->
<!-- Generated by Doxygen 1.4.4 -->
<h1><a class="anchor" name="system">System Requirements</a></h1><b>General:</b> <ul>
<li>
A MIDI interface to use MIDI input/output controls. (NOTE: This may be built into the soundcard on your computer.) </li>
@@ -29,7 +29,7 @@ A C++ compiler does install by default with OS X. It is necessary to download th
<li>
<b>IMPORTANT:</b>The internal Macintosh audio hardware typically supports a sample rate of 44100 Hz only. The default STK sample rate is now 44100 Hz, but there may be programs which change that value before execution. Check the program code if you have sample rate conflicts. Many of the example project programs allow the sample rate to be specified via the command line. </li>
<li>
If you experience frequent audio input/output "glitches", try increasing the RT_BUFFER_SIZE specified in <a class="el" href="Stk_8h.html">Stk.h</a>. </li>
If you experience frequent audio input/output "glitches", try increasing the RT_BUFFER_SIZE specified in <a class="el" href="Stk_8h-source.html">Stk.h</a>. </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 10.2 and 10.3 systems. The default installation will place a link to the wish interpretor at /usr/bin/wish.<p>
It appears that socket support in Tcl/Tk uses the Nagle algorithm, which produces poor response between changes made in the tcl/tk script and the resulting audio updates. Note that this is only a problem when using a socket connection from a Tcl/Tk script.<p>
@@ -44,7 +44,7 @@ A soundcard to use realtime audio input/output capabilities. In order to use the
<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>
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>
@@ -61,7 +61,7 @@ DirectX support for NT is inadequate, so it is not possible to use STK under Win
<table>
<tr><td><A HREF="http://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>
<tr><td>&copy;1995-2005 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
</table>
</BODY>