From 184b6148fd751c2e1aadd70f2ebe6f953805d91b Mon Sep 17 00:00:00 2001 From: xenakios Date: Sat, 23 Dec 2017 23:48:24 +0200 Subject: [PATCH] readme changes --- readme.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 81ccc0f..a4f05ca 100644 --- a/readme.txt +++ b/readme.txt @@ -25,12 +25,16 @@ History : -File import dialog allows importing file formats supported by JUCE, not just .wav 12-17-2017 1.0.0 preview 2b -Fix buffer channel count issue, seems to make AU validation pass consistently -12-22-2017 1.0.0 preview 3 +12-23-2017 1.0.0 preview 3 -Added parameter to set audio input capture buffer length (up to 120 seconds) - -Add button to show settings menu + -Added parameter allow passing through audio from plugin input + -Inverted the number of harmonics parameter active range + -Added button to show settings menu -Fix bug when offline rendering in host -Allow setting background prebuffering amount in settings, including none. (None is mostly useful in case the plugin doesn't detect the host is offline rendering. For real time playback none is likely only going to work with small FFT sizes.) - -Slightly better GUI layout but still mostly just 2 columns of parameters + -Slightly better GUI layout but still mostly just 2 columns of sliders -Remember last file import folder + -Added detection of invalid audio output sample values (infinities, NaN) + \ No newline at end of file