mirror of
https://github.com/thestk/stk
synced 2026-01-18 15:11:53 +00:00
Release 4.4.2 tarball
This commit is contained in:
committed by
Stephen Sinclair
parent
c37de52787
commit
7fcf920d3e
@@ -8,16 +8,19 @@
|
||||
<img src="princeton.gif"> <img src="ccrma.gif"> <img src="mcgill.gif"><P>
|
||||
<a class="qindex" href="index.html">Home</a> <a class="qindex" href="information.html">Information</a> <a class="qindex" href="classes.html">Classes</a> <a class="qindex" href="download.html">Download</a> <a class="qindex" href="usage.html">Usage</a> <a class="qindex" href="maillist.html">Mail List</a> <a class="qindex" href="system.html">Requirements</a> <a class="qindex" href="links.html">Links</a> <a class="qindex" href="faq.html">FAQ</a> <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>©1995-2009 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
<tr><td>©1995-2010 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
</table>
|
||||
|
||||
</BODY>
|
||||
|
||||
Reference in New Issue
Block a user