mirror of
https://github.com/thestk/stk
synced 2026-02-07 09:46:16 +00:00
Release 4.2.1 tarball
This commit is contained in:
committed by
Stephen Sinclair
parent
11cf5faa0a
commit
21b93795e7
@@ -8,18 +8,65 @@
|
||||
<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="tutorial.html">Tutorial</a></CENTER>
|
||||
<HR>
|
||||
<!-- Generated by Doxygen 1.3.4 -->
|
||||
<h1><a class="anchor" name="download">Download and Release Notes</a></h1><b>Version 4.2.0, 4 October 2004</b><p>
|
||||
<!-- Generated by Doxygen 1.4.4 -->
|
||||
<h1><a class="anchor" name="download">Download, Release Notes, and Bug Fixes</a></h1><h2><a class="anchor" name="down">
|
||||
Download Version 4.2.1 (14 October 2005):</a></h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://www-ccrma.stanford.edu/software/stk/release/stk-4.2.0.tar.gz">Source distribution</a> </li>
|
||||
<a href="http://ccrma.stanford.edu/software/stk/release/stk-4.2.1.tar.gz">Source distribution</a> </li>
|
||||
<li>
|
||||
<a href="http://www-ccrma.stanford.edu/software/stk/release/stk-4.2.0.binaries.tar.gz">Source with precompiled Windows binaries</a> </li>
|
||||
<a href="http://ccrma.stanford.edu/software/stk/release/stk-4.2.1.binaries.tar.gz">Source with precompiled Windows binaries</a> </li>
|
||||
<li>
|
||||
<a href="http://www-ccrma.stanford.edu/planetccrma/software/">Linux RPMs from Planet CCRMA</a> </li>
|
||||
<a href="http://ccrma.stanford.edu/planetccrma/software/">Linux RPMs from Planet CCRMA</a> </li>
|
||||
</ul>
|
||||
<h2><a class="anchor" name="notes">
|
||||
Release Notes:</a></h2>
|
||||
<h3><a class="anchor" name="v4dot2dot1">
|
||||
Version 4.2.1</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
Greatly expanded <a class="el" href="classStkFrames.html">StkFrames</a> functionality (including interpolation and indexing by channel/frame). </li>
|
||||
<li>
|
||||
New <a class="el" href="classBlit.html">Blit</a>, <a class="el" href="classBlitSaw.html">BlitSaw</a>, and <a class="el" href="classBlitSquare.html">BlitSquare</a> bandlimited waveform classes (thanks to Robin Davies!). </li>
|
||||
<li>
|
||||
New <a class="el" href="classGranulate.html">Granulate</a> granular synthesis class. </li>
|
||||
<li>
|
||||
Removed Table class ... all functionality (including interpolation) now in <a class="el" href="classStkFrames.html">StkFrames</a> and <a class="el" href="classFileRead.html">FileRead</a> classes. </li>
|
||||
<li>
|
||||
Revised <a class="el" href="classSocket.html">Socket</a> class (now abstract) and added <a class="el" href="classTcpServer.html">TcpServer</a>, <a class="el" href="classTcpClient.html">TcpClient</a>, and <a class="el" href="classUdpSocket.html">UdpSocket</a> subclasses. </li>
|
||||
<li>
|
||||
Added <a class="el" href="classStk.html#e10">Stk::showWarnings()</a> and <a class="el" href="classStk.html#e11">Stk::printErrors()</a> functions to dis/enable warning and error printouts. </li>
|
||||
<li>
|
||||
Extracted file I/O functionality to <a class="el" href="classFileRead.html">FileRead</a> and <a class="el" href="classFileWrite.html">FileWrite</a> classes. </li>
|
||||
<li>
|
||||
Revised <a class="el" href="classWvIn.html">WvIn</a> / <a class="el" href="classWvOut.html">WvOut</a> class structure (<a class="el" href="classWvIn.html">WvIn</a> / <a class="el" href="classWvOut.html">WvOut</a> now abstract and file I/O functionality in new <a class="el" href="classFileWvIn.html">FileWvIn</a> / <a class="el" href="classFileWvOut.html">FileWvOut</a> subclasses). </li>
|
||||
<li>
|
||||
New <a class="el" href="classSineWave.html">SineWave</a> class which calculates its own static table of variable length (no rawwave dependency). </li>
|
||||
<li>
|
||||
New sinewave.raw file of length 1024 samples (used to be 256). </li>
|
||||
<li>
|
||||
TcpWvIn and TcpWvOut renamed <a class="el" href="classInetWvIn.html">InetWvIn</a> and <a class="el" href="classInetWvOut.html">InetWvOut</a>, with added support for UDP sockets. </li>
|
||||
<li>
|
||||
Fixed bug in <a class="el" href="classWvOut.html">WvOut</a> tickFrame( const StkFrames &frames ) function. </li>
|
||||
<li>
|
||||
Fixed bug in demo.cpp when writing output soundfiles without realtime output. </li>
|
||||
<li>
|
||||
Added "binary" open flag to <a class="el" href="classMidiFileIn.html">MidiFileIn</a> class for Windows. </li>
|
||||
<li>
|
||||
Fixed oversized MAT-file header in WvOut.cpp </li>
|
||||
<li>
|
||||
Fixed case statement bug in MidiFileIn.cpp for sysex. </li>
|
||||
<li>
|
||||
Added missing getDelay() function to DelayA.cpp. </li>
|
||||
<li>
|
||||
Fixed modDepth omission in Chorus.cpp. </li>
|
||||
<li>
|
||||
Fixed DC blocker initialization bug in Flute.cpp. </li>
|
||||
<li>
|
||||
Changed <a class="el" href="classFilter.html">Filter</a> class behavior so no default clearing of state when changing coefficients. </li>
|
||||
<li>
|
||||
Fixes to <a class="el" href="classRtAudio.html">RtAudio</a>, especially for Windows DirectSound and ASIO (thanks to Robin Davies). </li>
|
||||
</ul>
|
||||
<h3><a class="anchor" name="v4dot2dot0">
|
||||
Version 4.2.0</a></h3>
|
||||
<ul>
|
||||
@@ -102,7 +149,7 @@ Version 4.1.1</a></h3>
|
||||
<li>
|
||||
Bug fix in <a class="el" href="classRtAudio.html">RtAudio</a> for Macintosh OS X and Windows ASIO duplex operation. </li>
|
||||
<li>
|
||||
Windows ASIO fix in <a class="el" href="Stk_8h.html">Stk.h</a>. </li>
|
||||
Windows ASIO fix in <a class="el" href="Stk_8h-source.html">Stk.h</a>. </li>
|
||||
<li>
|
||||
Documentation updates. </li>
|
||||
<li>
|
||||
@@ -218,7 +265,7 @@ Fixed MIDI system message exclusion under Irix. </li>
|
||||
<li>
|
||||
Added a few bitmaps for the Shaker instruments. </li>
|
||||
<li>
|
||||
Made destructors virtual for Reverb.h, <a class="el" href="WvIn_8h.html">WvIn.h</a> and <a class="el" href="Simple_8h.html">Simple.h</a>. </li>
|
||||
Made destructors virtual for Reverb.h, <a class="el" href="WvIn_8h-source.html">WvIn.h</a> and <a class="el" href="Simple_8h-source.html">Simple.h</a>. </li>
|
||||
<li>
|
||||
Fixed bug setting delay length in DLineA when value too big. </li>
|
||||
<li>
|
||||
@@ -236,7 +283,7 @@ A few minor changes, some bug fixes ... can't remember all of them. </li>
|
||||
Version 3.0</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
New #define flags for OS and realtime dependencies (this will probably cause problems for old personal STK code, but it was necessary to make future ports easier). </li>
|
||||
New define flags for OS and realtime dependencies (this will probably cause problems for old personal STK code, but it was necessary to make future ports easier). </li>
|
||||
<li>
|
||||
Expanded and cleaned the <a class="el" href="classShakers.html">Shakers</a> class. </li>
|
||||
<li>
|
||||
@@ -322,7 +369,7 @@ A single distribution for all platforms. The Unix and Windows versions have been
|
||||
|
||||
<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-2004 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
<tr><td>©1995-2005 Perry R. Cook and Gary P. Scavone. All Rights Reserved.</td></tr>
|
||||
</table>
|
||||
|
||||
</BODY>
|
||||
|
||||
Reference in New Issue
Block a user