Release 4.4.2 tarball

This commit is contained in:
Gary Scavone
2013-09-29 23:48:48 +02:00
committed by Stephen Sinclair
parent c37de52787
commit 7fcf920d3e
711 changed files with 28790 additions and 16452 deletions

View File

@@ -8,16 +8,19 @@
<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="faq.html">FAQ</a> &nbsp; <a class="qindex" href="tutorial.html">Tutorial</a></CENTER>
<HR>
<!-- Generated by Doxygen 1.5.8 -->
<!-- Generated by Doxygen 1.6.2 -->
<div class="contents">
<h1><a class="anchor" name="system">System Requirements </a></h1><b>General:</b> <ul>
<h1><a class="anchor" id="system">System Requirements </a></h1><p><b>General:</b> </p>
<ul>
<li>
A MIDI interface to use MIDI input/output 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>
<p><b>Linux (specific):</b> </p>
<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>
@@ -25,19 +28,20 @@ A soundcard to use realtime audio input/output capabilities. In order to use the
<li>
<a href="http://www.opensound.com">OSS</a> device drivers (version 4.0 and higher only) can be used for audio input/output, but MIDI support requires the ALSA library to compile. </li>
</ul>
<p>
<b>Macintosh OS X (specific):</b> <ul>
<p><b>Macintosh OS X (specific):</b> </p>
<ul>
<li>
A C++ compiler is not installed by default with OS X. It is necessary to download the Developer Kit from the Apple WWW site in order to compile STK or load it from the installation CD-ROM. </li>
<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>
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 and 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>
<p class="startli">The tcl/tk interpreter does not ship by default with OS X and 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>
<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>
<p class="endli"></p>
</li>
</ul>
<p>
<b>Windows95/98/2000/XP (specific):</b> <ul>
<p><b>Windows95/98/2000/XP (specific):</b> </p>
<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>
@@ -58,7 +62,7 @@ For compiling the source (if not already in your system): <ul>
<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-2009 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
<tr><td>&copy;1995-2010 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
</table>
</BODY>