Bug fix in FreeVerb; Added <cstring> header in Stk.h (which seemed necessary for MinGW).

This commit is contained in:
Gary Scavone
2014-04-11 16:03:52 -04:00
parent 32a3b551d8
commit 92ca28918f
4 changed files with 3 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
<ul>
<li>Updated versions of RtAudio and RtMidi, with associated renaming of RtError class to either RtAudioError or RtMidiError</li>
<li>New iOS project files (thanks to Ariel Elkin)</li>
<li>Bug fix in FreeVerb that could cause crackling for stereo input</li>
<li>Various bug fixes and updates to minimize compiler warnings</li>
<li>ADSR fix for decay/release time calculations</li>
<li>Various updates to build system</li>