Skip to content

Releases: thestk/stk

Version 5.0.1

10 Aug 21:08
Compare
Choose a tag to compare
  • see github site for complete details (github.com/thestk/stk)
  • cmake updates
  • fix for demo msvc project in Windows

A distribution of the release with the configure script and documentation already generated is available at:

Release 5.0.0

04 Aug 15:36
Compare
Choose a tag to compare
  • see github site for complete details (github.com/thestk/stk)
  • new filter design functionality in BiQuad (thanks to Navin Kumar!)
  • update to PitShift to use a single delay line
  • various updates for new RtAudio API

A distribution of the release with the configure script and documentation already generated is available at:

http://ccrma.stanford.edu/software/stk/release/stk-5.0.0.tar.gz

Release 4.6.2

18 Nov 02:21
Compare
Choose a tag to compare
  • see github site for complete details (github.com/thestk/stk)
  • bug fixes in LentPitShift and Granulate classes
  • Makefile fixes
  • miscellaneous bug fixes
  • updated versions of RtAudio, RtMidi and ASIO SDK files

A distribution of the release with the configure script and documentation already generated is available at:

• https://ccrma.stanford.edu/software/stk/release/stk-4.6.2.tar.gz

Release 4.6.1

18 Apr 13:30
Compare
Choose a tag to compare
  • see github history for complete details
  • various documentation updates
  • new Recorder (flute a la Verge) class (thanks to Mathias Bredholt)
  • updated Modulate class to allow noise rate control
  • new VS2017 project files
  • fix in FileLoop::getSize() to return file size (not chunk size)
  • updated versions of RtAudio and RtMidi

A distribution of the release with the configure script and documentation already generated is available at:

• https://ccrma.stanford.edu/software/stk/release/stk-4.6.1.tar.gz

Release 4.6.0

01 Sep 02:07
Compare
Choose a tag to compare
  • see github site for complete details
  • various build system updates
  • fixes in FileWvIn / FileLoop for normalisation and scaling, as well as file opening
  • bug fix for MAT-files in FileWrite
  • bug fix in MidiFileIn.cpp for timing and time-code formats
  • updated versions of RtAudio and RtMidi

A distribution of the release with the configure script and documentation already generated is available at:

Release 4.5.1

23 Feb 02:07
Compare
Choose a tag to compare
  • fix for FileWvIn / FileLoop classes to avoid keeping files open if not necessary
  • miscellaneous bug fixes, documented on GitHub site (github.com/thestk/stk)
  • update to play.cpp example to play mono files as stereo
  • bug fix in DelayL::setDelay() function
  • miscellanous build bug fixes

A distribution of the release with the configure script and documentation already generated is available at:

4.5.0: Release 4.5.0 tarball

26 Apr 20:36
Compare
Choose a tag to compare
  • updated versions of RtAudio and RtMidi, with associated renaming of RtError class to either RtAudioError or RtMidiError and addition of WASAPI support in Windows
  • added support in FileRead for little-endian AIFC file format
  • new iOS project files (thanks to Ariel Elkin)
  • bug fix in FreeVerb that could cause crackling for stereo input
  • various bug fixes and updates to minimize compiler warnings
  • ADSR fix for decay/release time calculations
  • various updates to build system