From 8c57fcce0d066f02d0e634baa573a6442282ffb2 Mon Sep 17 00:00:00 2001 From: xenakios Date: Wed, 20 Dec 2017 04:09:46 +0200 Subject: [PATCH] Readme changes --- readme.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 6e4556b..f28c2e4 100644 --- a/readme.txt +++ b/readme.txt @@ -25,5 +25,10 @@ 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-19-2017 1.0.0 preview 3 - - \ No newline at end of file +12-20-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 + -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 just 2 columns of parameters + -Remember last file import folder