Readme changes

This commit is contained in:
xenakios 2017-12-20 04:09:46 +02:00
parent 643799bceb
commit 8c57fcce0d

View File

@ -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
-
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