From b6a2202011e732f40b638ffc6443fba7692932c0 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Sun, 29 Sep 2013 23:12:27 +0200 Subject: [PATCH] Version 4.4.1 --- configure.ac | 2 +- doc/ReleaseNotes.txt | 6 ++++ doc/doxygen/Doxyfile | 2 +- doc/doxygen/download.txt | 13 +++++++-- doc/hierarchy.txt | 2 +- include/RtAudio.h | 2 +- include/RtMidi.h | 2 +- include/RtWvOut.h | 2 +- include/WvIn.h | 3 ++ include/WvOut.h | 3 ++ projects/demo/demo.cpp | 44 +++++++++++++++--------------- projects/examples/test.cpp | 56 ++++++++++++++++++++++++++++++++++++++ src/Granulate.cpp | 2 +- src/RtAudio.cpp | 6 ++-- src/RtMidi.cpp | 4 +-- src/RtWvOut.cpp | 5 ++-- 16 files changed, 117 insertions(+), 37 deletions(-) create mode 100644 projects/examples/test.cpp diff --git a/configure.ac b/configure.ac index 2da42ec..de85421 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_FILES(src/Makefile projects/demo/Makefile projects/effects/Makefile pr AC_SUBST( GXX, ["no"] ) # Checks for programs. -AC_PROG_CXX +AC_PROG_CXX(g++ CC c++ cxx) AC_PROG_RANLIB AC_PATH_PROG(AR, ar, no) if [[ $AR = "no" ]] ; then diff --git a/doc/ReleaseNotes.txt b/doc/ReleaseNotes.txt index b658a0c..f8ce588 100644 --- a/doc/ReleaseNotes.txt +++ b/doc/ReleaseNotes.txt @@ -2,6 +2,12 @@ The Synthesis ToolKit in C++ (STK) By Perry R. Cook and Gary P. Scavone, 1995-2009. +v4.4.1: (3 June 2009) +- added multi-channel/frame tick() virtual function to WvIn and WvOut abstract base classes (required update to RtWvOut class) +- updated configure script to select g++ compiler by default +- in demo.cpp: removed voicer grouping for messages, fixing polyphony when messages are on the same MIDI/SKINI channel +- updates to RtAudio and RtMidi + v4.4: (30 April 2009) - all classes embedded in the "stk" namespace (except RtAudio, RtMidi, and RtError) - class WaveLoop renamed FileLoop diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index 4075272..47fbc0a 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = STK # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 4.4.0 +PROJECT_NUMBER = 4.4.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/doc/doxygen/download.txt b/doc/doxygen/download.txt index d15e6c6..55a67dd 100644 --- a/doc/doxygen/download.txt +++ b/doc/doxygen/download.txt @@ -1,14 +1,23 @@ /*! \page download Download, Release Notes, and Bug Fixes -\section down Download Version 4.4.0 (30 April 2009): +\section down Download Version 4.4.1 (3 June 2009): \section notes Release Notes: +\subsection v4dot4dot1 Version 4.4.1 + + + \subsection v4dot4dot0 Version 4.4.0