diff --git a/INSTALL.md b/INSTALL.md index 3a9c676..d9dc24f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,9 +1,5 @@ -% The Synthesis ToolKit in C++ (STK) -% Perry R. Cook and Gary P. Scavone -% 1995--2017 - # The Synthesis ToolKit in C++ (STK) -By Perry R. Cook and Gary P. Scavone, 1995--2017. +By Perry R. Cook and Gary P. Scavone, 1995-2019. 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 2c6db7b..2809c6b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The Synthesis ToolKit in C++ (STK) -Copyright (c) 1995--2017 Perry R. Cook and Gary P. Scavone +Copyright (c) 1995-2019 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 8b05222..0d29ec7 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--2017. +By Perry R. Cook and Gary P. Scavone, 1995--2019. This distribution of the Synthesis ToolKit in C++ (STK) contains the following: diff --git a/doc/README-Linux.txt b/doc/README-Linux.txt index 9a060b8..649acd0 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--2017. +By Perry R. Cook and Gary P. Scavone, 1995--2019. 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 12387b2..bba78f5 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--2017. +By Perry R. Cook and Gary P. Scavone, 1995--2019. 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 b53da6e..dbee674 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--2017. +By Perry R. Cook and Gary P. Scavone, 1995--2019. 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 8c271af..d513d25 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--2017. +By Perry R. Cook and Gary P. Scavone, 1995--2019. Please read the file README.md for more general STK information. diff --git a/doc/ReleaseNotes.txt b/doc/ReleaseNotes.txt index 502e3ec..ffcbf96 100644 --- a/doc/ReleaseNotes.txt +++ b/doc/ReleaseNotes.txt @@ -1,6 +1,14 @@ The Synthesis ToolKit in C++ (STK) -By Perry R. Cook and Gary P. Scavone, 1995--2017. +By Perry R. Cook and Gary P. Scavone, 1995--2019. + +v.4.6.1 (18 April 2017) +- see github site for complete details (github.com/thestk/stk) +- 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) v.4.6.0 (31 August 2017) - see github site for complete details diff --git a/doc/doxygen/download.txt b/doc/doxygen/download.txt index 0b5b3a5..fede19c 100644 --- a/doc/doxygen/download.txt +++ b/doc/doxygen/download.txt @@ -1,10 +1,18 @@ /*! \page download Download, Release Notes, and Bug Fixes -\section down Download Version 4.6.0 (31 August 2017): +\section down Download Version 4.6.1 (18 April 2019): -- Source distribution +- Source distribution \section notes Release Notes: +\subsection v4dot6dot0 Version 4.6.1 +- see github site for complete details (github.com/thestk/stk) +- 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) + \subsection v4dot6dot0 Version 4.6.0 - see github site for complete details (github.com/thestk/stk) - various build system updates diff --git a/doc/doxygen/faq.txt b/doc/doxygen/faq.txt index 96871a5..990cac9 100644 --- a/doc/doxygen/faq.txt +++ b/doc/doxygen/faq.txt @@ -21,10 +21,11 @@ and Windows computer platforms. Generic, non-realtime support has been tested under NeXTStep, Sun, and other platforms and should work with any standard C++ compiler. +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--2017 Perry R. Cook and Gary P. Scavone +Copyright (c) 1995--2019 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 0da99d3..7a3c8d0 100644 --- a/doc/doxygen/footer.html +++ b/doc/doxygen/footer.html @@ -2,7 +2,7 @@ - +
The Synthesis ToolKit in C++ (STK)
©1995--2017 Perry R. Cook and Gary P. Scavone. All Rights Reserved.
©1995--2019 Perry R. Cook and Gary P. Scavone. All Rights Reserved.
diff --git a/doc/hierarchy.txt b/doc/hierarchy.txt index 4a419a5..caf4ce7 100644 --- a/doc/hierarchy.txt +++ b/doc/hierarchy.txt @@ -1,6 +1,6 @@ STK: A ToolKit of Audio Synthesis Classes and Instruments in C++ -By Perry R. Cook and Gary P. Scavone, 1995--2017. +By Perry R. Cook and Gary P. Scavone, 1995--2019. STK Classes - See the HTML documentation in the html directory for complete information. @@ -49,7 +49,7 @@ Stk -| UdpSocket .- Instrmnt -| |- Drummer | - |- Clarinet, BlowHole, Saxofony, Flute, Brass, BlowBotl, Bowed, Plucked, StifKarp, Sitar + |- Clarinet, BlowHole, Saxofony, Flute, Brass, BlowBotl, Bowed, Plucked, StifKarp, Sitar, Recorder | |- Shakers | @@ -129,6 +129,7 @@ Clarinet.cpp Pretty Good Clarinet DelayL, ReedTabl, OneZero, Envel BlowHole.cpp Clarinet w/ Tone & Vent Holes DelayL, ReedTabl, OneZero, Envelope, Noise, WaveLoop, PoleZero Saxofony.cpp A Faux Saxophone DelayL, ReedTabl, OneZero, Envelope, Noise, WaveLoop Flute.cpp Pretty Good Flute JetTabl, DelayL, OnePole, PoleZero, Noise, ADSR, WaveLoop +Recorder.cpp A More Physical Flute DelayL, IIR, Noise, ADSR, SineWave BlowBotl.cpp Blown Bottle JetTabl, BiQuad, PoleZero, Noise, ADSR, WaveLoop BandedWG.cpp Banded Waveguide Meta-Object Delay, BowTabl, ADSR, BiQuad Modal.cpp N Resonances Envelope, WaveLoop, BiQuad, OnePole diff --git a/include/ADSR.h b/include/ADSR.h index bf0b47f..1246083 100644 --- a/include/ADSR.h +++ b/include/ADSR.h @@ -17,7 +17,7 @@ namespace stk { be non-negative. All time settings are in seconds and must be positive. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Asymp.h b/include/Asymp.h index 17021b6..cd5e9e9 100644 --- a/include/Asymp.h +++ b/include/Asymp.h @@ -26,7 +26,7 @@ namespace stk { to \e keyOn and \e keyOff messages by ramping to 1.0 on keyOn and to 0.0 on keyOff. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/BandedWG.h b/include/BandedWG.h index 9eeb082..f0ed738 100644 --- a/include/BandedWG.h +++ b/include/BandedWG.h @@ -35,7 +35,7 @@ namespace stk { - Glass Harmonica = 2 - Tibetan Bowl = 3 - by Georg Essl, 1999 - 2004. + by Georg Essl, 1999--2004. Modified for STK 4.0 by Gary Scavone. */ /***************************************************/ diff --git a/include/BeeThree.h b/include/BeeThree.h index 07a176f..69fce0f 100644 --- a/include/BeeThree.h +++ b/include/BeeThree.h @@ -35,7 +35,7 @@ namespace stk { type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/BiQuad.h b/include/BiQuad.h index 9e6f42d..de8aecf 100644 --- a/include/BiQuad.h +++ b/include/BiQuad.h @@ -13,7 +13,7 @@ namespace stk { Methods are provided for creating a resonance or notch in the frequency response while maintaining a constant filter gain. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/BlitSquare.h b/include/BlitSquare.h index bd43ad6..9a3f4ab 100644 --- a/include/BlitSquare.h +++ b/include/BlitSquare.h @@ -35,7 +35,7 @@ namespace stk { in the presence of significant aliasing. Based on initial code of Robin Davies, 2005. - Modified algorithm code by Gary Scavone, 2005 - 2006. + Modified algorithm code by Gary Scavone, 2005--2006. */ /***************************************************/ diff --git a/include/BlowBotl.h b/include/BlowBotl.h index f1f6f16..23578d1 100644 --- a/include/BlowBotl.h +++ b/include/BlowBotl.h @@ -25,7 +25,7 @@ namespace stk { - Vibrato Gain = 1 - Volume = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/BlowHole.h b/include/BlowHole.h index 76ace67..884e2e7 100644 --- a/include/BlowHole.h +++ b/include/BlowHole.h @@ -43,7 +43,7 @@ namespace stk { - Register State = 1 - Breath Pressure = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/BowTable.h b/include/BowTable.h index 1e73e04..752e42b 100644 --- a/include/BowTable.h +++ b/include/BowTable.h @@ -15,7 +15,7 @@ namespace stk { (1986). The output is an instantaneous reflection coefficient value. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Bowed.h b/include/Bowed.h index 375b63d..c9495ae 100644 --- a/include/Bowed.h +++ b/include/Bowed.h @@ -32,7 +32,7 @@ namespace stk { - Frequency = 101 - Volume = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. Contributions by Esteban Maestre, 2011. */ /***************************************************/ diff --git a/include/Brass.h b/include/Brass.h index fa81f20..b3c09b1 100644 --- a/include/Brass.h +++ b/include/Brass.h @@ -28,7 +28,7 @@ namespace stk { - Vibrato Gain = 1 - Volume = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Chorus.h b/include/Chorus.h index d518d93..4806879 100644 --- a/include/Chorus.h +++ b/include/Chorus.h @@ -14,7 +14,7 @@ namespace stk { This class implements a chorus effect. It takes a monophonic input signal and produces a stereo output signal. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Clarinet.h b/include/Clarinet.h index 3be148b..c53c42a 100644 --- a/include/Clarinet.h +++ b/include/Clarinet.h @@ -31,7 +31,7 @@ namespace stk { - Vibrato Gain = 1 - Breath Pressure = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Delay.h b/include/Delay.h index 5a9b79c..2e5d614 100644 --- a/include/Delay.h +++ b/include/Delay.h @@ -17,7 +17,7 @@ namespace stk { A non-interpolating delay line is typically used in fixed delay-length applications, such as for reverberation. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/DelayA.h b/include/DelayA.h index 7ca1aa6..3a07691 100644 --- a/include/DelayA.h +++ b/include/DelayA.h @@ -21,7 +21,7 @@ namespace stk { minimum delay possible in this implementation is limited to a value of 0.5. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/DelayL.h b/include/DelayL.h index a316c6d..0cee731 100644 --- a/include/DelayL.h +++ b/include/DelayL.h @@ -20,7 +20,7 @@ namespace stk { delay setting. The use of higher order Lagrange interpolators can typically improve (minimize) this attenuation characteristic. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Drummer.h b/include/Drummer.h index a1e10ef..3ee568a 100644 --- a/include/Drummer.h +++ b/include/Drummer.h @@ -20,7 +20,7 @@ namespace stk { of simultaneous voices) via a #define in the Drummer.h. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Echo.h b/include/Echo.h index 4325dbc..eb9b9be 100644 --- a/include/Echo.h +++ b/include/Echo.h @@ -12,7 +12,7 @@ namespace stk { This class implements an echo effect. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Effect.h b/include/Effect.h index cd3a27b..fab7269 100644 --- a/include/Effect.h +++ b/include/Effect.h @@ -14,7 +14,7 @@ namespace stk { subclasses. It is general enough to support both monophonic and polyphonic input/output classes. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Envelope.h b/include/Envelope.h index ff7aee4..743c829 100644 --- a/include/Envelope.h +++ b/include/Envelope.h @@ -14,7 +14,7 @@ namespace stk { specified \e rate. It also responds to simple \e keyOn and \e keyOff messages, ramping to 1.0 on keyOn and to 0.0 on keyOff. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/FM.h b/include/FM.h index cc88270..0a0b35c 100644 --- a/include/FM.h +++ b/include/FM.h @@ -30,7 +30,7 @@ namespace stk { type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/FMVoices.h b/include/FMVoices.h index 937dad6..96df0ba 100644 --- a/include/FMVoices.h +++ b/include/FMVoices.h @@ -33,7 +33,7 @@ namespace stk { type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/FileLoop.h b/include/FileLoop.h index 10914e7..b21c326 100644 --- a/include/FileLoop.h +++ b/include/FileLoop.h @@ -19,7 +19,7 @@ namespace stk { the overloaded one that takes an StkFrames object for multi-channel and/or multi-frame data. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/FileRead.h b/include/FileRead.h index abc75ea..20adcdc 100644 --- a/include/FileRead.h +++ b/include/FileRead.h @@ -34,7 +34,7 @@ namespace stk { such variable is found, the sample rate is assumed to be 44100 Hz. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/FileWrite.h b/include/FileWrite.h index 19f8dad..285ece9 100644 --- a/include/FileWrite.h +++ b/include/FileWrite.h @@ -24,7 +24,7 @@ namespace stk { type, the data type will automatically be modified. Compressed data types are not supported. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/FileWvIn.h b/include/FileWvIn.h index 8842f98..3f1f0dd 100644 --- a/include/FileWvIn.h +++ b/include/FileWvIn.h @@ -45,7 +45,7 @@ namespace stk { See the FileRead class for a description of the supported audio file formats. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/FileWvOut.h b/include/FileWvOut.h index 1d15672..5c18743 100644 --- a/include/FileWvOut.h +++ b/include/FileWvOut.h @@ -25,7 +25,7 @@ namespace stk { Currently, FileWvOut is non-interpolating and the output rate is always Stk::sampleRate(). - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Filter.h b/include/Filter.h index c624788..91d5870 100644 --- a/include/Filter.h +++ b/include/Filter.h @@ -15,7 +15,7 @@ namespace stk { filter subclasses. It is general enough to support both monophonic and polyphonic input/output classes. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Fir.h b/include/Fir.h index db46759..d2cb013 100644 --- a/include/Fir.h +++ b/include/Fir.h @@ -23,7 +23,7 @@ namespace stk { This structure results in one extra multiply per computed sample, but allows easy control of the overall filter gain. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Flute.h b/include/Flute.h index dc0ff29..4fdb532 100644 --- a/include/Flute.h +++ b/include/Flute.h @@ -32,7 +32,7 @@ namespace stk { - Vibrato Gain = 1 - Breath Pressure = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/FormSwep.h b/include/FormSwep.h index 7f75c7f..a79a358 100644 --- a/include/FormSwep.h +++ b/include/FormSwep.h @@ -13,7 +13,7 @@ namespace stk { over time from one frequency setting to another. It provides methods for controlling the sweep rate and target frequency. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Function.h b/include/Function.h index 6ae806b..dc2925e 100644 --- a/include/Function.h +++ b/include/Function.h @@ -13,7 +13,7 @@ namespace stk { implement tables or other types of input to output function mappings. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Generator.h b/include/Generator.h index 39b999b..724328e 100644 --- a/include/Generator.h +++ b/include/Generator.h @@ -13,7 +13,7 @@ namespace stk { generator sample-source subclasses. It is general enough to support both monophonic and polyphonic output classes. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Granulate.h b/include/Granulate.h index e406aa6..471ae57 100644 --- a/include/Granulate.h +++ b/include/Granulate.h @@ -21,7 +21,7 @@ namespace stk { Chris Rolfe and Damian Keller, though there are likely to be a number of differences in the actual implementation. - by Gary Scavone, 2005 - 2010. + by Gary Scavone, 2005--2019. */ /***************************************************/ diff --git a/include/HevyMetl.h b/include/HevyMetl.h index 513601a..76f02c5 100644 --- a/include/HevyMetl.h +++ b/include/HevyMetl.h @@ -31,7 +31,7 @@ namespace stk { type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Iir.h b/include/Iir.h index 8ef6536..05e4464 100644 --- a/include/Iir.h +++ b/include/Iir.h @@ -27,7 +27,7 @@ namespace stk { This structure results in one extra multiply per computed sample, but allows easy control of the overall filter gain. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/InetWvIn.h b/include/InetWvIn.h index 3fff111..39da613 100644 --- a/include/InetWvIn.h +++ b/include/InetWvIn.h @@ -31,7 +31,7 @@ namespace stk { data type for the incoming stream is signed 16-bit integers, though any of the defined StkFormats are permissible. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/InetWvOut.h b/include/InetWvOut.h index 007303c..84e3dfc 100644 --- a/include/InetWvOut.h +++ b/include/InetWvOut.h @@ -25,7 +25,7 @@ namespace stk { data type is signed 16-bit integers but any of the defined StkFormats are permissible. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Instrmnt.h b/include/Instrmnt.h index f6f2bd3..76b26d4 100644 --- a/include/Instrmnt.h +++ b/include/Instrmnt.h @@ -12,7 +12,7 @@ namespace stk { This class provides a common interface for all STK instruments. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/JCRev.h b/include/JCRev.h index 6864f49..e09a08f 100644 --- a/include/JCRev.h +++ b/include/JCRev.h @@ -24,7 +24,7 @@ namespace stk { one-pole lowpass filters have been added inside the feedback comb filters. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/JetTable.h b/include/JetTable.h index 722f1b8..7a1207c 100644 --- a/include/JetTable.h +++ b/include/JetTable.h @@ -16,7 +16,7 @@ namespace stk { Consult Fletcher and Rossing, Karjalainen, Cook, and others for more information. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Mandolin.h b/include/Mandolin.h index 40117f4..26e4543 100644 --- a/include/Mandolin.h +++ b/include/Mandolin.h @@ -31,7 +31,7 @@ namespace stk { - String Detuning = 1 - Microphone Position = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Mesh2D.h b/include/Mesh2D.h index 18324b4..e1a5e77 100644 --- a/include/Mesh2D.h +++ b/include/Mesh2D.h @@ -27,7 +27,7 @@ namespace stk { - Mesh Decay = 11 - X-Y Input Position = 1 - by Julius Smith, 2000 - 2002. + by Julius Smith, 2000--2002. Revised by Gary Scavone for STK, 2002. */ /***************************************************/ diff --git a/include/Messager.h b/include/Messager.h index 49777fd..fd51256 100644 --- a/include/Messager.h +++ b/include/Messager.h @@ -46,7 +46,7 @@ namespace stk { This class is primarily for use in STK example programs but it is generic enough to work in many other contexts. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/MidiFileIn.h b/include/MidiFileIn.h index cb583fe..d4e1c48 100644 --- a/include/MidiFileIn.h +++ b/include/MidiFileIn.h @@ -22,7 +22,7 @@ namespace stk { Tempo changes are internally tracked by the class and reflected in the values returned by the function getTickSeconds(). - by Gary P. Scavone, 2003 - 2010. + by Gary P. Scavone, 2003--2019. */ /**********************************************************************/ diff --git a/include/Modal.h b/include/Modal.h index b4cdb73..dd48e50 100644 --- a/include/Modal.h +++ b/include/Modal.h @@ -19,7 +19,7 @@ namespace stk { (non-sweeping BiQuad filters), where N is set during instantiation. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/ModalBar.h b/include/ModalBar.h index 848542d..2948242 100644 --- a/include/ModalBar.h +++ b/include/ModalBar.h @@ -31,7 +31,7 @@ namespace stk { - Two Fixed = 7 - Clump = 8 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Modulate.h b/include/Modulate.h index c668cc3..432906a 100644 --- a/include/Modulate.h +++ b/include/Modulate.h @@ -16,7 +16,7 @@ namespace stk { modulations to give a nice, natural human modulation function. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Moog.h b/include/Moog.h index b75c9d2..d399e33 100644 --- a/include/Moog.h +++ b/include/Moog.h @@ -22,7 +22,7 @@ namespace stk { - Vibrato Gain = 1 - Gain = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Mutex.h b/include/Mutex.h index 0897972..61d2ce1 100644 --- a/include/Mutex.h +++ b/include/Mutex.h @@ -29,7 +29,7 @@ namespace stk { systems, the pthread library is used. Under Windows, critical sections are used. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/NRev.h b/include/NRev.h index 7a2454b..7ff137b 100644 --- a/include/NRev.h +++ b/include/NRev.h @@ -18,7 +18,7 @@ namespace stk { another allpass in series, followed by two allpass filters in parallel with corresponding right and left outputs. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Noise.h b/include/Noise.h index 8b68f87..67cc2d4 100644 --- a/include/Noise.h +++ b/include/Noise.h @@ -14,7 +14,7 @@ namespace stk { C rand() function. The quality of the rand() function varies from one OS to another. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/OnePole.h b/include/OnePole.h index d9a403e..069b268 100644 --- a/include/OnePole.h +++ b/include/OnePole.h @@ -13,7 +13,7 @@ namespace stk { provided for setting the pole position along the real axis of the z-plane while maintaining a constant peak filter gain. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/OneZero.h b/include/OneZero.h index e3ecf0f..8f0bc73 100644 --- a/include/OneZero.h +++ b/include/OneZero.h @@ -13,7 +13,7 @@ namespace stk { provided for setting the zero position along the real axis of the z-plane while maintaining a constant filter gain. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/PRCRev.h b/include/PRCRev.h index a265955..b5c659c 100644 --- a/include/PRCRev.h +++ b/include/PRCRev.h @@ -17,7 +17,7 @@ namespace stk { allpass and comb delay filters. This class implements two series allpass units and two parallel comb filters. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/PercFlut.h b/include/PercFlut.h index d5e2204..45df7f8 100644 --- a/include/PercFlut.h +++ b/include/PercFlut.h @@ -29,7 +29,7 @@ namespace stk { type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Phonemes.h b/include/Phonemes.h index ef1bf90..c548716 100644 --- a/include/Phonemes.h +++ b/include/Phonemes.h @@ -13,7 +13,7 @@ namespace stk { set of 32 static phoneme formant parameters and provide access to those values. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/PitShift.h b/include/PitShift.h index 3e6e9fd..a897cca 100644 --- a/include/PitShift.h +++ b/include/PitShift.h @@ -13,7 +13,7 @@ namespace stk { This class implements a simple pitch shifter using delay lines. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Plucked.h b/include/Plucked.h index 9b642fe..b19ed07 100644 --- a/include/Plucked.h +++ b/include/Plucked.h @@ -27,7 +27,7 @@ namespace stk { Stanford, bearing the names of Karplus and/or Strong. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/PoleZero.h b/include/PoleZero.h index 08c6bb3..69f1e36 100644 --- a/include/PoleZero.h +++ b/include/PoleZero.h @@ -14,7 +14,7 @@ namespace stk { coefficient. Another method is provided to create a DC blocking filter. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/ReedTable.h b/include/ReedTable.h index e27a1c3..487d10f 100644 --- a/include/ReedTable.h +++ b/include/ReedTable.h @@ -20,7 +20,7 @@ namespace stk { Smith (1986), Hirschman, Cook, Scavone, and others for more information. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Resonate.h b/include/Resonate.h index 7712c24..406a550 100644 --- a/include/Resonate.h +++ b/include/Resonate.h @@ -23,7 +23,7 @@ namespace stk { - Zero Radii = 1 - Envelope Gain = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Rhodey.h b/include/Rhodey.h index 0704ee1..4131741 100644 --- a/include/Rhodey.h +++ b/include/Rhodey.h @@ -33,7 +33,7 @@ namespace stk { type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/RtAudio.h b/include/RtAudio.h index abe44f9..ee28957 100644 --- a/include/RtAudio.h +++ b/include/RtAudio.h @@ -10,7 +10,7 @@ RtAudio WWW site: http://www.music.mcgill.ca/~gary/rtaudio/ RtAudio: realtime audio i/o C++ classes - Copyright (c) 2001-2017 Gary P. Scavone + Copyright (c) 2001-2019 Gary P. Scavone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files diff --git a/include/RtMidi.h b/include/RtMidi.h index 9ba3fb1..e55283e 100644 --- a/include/RtMidi.h +++ b/include/RtMidi.h @@ -8,7 +8,7 @@ RtMidi WWW site: http://music.mcgill.ca/~gary/rtmidi/ RtMidi: realtime MIDI i/o C++ classes - Copyright (c) 2003-2017 Gary P. Scavone + Copyright (c) 2003-2019 Gary P. Scavone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files @@ -189,7 +189,7 @@ class RtMidi possible to open a virtual input port to which other MIDI software clients can connect. - by Gary P. Scavone, 2003-2017. + by Gary P. Scavone, 2003-2019. */ /**********************************************************************/ @@ -350,7 +350,7 @@ class RtMidiIn : public RtMidi OS-X, Linux ALSA and JACK MIDI APIs, it is also possible to open a virtual port to which other MIDI software clients can connect. - by Gary P. Scavone, 2003-2017. + by Gary P. Scavone, 2003-2019. */ /**********************************************************************/ diff --git a/include/RtWvIn.h b/include/RtWvIn.h index ddfeb38..df0fcbf 100644 --- a/include/RtWvIn.h +++ b/include/RtWvIn.h @@ -24,7 +24,7 @@ namespace stk { that takes an StkFrames object for multi-channel and/or multi-frame data. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/RtWvOut.h b/include/RtWvOut.h index 40383cd..fda8aec 100644 --- a/include/RtWvOut.h +++ b/include/RtWvOut.h @@ -23,7 +23,7 @@ namespace stk { that takes a reference to an StkFrames object for multi-channel and/or multi-frame data. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/SKINImsg.h b/include/SKINImsg.h index bc6f59d..a877ea7 100644 --- a/include/SKINImsg.h +++ b/include/SKINImsg.h @@ -9,7 +9,7 @@ where is the string used in the SKINI stream. - by Perry R. Cook, 1995--2017. + by Perry R. Cook, 1995--2019. */ /*********************************************************/ diff --git a/include/Sampler.h b/include/Sampler.h index 55b6423..2cff6d1 100644 --- a/include/Sampler.h +++ b/include/Sampler.h @@ -15,7 +15,7 @@ namespace stk { This instrument provides an ADSR envelope, a one-pole filter, and structures for an arbitrary number of attack and looped files. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Saxofony.h b/include/Saxofony.h index 341e601..fa92c66 100644 --- a/include/Saxofony.h +++ b/include/Saxofony.h @@ -44,7 +44,7 @@ namespace stk { - Vibrato Gain = 1 - Breath Pressure = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Shakers.h b/include/Shakers.h index a08cf32..e3bc1a5 100644 --- a/include/Shakers.h +++ b/include/Shakers.h @@ -53,7 +53,7 @@ namespace stk { - Water Drops = 21 - Tuned Bamboo Chimes = 22 - by Perry R. Cook with updates by Gary Scavone, 1995--2017. + by Perry R. Cook with updates by Gary Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Simple.h b/include/Simple.h index 90a87e8..890e986 100644 --- a/include/Simple.h +++ b/include/Simple.h @@ -25,7 +25,7 @@ namespace stk { - Envelope Rate = 11 - Gain = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/SineWave.h b/include/SineWave.h index 2c9df96..b3e095f 100644 --- a/include/SineWave.h +++ b/include/SineWave.h @@ -18,7 +18,7 @@ namespace stk { The "table" length, set in SineWave.h, is 2048 samples by default. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/SingWave.h b/include/SingWave.h index 188aa85..16475b0 100644 --- a/include/SingWave.h +++ b/include/SingWave.h @@ -18,7 +18,7 @@ namespace stk { Within STK, it is used as an excitation source for other instruments. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Sitar.h b/include/Sitar.h index e08e3e2..66e38bb 100644 --- a/include/Sitar.h +++ b/include/Sitar.h @@ -25,7 +25,7 @@ namespace stk { Stanford, bearing the names of Karplus and/or Strong. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Skini.h b/include/Skini.h index 53a7254..8687b43 100644 --- a/include/Skini.h +++ b/include/Skini.h @@ -31,7 +31,7 @@ namespace stk { \sa \ref skini - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Socket.h b/include/Socket.h index 44ac13d..981dc7d 100644 --- a/include/Socket.h +++ b/include/Socket.h @@ -31,7 +31,7 @@ namespace stk { number of static functions for use with external socket descriptors. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Sphere.h b/include/Sphere.h index 0483387..0dfc833 100644 --- a/include/Sphere.h +++ b/include/Sphere.h @@ -13,7 +13,7 @@ namespace stk { This class implements a spherical ball with radius, mass, position, and velocity parameters. - by Perry R. Cook, 1995--2017. + by Perry R. Cook, 1995--2019. */ /***************************************************/ diff --git a/include/StifKarp.h b/include/StifKarp.h index 91c517e..dcf3a49 100644 --- a/include/StifKarp.h +++ b/include/StifKarp.h @@ -29,7 +29,7 @@ namespace stk { - String Sustain = 11 - String Stretch = 1 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Stk.h b/include/Stk.h index 807c8c6..0b0a405 100644 --- a/include/Stk.h +++ b/include/Stk.h @@ -40,7 +40,7 @@ namespace stk { STK WWW site: http://ccrma.stanford.edu/software/stk/ The Synthesis ToolKit in C++ (STK) - Copyright (c) 1995--2017 Perry R. Cook and Gary P. Scavone + Copyright (c) 1995--2019 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 @@ -268,7 +268,7 @@ protected: Possible future improvements in this class could include functions to convert to and return other data types. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/TapDelay.h b/include/TapDelay.h index ee7aa3c..63cd2cf 100644 --- a/include/TapDelay.h +++ b/include/TapDelay.h @@ -17,7 +17,7 @@ namespace stk { A non-interpolating delay line is typically used in fixed delay-length applications, such as for reverberation. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/TcpClient.h b/include/TcpClient.h index ad3a771..d219c33 100644 --- a/include/TcpClient.h +++ b/include/TcpClient.h @@ -26,7 +26,7 @@ namespace stk { less than or equal to zero indicate a closed or lost connection or the occurence of an error. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/TcpServer.h b/include/TcpServer.h index 4e3b073..cf4b622 100644 --- a/include/TcpServer.h +++ b/include/TcpServer.h @@ -26,7 +26,7 @@ namespace stk { less than or equal to zero indicate a closed or lost connection or the occurence of an error. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Thread.h b/include/Thread.h index e4dd7f3..afaf897 100644 --- a/include/Thread.h +++ b/include/Thread.h @@ -42,7 +42,7 @@ namespace stk { THREAD_RETURN THREAD_TYPE thread_function(void *ptr) - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/TubeBell.h b/include/TubeBell.h index 36137b0..5f38e45 100644 --- a/include/TubeBell.h +++ b/include/TubeBell.h @@ -33,7 +33,7 @@ namespace stk { type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Twang.h b/include/Twang.h index 0e3b18a..3c92102 100644 --- a/include/Twang.h +++ b/include/Twang.h @@ -27,7 +27,7 @@ namespace stk { use possibly subject to patents held by Stanford University, Yamaha, and others. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/TwoPole.h b/include/TwoPole.h index 27caa62..50c8c88 100644 --- a/include/TwoPole.h +++ b/include/TwoPole.h @@ -13,7 +13,7 @@ namespace stk { provided for creating a resonance in the frequency response while maintaining a nearly constant filter gain. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/TwoZero.h b/include/TwoZero.h index d2ebda2..3f7d14e 100644 --- a/include/TwoZero.h +++ b/include/TwoZero.h @@ -13,7 +13,7 @@ namespace stk { provided for creating a "notch" in the frequency response while maintaining a constant filter gain. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/UdpSocket.h b/include/UdpSocket.h index 954f7cb..a1097d2 100644 --- a/include/UdpSocket.h +++ b/include/UdpSocket.h @@ -24,7 +24,7 @@ namespace stk { read/write methods. Values less than or equal to zero indicate the occurence of an error. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Vector3D.h b/include/Vector3D.h index 6520b36..539de72 100644 --- a/include/Vector3D.h +++ b/include/Vector3D.h @@ -12,7 +12,7 @@ namespace stk { This class implements a three-dimensional vector. - by Perry R. Cook, 1995--2017. + by Perry R. Cook, 1995--2019. */ /***************************************************/ diff --git a/include/VoicForm.h b/include/VoicForm.h index 68cc520..4ce4e61 100644 --- a/include/VoicForm.h +++ b/include/VoicForm.h @@ -34,7 +34,7 @@ namespace stk { - Vibrato Gain = 1 - Loudness (Spectral Tilt) = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Voicer.h b/include/Voicer.h index c5fdc83..0bd6dda 100644 --- a/include/Voicer.h +++ b/include/Voicer.h @@ -27,7 +27,7 @@ namespace stk { Alternately, control changes can be sent to all voices in a given group. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/Whistle.h b/include/Whistle.h index d97398c..bacb908 100644 --- a/include/Whistle.h +++ b/include/Whistle.h @@ -25,7 +25,7 @@ namespace stk { - Blowing Frequency Modulation = 2 - Volume = 128 - by Perry R. Cook 1995--2017. + by Perry R. Cook 1995--2019. */ /***************************************************/ diff --git a/include/Wurley.h b/include/Wurley.h index 0eb5f90..f554b4f 100644 --- a/include/Wurley.h +++ b/include/Wurley.h @@ -33,7 +33,7 @@ namespace stk { type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/WvIn.h b/include/WvIn.h index 882c5e2..f06e1bd 100644 --- a/include/WvIn.h +++ b/include/WvIn.h @@ -12,7 +12,7 @@ namespace stk { This class provides common functionality for a variety of audio data input subclasses. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/include/WvOut.h b/include/WvOut.h index 8fe3c4d..0f216ba 100644 --- a/include/WvOut.h +++ b/include/WvOut.h @@ -15,7 +15,7 @@ namespace stk { Currently, WvOut is non-interpolating and the output rate is always Stk::sampleRate(). - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/ADSR.cpp b/src/ADSR.cpp index 53225f2..e0fb378 100644 --- a/src/ADSR.cpp +++ b/src/ADSR.cpp @@ -9,7 +9,7 @@ the ADSR::RELEASE state. All rate, target and level settings must be non-negative. All time settings must be positive. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Asymp.cpp b/src/Asymp.cpp index a9673cf..6306c74 100644 --- a/src/Asymp.cpp +++ b/src/Asymp.cpp @@ -19,7 +19,7 @@ to \e keyOn and \e keyOff messages by ramping to 1.0 on keyOn and to 0.0 on keyOff. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/BandedWG.cpp b/src/BandedWG.cpp index 6f285cb..5df80ac 100644 --- a/src/BandedWG.cpp +++ b/src/BandedWG.cpp @@ -24,7 +24,7 @@ - Glass Harmonica = 2 - Tibetan Bowl = 3 - by Georg Essl, 1999 - 2004. + by Georg Essl, 1999--2004. Modified for STK 4.0 by Gary Scavone. */ /***************************************************/ diff --git a/src/BeeThree.cpp b/src/BeeThree.cpp index f1fff82..ed2ded0 100644 --- a/src/BeeThree.cpp +++ b/src/BeeThree.cpp @@ -28,7 +28,7 @@ type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/BiQuad.cpp b/src/BiQuad.cpp index 8fe1904..2df2778 100644 --- a/src/BiQuad.cpp +++ b/src/BiQuad.cpp @@ -6,7 +6,7 @@ Methods are provided for creating a resonance or notch in the frequency response while maintaining a constant filter gain. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/BlitSquare.cpp b/src/BlitSquare.cpp index bf96697..2a51b07 100644 --- a/src/BlitSquare.cpp +++ b/src/BlitSquare.cpp @@ -26,7 +26,7 @@ in the presence of significant aliasing. Based on initial code of Robin Davies, 2005 - Modified algorithm code by Gary Scavone, 2005 - 2010. + Modified algorithm code by Gary Scavone, 2005--2010. */ /***************************************************/ diff --git a/src/BlowBotl.cpp b/src/BlowBotl.cpp index 866e2e8..2383fc5 100644 --- a/src/BlowBotl.cpp +++ b/src/BlowBotl.cpp @@ -12,7 +12,7 @@ - Vibrato Gain = 1 - Volume = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/BlowHole.cpp b/src/BlowHole.cpp index 0707c31..d3b2322 100644 --- a/src/BlowHole.cpp +++ b/src/BlowHole.cpp @@ -29,7 +29,7 @@ - Register State = 1 - Breath Pressure = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Bowed.cpp b/src/Bowed.cpp index e6a26de..1becfc9 100644 --- a/src/Bowed.cpp +++ b/src/Bowed.cpp @@ -19,7 +19,7 @@ - Frequency = 101 - Volume = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. Contributions by Esteban Maestre, 2011. */ /***************************************************/ diff --git a/src/Brass.cpp b/src/Brass.cpp index da0082f..bbc77a7 100644 --- a/src/Brass.cpp +++ b/src/Brass.cpp @@ -16,7 +16,7 @@ - Vibrato Gain = 1 - Volume = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Chorus.cpp b/src/Chorus.cpp index f4c9543..4bdf0f9 100644 --- a/src/Chorus.cpp +++ b/src/Chorus.cpp @@ -5,7 +5,7 @@ This class implements a chorus effect. It takes a monophonic input signal and produces a stereo output signal. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Clarinet.cpp b/src/Clarinet.cpp index 3566422..7546e9f 100644 --- a/src/Clarinet.cpp +++ b/src/Clarinet.cpp @@ -18,7 +18,7 @@ - Vibrato Gain = 1 - Breath Pressure = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Delay.cpp b/src/Delay.cpp index 9688995..28e19ef 100644 --- a/src/Delay.cpp +++ b/src/Delay.cpp @@ -10,7 +10,7 @@ A non-interpolating delay line is typically used in fixed delay-length applications, such as for reverberation. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/DelayA.cpp b/src/DelayA.cpp index 6b6e2f2..5dfb602 100644 --- a/src/DelayA.cpp +++ b/src/DelayA.cpp @@ -14,7 +14,7 @@ minimum delay possible in this implementation is limited to a value of 0.5. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/DelayL.cpp b/src/DelayL.cpp index 9813c06..b5891c3 100644 --- a/src/DelayL.cpp +++ b/src/DelayL.cpp @@ -13,7 +13,7 @@ delay setting. The use of higher order Lagrange interpolators can typically improve (minimize) this attenuation characteristic. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Drummer.cpp b/src/Drummer.cpp index 73e400f..916c120 100644 --- a/src/Drummer.cpp +++ b/src/Drummer.cpp @@ -11,7 +11,7 @@ of simultaneous voices) via a #define in the Drummer.h. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Echo.cpp b/src/Echo.cpp index c5fedbd..f2ce1e1 100644 --- a/src/Echo.cpp +++ b/src/Echo.cpp @@ -4,7 +4,7 @@ This class implements an echo effect. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Envelope.cpp b/src/Envelope.cpp index 5a9af69..9030ded 100644 --- a/src/Envelope.cpp +++ b/src/Envelope.cpp @@ -7,7 +7,7 @@ specified \e rate. It also responds to simple \e keyOn and \e keyOff messages, ramping to 1.0 on keyOn and to 0.0 on keyOff. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/FM.cpp b/src/FM.cpp index a41752e..e3f4459 100644 --- a/src/FM.cpp +++ b/src/FM.cpp @@ -19,7 +19,7 @@ type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/FMVoices.cpp b/src/FMVoices.cpp index e6611aa..328d9e0 100644 --- a/src/FMVoices.cpp +++ b/src/FMVoices.cpp @@ -26,7 +26,7 @@ type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/FileLoop.cpp b/src/FileLoop.cpp index 4113f88..2342cee 100644 --- a/src/FileLoop.cpp +++ b/src/FileLoop.cpp @@ -12,7 +12,7 @@ the overloaded one that takes an StkFrames object for multi-channel and/or multi-frame data. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/FileRead.cpp b/src/FileRead.cpp index 1bddd82..d2feb85 100644 --- a/src/FileRead.cpp +++ b/src/FileRead.cpp @@ -27,7 +27,7 @@ such variable is found, the sample rate is assumed to be 44100 Hz. - by Perry R. Cook and Gary P. Scavone, 1995 - 2007. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/FileWrite.cpp b/src/FileWrite.cpp index 74b6eb0..d2200ac 100644 --- a/src/FileWrite.cpp +++ b/src/FileWrite.cpp @@ -17,7 +17,7 @@ type, the data type will automatically be modified. Compressed data types are not supported. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/FileWvIn.cpp b/src/FileWvIn.cpp index 0ee2eb3..7fb9cbb 100644 --- a/src/FileWvIn.cpp +++ b/src/FileWvIn.cpp @@ -27,7 +27,7 @@ See the FileRead class for a description of the supported audio file formats. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/FileWvOut.cpp b/src/FileWvOut.cpp index fb6349c..d418892 100644 --- a/src/FileWvOut.cpp +++ b/src/FileWvOut.cpp @@ -17,7 +17,7 @@ Currently, FileWvOut is non-interpolating and the output rate is always Stk::sampleRate(). - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Fir.cpp b/src/Fir.cpp index 5b79ba5..8411d5a 100644 --- a/src/Fir.cpp +++ b/src/Fir.cpp @@ -16,7 +16,7 @@ This structure results in one extra multiply per computed sample, but allows easy control of the overall filter gain. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Flute.cpp b/src/Flute.cpp index 0010db7..b0ecd43 100644 --- a/src/Flute.cpp +++ b/src/Flute.cpp @@ -18,7 +18,7 @@ - Vibrato Gain = 1 - Breath Pressure = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/FormSwep.cpp b/src/FormSwep.cpp index df3b8d3..6cd39d0 100644 --- a/src/FormSwep.cpp +++ b/src/FormSwep.cpp @@ -6,7 +6,7 @@ over time from one frequency setting to another. It provides methods for controlling the sweep rate and target frequency. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Granulate.cpp b/src/Granulate.cpp index a654159..ef362f6 100644 --- a/src/Granulate.cpp +++ b/src/Granulate.cpp @@ -11,7 +11,7 @@ Chris Rolfe and Damian Keller, though there are likely to be a number of differences in the actual implementation. - by Gary Scavone, 2005 - 2010. + by Gary Scavone, 2005--2019. */ /***************************************************/ diff --git a/src/HevyMetl.cpp b/src/HevyMetl.cpp index 86e68e7..c6c279d 100644 --- a/src/HevyMetl.cpp +++ b/src/HevyMetl.cpp @@ -22,7 +22,7 @@ type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Iir.cpp b/src/Iir.cpp index 235a8db..f8a3d03 100644 --- a/src/Iir.cpp +++ b/src/Iir.cpp @@ -20,7 +20,7 @@ This structure results in one extra multiply per computed sample, but allows easy control of the overall filter gain. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/InetWvIn.cpp b/src/InetWvIn.cpp index dccb251..4edcade 100644 --- a/src/InetWvIn.cpp +++ b/src/InetWvIn.cpp @@ -20,7 +20,7 @@ data type for the incoming stream is signed 16-bit integers, though any of the defined StkFormats are permissible. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/InetWvOut.cpp b/src/InetWvOut.cpp index 8f54888..4e1f2f2 100644 --- a/src/InetWvOut.cpp +++ b/src/InetWvOut.cpp @@ -17,7 +17,7 @@ data type is signed 16-bit integers but any of the defined StkFormats are permissible. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/JCRev.cpp b/src/JCRev.cpp index 85db13f..4c5f8e9 100644 --- a/src/JCRev.cpp +++ b/src/JCRev.cpp @@ -15,7 +15,7 @@ one-pole lowpass filters have been added inside the feedback comb filters. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Mandolin.cpp b/src/Mandolin.cpp index 6ebc4eb..17ee864 100644 --- a/src/Mandolin.cpp +++ b/src/Mandolin.cpp @@ -22,7 +22,7 @@ - String Detuning = 1 - Microphone Position = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Mesh2D.cpp b/src/Mesh2D.cpp index cc124d5..d126f99 100644 --- a/src/Mesh2D.cpp +++ b/src/Mesh2D.cpp @@ -19,7 +19,7 @@ - Mesh Decay = 11 - X-Y Input Position = 1 - by Julius Smith, 2000 - 2002. + by Julius Smith, 2000--2002. Revised by Gary Scavone for STK, 2002. */ /***************************************************/ diff --git a/src/Messager.cpp b/src/Messager.cpp index fe98573..3c0cbb0 100644 --- a/src/Messager.cpp +++ b/src/Messager.cpp @@ -28,7 +28,7 @@ This class is primarily for use in STK example programs but it is generic enough to work in many other contexts. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/MidiFileIn.cpp b/src/MidiFileIn.cpp index 0fb5d21..b90b537 100644 --- a/src/MidiFileIn.cpp +++ b/src/MidiFileIn.cpp @@ -11,7 +11,7 @@ Tempo changes are internally tracked by the class and reflected in the values returned by the function getTickSeconds(). - by Gary P. Scavone, 2003 - 2010. + by Gary P. Scavone, 2003--2019. */ /**********************************************************************/ diff --git a/src/Modal.cpp b/src/Modal.cpp index 636bab3..784fb85 100644 --- a/src/Modal.cpp +++ b/src/Modal.cpp @@ -7,7 +7,7 @@ (non-sweeping BiQuad filters), where N is set during instantiation. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/ModalBar.cpp b/src/ModalBar.cpp index c22d402..891f612 100644 --- a/src/ModalBar.cpp +++ b/src/ModalBar.cpp @@ -24,7 +24,7 @@ - Two Fixed = 7 - Clump = 8 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Modulate.cpp b/src/Modulate.cpp index 5f5da7d..419fe3f 100644 --- a/src/Modulate.cpp +++ b/src/Modulate.cpp @@ -6,7 +6,7 @@ modulations to give a nice, natural human modulation function. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Moog.cpp b/src/Moog.cpp index df1a757..510b40c 100644 --- a/src/Moog.cpp +++ b/src/Moog.cpp @@ -14,7 +14,7 @@ - Vibrato Gain = 1 - Gain = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Mutex.cpp b/src/Mutex.cpp index 227795a..917a1f8 100644 --- a/src/Mutex.cpp +++ b/src/Mutex.cpp @@ -7,7 +7,7 @@ systems, the pthread library is used. Under Windows, critical sections are used. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/NRev.cpp b/src/NRev.cpp index 4f59f71..395514d 100644 --- a/src/NRev.cpp +++ b/src/NRev.cpp @@ -10,7 +10,7 @@ another allpass in series, followed by two allpass filters in parallel with corresponding right and left outputs. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Noise.cpp b/src/Noise.cpp index f9e3733..1fb8c93 100644 --- a/src/Noise.cpp +++ b/src/Noise.cpp @@ -6,7 +6,7 @@ C rand() function. The quality of the rand() function varies from one OS to another. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/OnePole.cpp b/src/OnePole.cpp index d51b01b..fc91dd6 100644 --- a/src/OnePole.cpp +++ b/src/OnePole.cpp @@ -6,7 +6,7 @@ provided for setting the pole position along the real axis of the z-plane while maintaining a constant peak filter gain. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/OneZero.cpp b/src/OneZero.cpp index 56d728d..d83f330 100644 --- a/src/OneZero.cpp +++ b/src/OneZero.cpp @@ -6,7 +6,7 @@ provided for setting the zero position along the real axis of the z-plane while maintaining a constant filter gain. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/PRCRev.cpp b/src/PRCRev.cpp index 637ec37..15a1c93 100644 --- a/src/PRCRev.cpp +++ b/src/PRCRev.cpp @@ -10,7 +10,7 @@ two series allpass units and two parallel comb filters. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/PercFlut.cpp b/src/PercFlut.cpp index 2aa03f9..9c1a8eb 100644 --- a/src/PercFlut.cpp +++ b/src/PercFlut.cpp @@ -22,7 +22,7 @@ type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Phonemes.cpp b/src/Phonemes.cpp index 01d423b..4784247 100644 --- a/src/Phonemes.cpp +++ b/src/Phonemes.cpp @@ -6,7 +6,7 @@ set of 32 static phoneme formant parameters and provide access to those values. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/PitShift.cpp b/src/PitShift.cpp index 034b7c1..e808afa 100644 --- a/src/PitShift.cpp +++ b/src/PitShift.cpp @@ -5,7 +5,7 @@ This class implements a simple pitch shifter using delay lines. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Plucked.cpp b/src/Plucked.cpp index bffe0f8..f58cf95 100644 --- a/src/Plucked.cpp +++ b/src/Plucked.cpp @@ -16,7 +16,7 @@ Stanford, bearing the names of Karplus and/or Strong. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/PoleZero.cpp b/src/PoleZero.cpp index 19ac682..5064d1c 100644 --- a/src/PoleZero.cpp +++ b/src/PoleZero.cpp @@ -7,7 +7,7 @@ coefficient. Another method is provided to create a DC blocking filter. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Resonate.cpp b/src/Resonate.cpp index c62dc24..904f5b6 100644 --- a/src/Resonate.cpp +++ b/src/Resonate.cpp @@ -13,7 +13,7 @@ - Zero Radii = 1 - Envelope Gain = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Rhodey.cpp b/src/Rhodey.cpp index f7722ef..875dfa7 100644 --- a/src/Rhodey.cpp +++ b/src/Rhodey.cpp @@ -26,7 +26,7 @@ type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/RtAudio.cpp b/src/RtAudio.cpp index 617281e..a320a32 100644 --- a/src/RtAudio.cpp +++ b/src/RtAudio.cpp @@ -10,7 +10,7 @@ RtAudio WWW site: http://www.music.mcgill.ca/~gary/rtaudio/ RtAudio: realtime audio i/o C++ classes - Copyright (c) 2001-2017 Gary P. Scavone + Copyright (c) 2001-2019 Gary P. Scavone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files diff --git a/src/RtMidi.cpp b/src/RtMidi.cpp index 7fe2b81..9a88e88 100644 --- a/src/RtMidi.cpp +++ b/src/RtMidi.cpp @@ -8,7 +8,7 @@ RtMidi WWW site: http://music.mcgill.ca/~gary/rtmidi/ RtMidi: realtime MIDI i/o C++ classes - Copyright (c) 2003-2017 Gary P. Scavone + Copyright (c) 2003-2019 Gary P. Scavone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files diff --git a/src/RtWvIn.cpp b/src/RtWvIn.cpp index 194e323..b9fa970 100644 --- a/src/RtWvIn.cpp +++ b/src/RtWvIn.cpp @@ -15,7 +15,7 @@ that takes an StkFrames object for multi-channel and/or multi-frame data. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/RtWvOut.cpp b/src/RtWvOut.cpp index cd28544..aef38dc 100644 --- a/src/RtWvOut.cpp +++ b/src/RtWvOut.cpp @@ -14,7 +14,7 @@ that takes a reference to an StkFrames object for multi-channel and/or multi-frame data. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Sampler.cpp b/src/Sampler.cpp index f5e00b0..eb05622 100644 --- a/src/Sampler.cpp +++ b/src/Sampler.cpp @@ -5,7 +5,7 @@ This instrument provides an ADSR envelope, a one-pole filter, and structures for an arbitrary number of attack and looped files. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Saxofony.cpp b/src/Saxofony.cpp index 5b1bd9b..89960a4 100644 --- a/src/Saxofony.cpp +++ b/src/Saxofony.cpp @@ -31,7 +31,7 @@ - Vibrato Gain = 1 - Breath Pressure = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Shakers.cpp b/src/Shakers.cpp index 804611d..32b430e 100644 --- a/src/Shakers.cpp +++ b/src/Shakers.cpp @@ -44,7 +44,7 @@ - Water Drops = 21 - Tuned Bamboo Chimes = 22 - by Perry R. Cook with updates by Gary Scavone, 1995--2017. + by Perry R. Cook with updates by Gary Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Simple.cpp b/src/Simple.cpp index 22740fb..4768efe 100644 --- a/src/Simple.cpp +++ b/src/Simple.cpp @@ -13,7 +13,7 @@ - Envelope Rate = 11 - Gain = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/SineWave.cpp b/src/SineWave.cpp index a457470..df04b3a 100644 --- a/src/SineWave.cpp +++ b/src/SineWave.cpp @@ -9,7 +9,7 @@ The "table" length, set in SineWave.h, is 2048 samples by default. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/SingWave.cpp b/src/SingWave.cpp index 8ee64bf..ecea192 100644 --- a/src/SingWave.cpp +++ b/src/SingWave.cpp @@ -9,7 +9,7 @@ Within STK, it is used as an excitation source for other instruments. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Sitar.cpp b/src/Sitar.cpp index 28cf3e1..2d3364e 100644 --- a/src/Sitar.cpp +++ b/src/Sitar.cpp @@ -13,7 +13,7 @@ Stanford, bearing the names of Karplus and/or Strong. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Skini.cpp b/src/Skini.cpp index eb8494d..5e34f77 100644 --- a/src/Skini.cpp +++ b/src/Skini.cpp @@ -19,7 +19,7 @@ See also SKINI.txt. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Socket.cpp b/src/Socket.cpp index 03860a4..7c47460 100644 --- a/src/Socket.cpp +++ b/src/Socket.cpp @@ -5,7 +5,7 @@ This class provides common functionality for TCP and UDP internet socket server and client subclasses. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Sphere.cpp b/src/Sphere.cpp index 1b4ea62..450aa35 100644 --- a/src/Sphere.cpp +++ b/src/Sphere.cpp @@ -5,7 +5,7 @@ This class implements a spherical ball with radius, mass, position, and velocity parameters. - by Perry R. Cook, 1995--2017. + by Perry R. Cook, 1995--2019. */ /***************************************************/ diff --git a/src/StifKarp.cpp b/src/StifKarp.cpp index b9358f5..87e4485 100644 --- a/src/StifKarp.cpp +++ b/src/StifKarp.cpp @@ -17,7 +17,7 @@ - String Sustain = 11 - String Stretch = 1 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Stk.cpp b/src/Stk.cpp index 123205d..8126285 100644 --- a/src/Stk.cpp +++ b/src/Stk.cpp @@ -22,7 +22,7 @@ STK WWW site: http://ccrma.stanford.edu/software/stk/ The Synthesis ToolKit in C++ (STK) - Copyright (c) 1995--2017 Perry R. Cook and Gary P. Scavone + Copyright (c) 1995--2019 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 diff --git a/src/TapDelay.cpp b/src/TapDelay.cpp index f3cf73f..96da2b9 100644 --- a/src/TapDelay.cpp +++ b/src/TapDelay.cpp @@ -10,7 +10,7 @@ A non-interpolating delay line is typically used in fixed delay-length applications, such as for reverberation. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/TcpClient.cpp b/src/TcpClient.cpp index f660d1c..161a658 100644 --- a/src/TcpClient.cpp +++ b/src/TcpClient.cpp @@ -19,7 +19,7 @@ less than or equal to zero indicate a closed or lost connection or the occurence of an error. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/TcpServer.cpp b/src/TcpServer.cpp index e2333a5..15316dc 100644 --- a/src/TcpServer.cpp +++ b/src/TcpServer.cpp @@ -19,7 +19,7 @@ less than or equal to zero indicate a closed or lost connection or the occurence of an error. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Thread.cpp b/src/Thread.cpp index 1405bd3..e1253cb 100644 --- a/src/Thread.cpp +++ b/src/Thread.cpp @@ -16,7 +16,7 @@ THREAD_RETURN THREAD_TYPE thread_function(void *ptr) - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/TubeBell.cpp b/src/TubeBell.cpp index 21300e2..7370ce2 100644 --- a/src/TubeBell.cpp +++ b/src/TubeBell.cpp @@ -26,7 +26,7 @@ type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Twang.cpp b/src/Twang.cpp index d8e02e1..fa3a927 100644 --- a/src/Twang.cpp +++ b/src/Twang.cpp @@ -17,7 +17,7 @@ use possibly subject to patents held by Stanford University, Yamaha, and others. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/TwoPole.cpp b/src/TwoPole.cpp index 94a373c..abc7fb2 100644 --- a/src/TwoPole.cpp +++ b/src/TwoPole.cpp @@ -6,7 +6,7 @@ provided for creating a resonance in the frequency response while maintaining a nearly constant filter gain. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/TwoZero.cpp b/src/TwoZero.cpp index 7b63923..3c5082e 100644 --- a/src/TwoZero.cpp +++ b/src/TwoZero.cpp @@ -6,7 +6,7 @@ provided for creating a "notch" in the frequency response while maintaining a constant filter gain. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/UdpSocket.cpp b/src/UdpSocket.cpp index 84e2b35..da1f7d2 100644 --- a/src/UdpSocket.cpp +++ b/src/UdpSocket.cpp @@ -17,7 +17,7 @@ read/write methods. Values less than or equal to zero indicate the occurence of an error. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/VoicForm.cpp b/src/VoicForm.cpp index 1f4fbb9..9813ac1 100644 --- a/src/VoicForm.cpp +++ b/src/VoicForm.cpp @@ -21,7 +21,7 @@ - Vibrato Gain = 1 - Loudness (Spectral Tilt) = 128 - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Voicer.cpp b/src/Voicer.cpp index f5dac0d..072da0c 100644 --- a/src/Voicer.cpp +++ b/src/Voicer.cpp @@ -19,7 +19,7 @@ Alternately, control changes can be sent to all voices in a given group. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/ diff --git a/src/Whistle.cpp b/src/Whistle.cpp index e8f2f3c..dfcd870 100644 --- a/src/Whistle.cpp +++ b/src/Whistle.cpp @@ -12,7 +12,7 @@ - Blowing Frequency Modulation = 2 - Volume = 128 - by Perry R. Cook 1995--2017. + by Perry R. Cook 1995--2019. */ /***************************************************/ diff --git a/src/Wurley.cpp b/src/Wurley.cpp index 7b19a20..30e1808 100644 --- a/src/Wurley.cpp +++ b/src/Wurley.cpp @@ -26,7 +26,7 @@ type who should worry about this (making money) worry away. - by Perry R. Cook and Gary P. Scavone, 1995--2017. + by Perry R. Cook and Gary P. Scavone, 1995--2019. */ /***************************************************/