diff --git a/INSTALL.md b/INSTALL.md index d2e924e8..7e97c5e8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,5 +1,5 @@ # The Synthesis ToolKit in C++ (STK) -By Perry R. Cook and Gary P. Scavone, 1995-2019. +By Perry R. Cook and Gary P. Scavone, 1995-2021. The Synthesis ToolKit in C++ can be used in a variety of ways, depending on your particular needs. Some people simply choose the classes they need for a particular project and copy those to their project directory. Others like to compile and link to a library of object files. STK was not designed with one particular style of use in mind. diff --git a/LICENSE b/LICENSE index 2809c6b8..c6069996 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The Synthesis ToolKit in C++ (STK) -Copyright (c) 1995-2019 Perry R. Cook and Gary P. Scavone +Copyright (c) 1995-2021 Perry R. Cook and Gary P. Scavone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index d680519f..0c0a5744 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # The Synthesis ToolKit in C++ (STK) -By Perry R. Cook and Gary P. Scavone, 1995--2019. +By Perry R. Cook and Gary P. Scavone, 1995--2021. This distribution of the Synthesis ToolKit in C++ (STK) contains the following: diff --git a/STK.podspec b/STK.podspec index 7aac6d8b..e0886092 100644 --- a/STK.podspec +++ b/STK.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.name = 'STK' - spec.version = '4.6.1' + spec.version = '4.6.2' spec.summary = 'The Synthesis ToolKit in C++ is a set of open source audio signal processing and algorithmic synthesis classes.' spec.homepage = 'https://ccrma.stanford.edu/software/stk/' spec.source = { :git => 'https://github.com/thestk/stk.git', :tag => spec.version } diff --git a/configure.ac b/configure.ac index ce291507..74ef43e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(STK, 4.6.1, gary@music.mcgill.ca, stk) +AC_INIT(STK, 4.6.2, gary.scavone@mcgill.ca, stk) AC_CONFIG_AUX_DIR(config) AC_CONFIG_SRCDIR(src/Stk.cpp) AC_CONFIG_FILES(Makefile src/Makefile projects/demo/Makefile projects/effects/Makefile projects/ragamatic/Makefile projects/examples/Makefile projects/examples/libMakefile projects/eguitar/Makefile) diff --git a/doc/README-Linux.txt b/doc/README-Linux.txt index 649acd01..b9229315 100644 --- a/doc/README-Linux.txt +++ b/doc/README-Linux.txt @@ -1,6 +1,6 @@ The Synthesis ToolKit in C++ (STK) -By Perry R. Cook and Gary P. Scavone, 1995--2019. +By Perry R. Cook and Gary P. Scavone, 1995--2021. Please read the file README and INSTALL for more general STK information. diff --git a/doc/README-MacOSX.txt b/doc/README-MacOSX.txt index bba78f5a..cf46700f 100644 --- a/doc/README-MacOSX.txt +++ b/doc/README-MacOSX.txt @@ -1,6 +1,6 @@ The Synthesis ToolKit in C++ (STK) -By Perry R. Cook and Gary P. Scavone, 1995--2019. +By Perry R. Cook and Gary P. Scavone, 1995--2021. Please read the file README and INSTALL for more general STK information. diff --git a/doc/README-SGI.txt b/doc/README-SGI.txt index dbee674c..d37bf646 100644 --- a/doc/README-SGI.txt +++ b/doc/README-SGI.txt @@ -1,6 +1,6 @@ The Synthesis ToolKit in C++ (STK) -By Perry R. Cook and Gary P. Scavone, 1995--2019. +By Perry R. Cook and Gary P. Scavone, 1995--2021. Please read the file README and INSTALL for more general STK information. diff --git a/doc/README-Win.txt b/doc/README-Win.txt index d513d255..1ae34419 100644 --- a/doc/README-Win.txt +++ b/doc/README-Win.txt @@ -1,6 +1,6 @@ The Synthesis ToolKit in C++ (STK) -By Perry R. Cook and Gary P. Scavone, 1995--2019. +By Perry R. Cook and Gary P. Scavone, 1995--2021. Please read the file README.md for more general STK information. diff --git a/doc/ReleaseNotes.txt b/doc/ReleaseNotes.txt index c71de11f..00b737f1 100644 --- a/doc/ReleaseNotes.txt +++ b/doc/ReleaseNotes.txt @@ -1,6 +1,12 @@ The Synthesis ToolKit in C++ (STK) -By Perry R. Cook and Gary P. Scavone, 1995--2019. +By Perry R. Cook and Gary P. Scavone, 1995--2021. + +v.4.6.2 (16 November 2021) +- see github site for complete details (github.com/thestk/stk) +- bug fixes in LentPitShift and Granulate classes +- Makefile fixes +- miscellaneous bug fixes v.4.6.1 (18 April 2019) - see github site for complete details (github.com/thestk/stk) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index e049fbc3..012dacc3 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = STK # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 4.6.1 +PROJECT_NUMBER = 4.6.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer diff --git a/doc/doxygen/download.txt b/doc/doxygen/download.txt index 4df2a616..14657446 100644 --- a/doc/doxygen/download.txt +++ b/doc/doxygen/download.txt @@ -1,10 +1,16 @@ /*! \page download Download and Release Notes -\section down Download Version 4.6.1 (18 April 2019): +\section down Download Version 4.6.2 (16 November 2021): -- Source distribution +- Source distribution \section notes Release Notes: +\subsection v4dot6dot1 Version 4.6.2 +- see github site for complete details (github.com/thestk/stk) +- bug fixes in LentPitShift and Granulate classes +- Makefile fixes +- miscellaneous bug fixes + \subsection v4dot6dot1 Version 4.6.1 - see github site for complete details (github.com/thestk/stk) - various documentation updates diff --git a/doc/doxygen/faq.txt b/doc/doxygen/faq.txt index 990cac91..a4eff787 100644 --- a/doc/doxygen/faq.txt +++ b/doc/doxygen/faq.txt @@ -25,7 +25,7 @@ STK GitHub site: https://github.com/thestk/stk STK WWW site: http://ccrma.stanford.edu/software/stk/ The Synthesis ToolKit in C++ (STK) -Copyright (c) 1995--2019 Perry R. Cook and Gary P. Scavone +Copyright (c) 1995--2021 Perry R. Cook and Gary P. Scavone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/doc/doxygen/footer.html b/doc/doxygen/footer.html index 7a3c8d0d..a3f9d5a7 100644 --- a/doc/doxygen/footer.html +++ b/doc/doxygen/footer.html @@ -2,7 +2,7 @@
The Synthesis ToolKit in C++ (STK) |
©1995--2019 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |
©1995--2021 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |