From 42904f9fdc706286b77162e257a39f7610b00c8d Mon Sep 17 00:00:00 2001 From: AchimTuran Date: Thu, 11 Aug 2016 17:16:13 +0200 Subject: [PATCH] [changelog] Added V1.0 alpha changes --- changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog.txt b/changelog.txt index da3dcb5..5db64b0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,14 @@ +1.0.0 alpha +- Refactor file structure +- Added better CMake support with automatic dependency integration and build +- Added Linux support for the PortAudio interface classes +- Added FFT wrapper module +- Added SpectrumVisProcessor (AxisScaler, FFTSmoother, Remapper and SpectrumCalculation) module +- Reimplementation of buffer classes +- Options interface through ExtendedStructs implementation +- Added Factory template with automatic object registration +- Added IIR module + 0.0.2 - Support for Android, OS X, iOS, freebsd and Raspberry Pi