924f6dbd91
- 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.
Konstantin Voinov2025-12-22 21:37:10 +00:00
0af2bca332
Accepting request 1319542 from multimedia:apps
Ana Guerrero2025-11-24 13:12:27 +00:00
48bda0fa40
- Remove unused BuildRequires: update-desktop-files.
Marcus Meissner2025-11-23 14:17:10 +00:00
e56561d036
Accepting request 1315435 from multimedia:apps
Ana Guerrero2025-11-04 17:42:34 +00:00
3f2665b283
- 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.
Konstantin Voinov2025-11-04 08:45:55 +00:00
3ea79209db
Accepting request 1313688 from multimedia:apps
Ana Guerrero2025-10-27 13:40:20 +00:00
2f69e9138f
Accepting request 1313687 from home:kill_it:branches:multimedia:apps
Konstantin Voinov2025-10-26 02:35:33 +00:00
cf0f03774e
Accepting request 1301511 from multimedia:apps
Ana Guerrero2025-08-27 19:34:46 +00:00
bd2d4e9622
- 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.
Konstantin Voinov2025-08-26 23:37:13 +00:00
82cf181a21
Accepting request 1278463 from multimedia:apps
Ana Guerrero2025-05-20 10:20:21 +00:00
3347a724f4
- 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.
Konstantin Voinov2025-05-19 23:05:01 +00:00
e928cdff46
- 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.
Konstantin Voinov2025-03-01 23:54:51 +00:00
d4cbe9211c
Accepting request 1233104 from multimedia:apps
Ana Guerrero2024-12-23 15:53:54 +00:00
67cdc338d8
- update to 1.2.20 - add upstream patch fixing LTO build: lsp-dsp-lib-Fixed-invalid-label.patch
Konstantin Voinov2024-12-23 06:59:33 +00:00
5b18fccc98
- update to 1.2.19 - update .spec for tar.gz source * Rollback of source code distribution to tar.gz archive format. * Fixed unneeded resource object deletion and use-after-free in VST plugin wrapper. * Fixed window sizing for CLAP plugin format. * Updated CLAP SDK to 1.2.2. * Updated VST3 SDK to 3.7.12, may be breaking changes related to parameter identifiers as Steinberg has twice reduced the set of valid paremeter identifiers. * Several fixes in build scripts.
Konstantin Voinov2024-10-12 21:13:09 +00:00
776b7bb7b5
Accepting request 1206594 from multimedia:apps
Ana Guerrero2024-10-10 20:11:17 +00:00
03283ba624
- update to 1.2.18 * Implemented Send Mono and Send Stereo plugins for sending audio streams to named connection points stored in shared memory. * Implemented Return Mono and Return Stereo plugins for receiving audio streams from named connection points stored in shared memory. * Added inter-communication between Parametric and Graphic Equalizers using new send/return communication primitives which allows to show the spectrogram of another Equalizer's output on the graph. * Added Reverse button for Impulse Responses plugin series that allows to reverse the impulse response. * Added support of sidechain passed by shared memory link for Autogain plugin series. * Added support of sidechain passed by shared memory link for single-band dynamics processing plugin series: * Compressor; * Dynamics Processor; * Expander; * Gate; * Limiter. * Added support of sidechain passed by shared memory link for multi-band dynamics processing plugin series: * GOTT Compressor; * Multiband Compressor; * Multiband Dynamics Processor; * Multiband Expander; * Multiband Gate; * Multiband Limiter. * Mono samples are now played as stereo samples with duplicated left channel for Trigger, Sampler and Multisampler plugin series. * Added pre-reverse button to apply sample reversal before cuts, stretches and fades being applied in Sampler and Multisampler plugin series. * Several UI improvements related to instrument names in Multisampler plugin series: instrument name is now displayed in drop-down list and heading of the drop-down group. * Added documentation_path parameter in user configuration file which allows to configure the path to the offline documentation installation. * Update makefiles to simplify cross-compiling, added cross compiling instructions to README. * Added LUFS meters to the Loudness Compensator plugin series. * Added reference Pink noise generator of different standard loudness levels to the Loudness Compensator plugin series. * Added directory contents view and navigation of currently loaded sample for following plugin series: * Impulse Responses; * Impulse Reverb; * Multsampler; * Sampler; * Trigger. * Fixed random crashes when navigating file dialog in Windows. * Fixed invalid UI draw issue on Windows when using larger desktop DPI. * Fixed regression in offline documentation build.
Konstantin Voinov2024-10-10 00:16:51 +00:00