paulxstretch/readme.txt

103 lines
5.5 KiB
Plaintext
Raw Normal View History

2017-12-15 19:09:51 +00:00
PaulXStretch - Plugin for extreme time stretching and other spectral processing of audio
Copyright (C) 2006-2011 Nasca Octavian Paul, Tg. Mures, Romania
2018-02-15 20:02:46 +00:00
Copyright (C) 2017-2018 Xenakios
2017-12-15 19:09:51 +00:00
Released under GNU General Public License v.2 license.
History :
2018-05-31 11:01:52 +00:00
05-31-2018 1.2.1
2018-05-09 09:40:36 +00:00
-Added looping enabled parameter
2018-05-31 11:01:52 +00:00
-Added GUI button and parameter to rewind to beginning of selected time range
2018-05-09 09:40:36 +00:00
-Flush old stretched audio faster when source audio is changed
2018-05-19 21:38:48 +00:00
-Increase disk read buffer size
-Fix time range not being recalled properly when loading host project
2018-05-07 12:51:50 +00:00
05-07-2018 1.2.0
2018-04-13 11:59:58 +00:00
-Changed "Octaves" module to "Ratios". The Ratios module has more shifters than the previous
Octaves module and allows changing the pitch ratios (and the shifters mix)
in a separate tabbed page in the GUI.
2018-04-26 18:48:28 +00:00
-Spectral module enabled parameters changed to target named modules instead of chain slots
2018-04-26 14:23:29 +00:00
-Save and restore some additional settings
2018-04-01 12:28:20 +00:00
04-01-2018 1.1.2
-Rebuilt with latest JUCE to fix parameter automation issue for example in Ableton Live
-Optimization in calculation of transformed free filter envelope
2018-03-21 15:29:37 +00:00
03-21-2018 1.1.1
-Removed code that accidentally got included in 1.1.0
2018-03-21 11:29:11 +00:00
03-21-2018 1.1.0
-Added free filter spectral processing module
2018-03-21 11:48:01 +00:00
*Yellow envelope line is the editable envelope, blue line is the envelope transformed with the
2018-03-21 12:09:15 +00:00
free filter plugin parameters, used for the audio processing. (These are initially overlapped,
tweak the free filter parameters to see them separated.)
2018-03-21 11:29:11 +00:00
*Click on envelope view to add point
*Alt-click on envelope point to remove point
*Alt-drag envelope line to change curvature
*Drag envelope line to move line up/down
2018-03-21 12:09:15 +00:00
*Right-click envelope view to show additional actions/options
2018-03-21 11:29:11 +00:00
-Made spectral module on/off states plugin parameters
2018-03-21 11:55:50 +00:00
-Fixed bug with the number of harmonics parameter not getting saved and recalled.
2018-02-27 18:48:58 +00:00
-Fixed bugs with calculations involving samplerate
02-23-2018 1.0.2
-Added stretch processing bypass parameter (to play the original sound looped like it is passed into the stretcher)
-Show approximate stretched output duration in info label (only valid if the stretch amount is not automated in the host)
-Waveform selection can be moved by dragging the selection top area
-Smoothed playback with fades when changing waveform selection (doesn't work ideally, fixing later...)
-Fixes for the waveform graphics disappearing unexpectedly (this probably still isn't entirely fixed, though)
2018-02-16 11:58:44 +00:00
02-16-2018 1.0.1
-Increased maximum number of input channels to 8
-Added zoom/scroll bar for waveform
2018-02-12 19:48:59 +00:00
-GUI performance improvement/bug fix during capture mode
2018-02-16 11:58:44 +00:00
-Shorter crossfade length when changing FFT size
02-09-2018 1.0.0
2018-02-06 21:28:09 +00:00
-Control/Command click on waveform seeks (if click within active play range)
-Moved prebuffering amount menu to prebuffering meter (click to show)
2018-02-09 11:24:16 +00:00
-Added dummy parameter to tell the host the plugin state has changed when importing files etc.
(May not work properly for undo etc on all hosts.)
2018-02-07 14:55:48 +00:00
-Removed the factory presets as they are not really that useful
02-02-2018 1.0.0 preview 5
-Added buttons to enable/disable spectral processing modules
-Restored ability to set capture buffer length (via the settings menu)
-Seek to play range beginning when audio file imported
-No longer seeks to beginning of play range when changing FFT size
-Fixes to waveform display issues
-Double click on waveform selects whole waveform
-Double click on slider resets parameter to default value
-Show prebuffering ready amount graphically instead of text
-Highlight related parameters when spectral processing module clicked in the module chain
01-05-2018 1.0.0 preview 4
-Added reset parameters (except main volume and input pass through) command to settings menu
-Added option to settings menu to ignore loading imported audio file when recalling state
-Added support for dropping audio files to GUI (available functionality depends on host, many will simply
provide the file name of the source of audio file, so audio clip/event/item specific audio won't be imported)
-Removed an unnecessary level of buffering (doesn't reduce latency but should help a bit with CPU usage)
-Added About window
2017-12-23 21:48:24 +00:00
12-23-2017 1.0.0 preview 3
2017-12-20 02:09:46 +00:00
-Added parameter to set audio input capture buffer length (up to 120 seconds)
2017-12-23 21:48:24 +00:00
-Added parameter allow passing through audio from plugin input
-Inverted the number of harmonics parameter active range
-Added button to show settings menu
2017-12-20 02:09:46 +00:00
-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.)
2017-12-23 21:48:24 +00:00
-Slightly better GUI layout but still mostly just 2 columns of sliders
2017-12-20 02:09:46 +00:00
-Remember last file import folder
2017-12-23 21:48:24 +00:00
-Added detection of invalid audio output sample values (infinities, NaN)
12-17-2017 1.0.0 preview 2b
-Fix buffer channel count issue, seems to make AU validation pass consistently
12-17-2017 1.0.0 preview 2
-Report only 2 input channels to host
-Fixes for using potentially invalid sample rates in internal initializations and calculations
-File import dialog allows importing file formats supported by JUCE, not just .wav
12-15-2017 1.0.0 preview 1
-Very early public release. Various issues present.
2018-02-07 14:55:48 +00:00
Source code at :
https://bitbucket.org/xenakios/paulstretchplugin/overview
Requirements for building from source code :
2018-04-26 14:23:29 +00:00
-A modern C++ compiler and standard library (C++14, some C++17 needs to be supported)
-JUCE 5.3.1 : https://github.com/WeAreROLI/JUCE
2018-03-16 18:59:07 +00:00
-FFTW3.3.6