|
|
|
|
@@ -1,3 +1,222 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 22 07:09:14 UTC 2025 - Konstantin Voinov <kv@kott.no-ip.biz>
|
|
|
|
|
|
|
|
|
|
- update to 1.2.26
|
|
|
|
|
|
|
|
|
|
* Implemented Matcher plugin series.
|
|
|
|
|
* Implemented metadata revisioning to not to corrupt parameter
|
|
|
|
|
automation in DAWs like Ardour related to changing port indices
|
|
|
|
|
when some new parameter is added.
|
|
|
|
|
* Added possibility to select between host-friendly and user-frienfly
|
|
|
|
|
values when exporting configuration to the file.
|
|
|
|
|
* Added 'smooth' parameter in Limiter and Multiband Limiter plugins
|
|
|
|
|
that allows to adjust the smoothnes of the ALR knee.
|
|
|
|
|
* Optimized spectrum analyzer module: reduced memory usage and
|
|
|
|
|
memory copying.
|
|
|
|
|
* Some optimizations related to plugin port mappings in the UI.
|
|
|
|
|
* Removed duplicate and not working filter point thickness settings
|
|
|
|
|
in UI behavior menu.
|
|
|
|
|
* Fixed out-of sync ALR attack and release timings for the Limiter
|
|
|
|
|
module when changing the sample rate.
|
|
|
|
|
* Fixed moduleinfo.json generation and validation for VST3.
|
|
|
|
|
* Fixed possible garbage at the end of KVT BLOB serialization.
|
|
|
|
|
* Fixed endianess-related bugs in VST3 headers.
|
|
|
|
|
* Fixed some bugs in VST3 plugin state deserialization.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Nov 22 21:21:01 CET 2025 - Stanislav Brabec <sbrabec@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove unused BuildRequires: update-desktop-files.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 4 07:31:09 UTC 2025 - Konstantin Voinov <kv@kott.no-ip.biz>
|
|
|
|
|
|
|
|
|
|
- update to 1.2.25
|
|
|
|
|
|
|
|
|
|
* Improved plugin metadata validation tool in plugin framework.
|
|
|
|
|
* VST3 data synchronization between DSP and UI is now performed in
|
|
|
|
|
the UI thread if possible.
|
|
|
|
|
* Fixed VST3 crash on JUCE-based hosts related to improper IRunLoop
|
|
|
|
|
handling.
|
|
|
|
|
* Fixed Room Builder plugin that could not render impulse responses
|
|
|
|
|
for some built-in rooms.
|
|
|
|
|
* Fixed possible SIGFPE crash on LADSPA descriptor generation related
|
|
|
|
|
to division by zero error.
|
|
|
|
|
* Fixed data transport for LV2 plugins that caused many annoying log
|
|
|
|
|
messages in Ardour.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Oct 26 02:04:22 UTC 2025 - Konstantin Voinov <kv@kott.no-ip.biz>
|
|
|
|
|
|
|
|
|
|
- update to 1.2.24
|
|
|
|
|
|
|
|
|
|
* Implemented Ring-Modulated sidechain plugin series.
|
|
|
|
|
* Implemented Multiband Ring-Modulated sidechain plugin series.
|
|
|
|
|
* Implemented A/B preset switching support by plugins.
|
|
|
|
|
* Added support of integrated loudness metering for Referencer
|
|
|
|
|
plugin series.
|
|
|
|
|
* Added True Peak limiting modes to the Limiter and Multiband
|
|
|
|
|
Limiter plugin series.
|
|
|
|
|
* Added Piano keyboard layout to all plugins that provide
|
|
|
|
|
frequency graph.
|
|
|
|
|
* Added support of BeginEdit and EndEdit events for CLAP,
|
|
|
|
|
LV2, VST2 and VST3 formats.
|
|
|
|
|
* Moved Dry, Wet and Dry/Wet knobs into a separate Mix overlay
|
|
|
|
|
for Trigger plugin series.
|
|
|
|
|
* Fixed frequency range display for Multiband Compressor,
|
|
|
|
|
Expander, Gate and Dynamics Processor plugin series.
|
|
|
|
|
* Fixed regressions in LV2 plugin wrapper related to setting
|
|
|
|
|
path parameters.
|
|
|
|
|
* Fixed crash when loading project with Loudness Compensator
|
|
|
|
|
plugin in IIR mode.
|
|
|
|
|
* Fixed VST3 plugins crash under Ardour related to improper
|
|
|
|
|
IRunLoop interface operations based on invalid API calls by the DAW.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 26 23:02:56 UTC 2025 - Konstantin Voinov <kv@kott.no-ip.biz>
|
|
|
|
|
|
|
|
|
|
- update to 1.2.23
|
|
|
|
|
|
|
|
|
|
* Added experimental support of UI for MacOS using FreeType
|
|
|
|
|
and Cairo libraries. Contributed by Marvin Edeler.
|
|
|
|
|
* Implemented human-friendly preset management in the plugin's UI.
|
|
|
|
|
* VST3 plugin state format changed, not backward-compatible with
|
|
|
|
|
previous versions of plugins. Downgrading version may cause plugin state loss.
|
|
|
|
|
* Added AHDBSSR (Attack, Hold, Decay, Break, Slope, Sustain, Release)
|
|
|
|
|
envelope control over loaded samples in Sampler and Multisampler plugin series.
|
|
|
|
|
* Added DC offset control for Clipper and Multiband Clipper plugin series.
|
|
|
|
|
* Added frequency linking button to the Phaser plugin series that
|
|
|
|
|
allows to link minimum and maximum LFO frequencies and to keep
|
|
|
|
|
logarithmic frequency range being constant.
|
|
|
|
|
* Added support of linear axis for frequency in Spectrum Analyzer
|
|
|
|
|
plugin series.
|
|
|
|
|
* Added frequency inspection mode to the Spectrum Analyzer plugin
|
|
|
|
|
series activated by 'Inspect' button or Ctrl + Left Mouse Button on the graph.
|
|
|
|
|
* Added support of minimum-phase filter mode for Loudness Compensator
|
|
|
|
|
plugin series.
|
|
|
|
|
* Added 'M/S Link' and 'S/C Link' buttons to LeftRigth and MidSide
|
|
|
|
|
versions of following plugins:
|
|
|
|
|
* Compressor, Dynamics Builder, Expander, Gate;
|
|
|
|
|
* Multiband plugins: Compressor, Dynamics Builder, Expander, Gate;
|
|
|
|
|
* Equalizers: Parametric Equalizer and Graphic Equalizer;
|
|
|
|
|
* Crossover plugin.
|
|
|
|
|
* Added audio channel pre-mixing controls for the following plugins:
|
|
|
|
|
* Compressor, Dynamics Processor, Expander, Gate and Limiter;
|
|
|
|
|
* Multiband plugins: Compressor, Dynamics Processor, Expander, Gate and Limiter;
|
|
|
|
|
* GOTT Compressor.
|
|
|
|
|
* Extended collection of built-in rooms for Room Builder plugin series
|
|
|
|
|
by Boris Gotsulenko aka borT.
|
|
|
|
|
* Added exciter-like effect presets for Phaser plugin series contributed
|
|
|
|
|
by Attila Schler.
|
|
|
|
|
* Added possibility to automatically play samples when navigating file list.
|
|
|
|
|
* Added command line option for JACK that allows to specify client name.
|
|
|
|
|
* Some bugfixes and improvements in VST3 plugin format, now UI works
|
|
|
|
|
for editorhost demo application from the Steinberg VST3 SDK.
|
|
|
|
|
* Additional optimizations of 3D space mathematics with AVX instruction set.
|
|
|
|
|
* Fixed improper AVX-512 optimization for lanczos kernel genration
|
|
|
|
|
function which could cause improper resampling of audio files and
|
|
|
|
|
yield some plugins to not to work properly.
|
|
|
|
|
* Fixed bug in frequency split editing for Mid/Side and Left/Right
|
|
|
|
|
versions of Crossover plugin.
|
|
|
|
|
* Fixed bug in Mid/Side conversion of stereo signal on 32-bit and
|
|
|
|
|
64-bit ARM processors. Contributed by Asahi Lina.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon May 19 22:07:24 UTC 2025 - Konstantin Voinov <kv@kott.no-ip.biz>
|
|
|
|
|
|
|
|
|
|
- update to 1.2.22
|
|
|
|
|
|
|
|
|
|
* Implemented Phaser plugin series.
|
|
|
|
|
* Implemented overlay widgets which allow to hide rarely used
|
|
|
|
|
controls under special buttons which trigger them to pop up.
|
|
|
|
|
* Added Feedback Drive control for Chorus and Flanger plugin series.
|
|
|
|
|
* Significantly reduced quantization noise for Chorus and Flanger
|
|
|
|
|
plugin series.
|
|
|
|
|
* Better support of widgets activity and coloring in the toolkit library.
|
|
|
|
|
* Added pitch knob for pitching files to the Impulse Responses and
|
|
|
|
|
Impulse Reverb plugin series.
|
|
|
|
|
* Optimized resampling algorithms.
|
|
|
|
|
* Added possibility to launch standalone plugins in minimized window state.
|
|
|
|
|
* Source code now builds for ARM-based MacOS but without the UI support.
|
|
|
|
|
* Fixed problems related to usage of OpenGL under ARM-based devices
|
|
|
|
|
which do not support Core OpenGL 3.3 with GLSL 3.3 and above.
|
|
|
|
|
* Fixes in OpenGL shaders for support of GLSL 1.80 and several bogus
|
|
|
|
|
OpenGL API implementations.
|
|
|
|
|
* Fixed broken transport (tempo BPM) synchronization for CLAP
|
|
|
|
|
plugin format.
|
|
|
|
|
* Fixed some command line options that caused JACK version to crash.
|
|
|
|
|
* Fixed regression related to creating new global configuration file.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Mar 1 23:03:48 UTC 2025 - Konstantin Voinov <kv@kott.no-ip.biz>
|
|
|
|
|
|
|
|
|
|
- remove lsp-dsp-lib-Fixed-invalid-label.patch - fixed in 1.2.21
|
|
|
|
|
- update to 1.2.21
|
|
|
|
|
|
|
|
|
|
* Implemented default OpenGL rendering engine for the UI for
|
|
|
|
|
X11-based operating systems. The rendering engine can be switched
|
|
|
|
|
back to Cairo by setting LSP_WS_LIB_GLXSURFACE=off environment variable.
|
|
|
|
|
* Added possibility to use custom scaling for each plugin bundle.
|
|
|
|
|
* Added highlighting of active item in file navigator nearby sample preview.
|
|
|
|
|
* Several optimizations related to scaling widgets in the graphical
|
|
|
|
|
toolkit library.
|
|
|
|
|
* Updated several core libraries for better support of MacOS.
|
|
|
|
|
* Additional AVX-512 optimizations of code DSP library.
|
|
|
|
|
* Several changes in Sampler and Multisampler plugin series:
|
|
|
|
|
* Implemented possibility to Drag&Drop drumkits, SFZ files and
|
|
|
|
|
LSPC files directly to the plugin's window for import purpose.
|
|
|
|
|
* Muting button does not disable the listen button.
|
|
|
|
|
* Added 'velocity' button that allows to disable or enable
|
|
|
|
|
the volume control of a sample by the velocity value of the MIDI note.
|
|
|
|
|
* Added automatic instrument name assign same to current sample
|
|
|
|
|
file name if UI behavior option 'Take instrument name from file'
|
|
|
|
|
is enabled and the name of instrument is empty or similar to
|
|
|
|
|
currently selected sample file.
|
|
|
|
|
* Updated several labels in the UI.
|
|
|
|
|
* Added workaround for Renoise host related to latency reporting
|
|
|
|
|
by VST2 and VST3 plugins on state load.
|
|
|
|
|
* Fixed unnecessary output parameter cleanup when importing configuration
|
|
|
|
|
that caused several bugs when importing plugin state from file.
|
|
|
|
|
* Fixed regression related to impossibility of setting proper values for
|
|
|
|
|
in several parameters in the VST3 plugin format.
|
|
|
|
|
* Fixed some typos in UI.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 21 22:41:43 UTC 2024 - Konstantin Voinov <kv@kott.no-ip.biz>
|
|
|
|
|
|
|
|
|
|
- update to 1.2.20
|
|
|
|
|
- add upstream patch fixing LTO build:
|
|
|
|
|
lsp-dsp-lib-Fixed-invalid-label.patch
|
|
|
|
|
|
|
|
|
|
* Implemented Referencer plugin series.
|
|
|
|
|
* Added "Automatically load files when navigating file list" feature
|
|
|
|
|
that allows to automatically load files when navigating file list
|
|
|
|
|
nearby the loaded sample.
|
|
|
|
|
* Added shared memory sends and returns to Mixer plugin series.
|
|
|
|
|
* Added shared memory returns to A/B Tester plugin series.
|
|
|
|
|
* Added tracking of maximum values to the Spectrum Analyzer plugin series.
|
|
|
|
|
* Several fixes around UI Widgets.
|
|
|
|
|
* Added 'Stop' button for file preview in plugins tha allow audio file loading:
|
|
|
|
|
* Impulse Responses;
|
|
|
|
|
* Impulse Reverb;
|
|
|
|
|
* Room Builder;
|
|
|
|
|
* Sampler and Multisampler;
|
|
|
|
|
* Trigger.
|
|
|
|
|
* Better support of Enter and Escape keys in dialogs.
|
|
|
|
|
* Yet more SIMD and AVX-512 optimizations in the DSP libray.
|
|
|
|
|
* AVX-512 optimizations are now enabled for AMD Ryzen 7000 processor
|
|
|
|
|
series and later.
|
|
|
|
|
* DSP library now supports build for MacOS on Apple M1 and later chips.
|
|
|
|
|
* Fixed possible file name loss on deactivated plugins for all modern
|
|
|
|
|
plugin formats.
|
|
|
|
|
* Fixed imprecise spectrum graph and left/right channel desynchronization
|
|
|
|
|
when rapidly changing the frequency of filter in Parametric
|
|
|
|
|
Equalizer plugin series.
|
|
|
|
|
* Fixed the behaviour of the 'Inspect' button in the VST3 version of
|
|
|
|
|
Parametric Equalizer plugin series. The fix may cause some
|
|
|
|
|
regressions in user sessions by enabling the inpection of the first filter.
|
|
|
|
|
* Fixed regression related to he AArch64 version of plugins that freezed the host.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Oct 12 20:29:16 UTC 2024 - Konstantin Voinov <kv@kott.no-ip.biz>
|
|
|
|
|
|
|
|
|
|
|