Release 4.3.0 tarball

This commit is contained in:
Gary Scavone
2013-09-29 23:41:50 +02:00
committed by Stephen Sinclair
parent 554a74374b
commit 1a8403e203
462 changed files with 4751 additions and 3397 deletions

View File

@@ -6,7 +6,7 @@
<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>
<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.4.4 -->
<h1><a class="anchor" name="system">System Requirements</a></h1><b>General:</b> <ul>
@@ -20,14 +20,16 @@ A MIDI interface to use MIDI input/output controls. (NOTE: This may be built int
<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.alsa-project.org/">ALSA</a> device drivers and library for realtime sound and MIDI input/output. <a href="http://www.opensound.com">OSS</a> device drivers can be used for audio input/output, but MIDI support requires the ALSA library to compile. </li>
<a href="http://www.alsa-project.org/">ALSA</a> device drivers and library for realtime sound and MIDI input/output. </li>
<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>
<li>
A C++ compiler does install 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>
<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>
<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 that 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-source.html">Stk.h</a>. </li>
<li>
@@ -42,7 +44,7 @@ A soundcard to use realtime audio input/output capabilities. In order to use the
<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>
Visual C++ .NET for compiling (though a precompiled distribution is available). </li>
<li>
For compiling the source (if not already in your system):<ul>
<li>
@@ -61,7 +63,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-2005 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
<tr><td>&copy;1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
</table>
</BODY>