Revisions of lsp-plugins

buildservice-autocommit accepted request 1114152 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 25)
baserev update by copy to link target
Konstantin Voinov's avatar Konstantin Voinov (kill_it) accepted request 1114151 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 24)
- Add 01-Fixed-double-free-of-generated-port-metadata.patch
  from upstream fixing crashes
- update to 1.2.11
 * Added partial support of AVX-512 instruction set.
 * Windows support changed to experimental.
 * Fixed code issues reported by the PVS Studio static analyzer.
 * Fixed improper band characteristics drawn on band Mute for 
   multiband plugins in Linear Phase mode.
- update to 1.2.10
  * Implemented Beat Breather plugin series.
  * Added phase switches to Delay Compensator plugin series.
  * Implemented Stereo Split mode for stereo version of all dynamic
    plugins:
    - Compressor and Multiband Compressor;
    - Dynamics Processor and Multiband Dynamics Processor;
    - Expander and Multiband Expander;
    - Gate and Multiband Gate;
    - GOTT Compressor.
  * Added Allpass filter to the Filter plugin series.
  * Added Bandpass, Ladder-pass and Ladder-rej filters to Parametric
    Equalizer plugin series.
  * Introduced Linear Phase mode for the Crossover plugin series.
  * Introduced Linear Phase mode for multiband plugin series:
    - GOTT Compressor;
    - Multiband Compressor;
    - Multiband Dynamics Processor;
    - Multiband Expander;
    - Multiband Gate;
    - Multiband Limiter.
  * Fixed missing inline display for Phase Detector plugin.
  * Fixed invalid input signal level metering for Flanger plugin
    series.
  * Fixed frequency inspection bug for LeftRight and MidSide
    versions of Parametric Equalizer plugin series.
  * Fixed improper latency value report by Multiband Limiter
    plugin series.
- update to 1.2.8:
  * Implemented GOTT (Grand Over-The-Top) Compressor plugin
    series.
  * Implemented Filter plugin series.
  * Implemented Flanger plugin series.
  * Implemented Multiband Limiter plugin series.
  * Implemented high-precision oversampling algorithms for
    Oscilloscope plugin series.
  * Updated default values for file selectors in Impulse
    Responses and Impulse Reverb plugin series.
  * Added generation of explicit element definitions for LV2
    groups in TTL files as a workaround to LV2 problem related
    to missing predefined port groups' elements.
  * Added 'All' channel selector to Sampler and Multisampler
    plugin series which is now the default value for channel
    selector.
  * Added missing audio preview for single-channel Sampler Plugin
    series.
  * Adding missing output balance knobs in Impulse Reverb Mono
    plugin.
  * Fixed improper behaviour of the bypass switch for Multiband
    Compressor, Expander and Dynamics Processor plugin series.
  * Fixed bug in the font manager which could yield memory
    corrption after complete font manager cleanup
  * Fixed memory leakage in the UI
  * Fixed bug in ALR function for Limiter plugin series which
    could cause random audio scratches.
  * Fixed gain jumping bug in A/B tester plugin.
  * Serveral bugfixes in the core DSP modules provided by the
    lsp-dsp-units library.
buildservice-autocommit accepted request 1088160 from Edgar Aichinger's avatar Edgar Aichinger (edogawa) (revision 23)
baserev update by copy to link target
Edgar Aichinger's avatar Edgar Aichinger (edogawa) accepted request 1088159 from Edgar Aichinger's avatar Edgar Aichinger (edogawa) (revision 22)
- version 1.2.7
  * Fixed CLAP UI support for Bitwig Studio.
  * Fixed build that disabled CairoCanvas for Inline Display feature.
  * Fixed memory leakage issued by the libcairo font cache on the plugin UI close.
  * Moved custom font rendering solution to direct usage of libfreetype.
  * Fixed crash (BadMatch) for Fluxbox window manager on popup windows.
  * Fixed popup window heading display in Fluxbox.
  * Fixed non-working solo button for Parametric Equalizer after 1.2.6 release.
  * Removed Makefile.d. Dependencies are now automatically generated at the build stage.
  * Added possibility to invert the behaviour of mouse scroll for all widgets or
    for graph dot widget.
  * Added frequency display and gain for each filter of Graphic Equalizer plugin series.
  * Added measure button and meter line on graph for Spectrum Analyzer plugin series.
  * Added display of filter number, filer channel and filter type near to the
    frequency and note.
  * Added possibility to change the thickness of lies on the spectrum graph for the
    Spectrum Analyzer plugin series.
  * Some output parameters like Latency are not exported into configuration file anymore.
buildservice-autocommit accepted request 1074381 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 21)
baserev update by copy to link target
Konstantin Voinov's avatar Konstantin Voinov (kill_it) accepted request 1074380 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 20)
- Another spec clean-up
- Add OpenGL BuildRequires fixes TW build
- Update spec 
buildservice-autocommit accepted request 1073931 from Edgar Aichinger's avatar Edgar Aichinger (edogawa) (revision 19)
baserev update by copy to link target
Edgar Aichinger's avatar Edgar Aichinger (edogawa) accepted request 1073930 from Edgar Aichinger's avatar Edgar Aichinger (edogawa) (revision 18)
- Version 1.2.6
 * Implemented Mixer plugin series for 4, 8 and 16 Mono/Stereo channels.
 * Implemented A/B Tester plugin series with blind option.
 * Parametric Equalizer is now smoothly operating with frequency/gain/q factor for 
   each mode: FIR, IIR, FFT, SPM.
 * Added popup menu for more precise control over the equalizer dot on the graph for
   Parametric Equalizer.
 * Added frequency and note displaying (with detune in cents) over the currently
   configured filter in the Parametric Equalizer.
 * Implemented automatic and manual inspect mode for filters in Parametric Equalizer.
 * Implemented more user-friendly inspecting slider to the Spectrum Analyzer plugin 
   series: frequency value, amplitude and note (with detune in cents) are displayed now near 
   the slider which can be adjusted with mouse movements.
 * Added basic SFZ import support by the Multisampler plugin series.
 * Added shared objects related to 3D rendering to LV2, VST and CLAP packages.
 * Fixed buggy tether for the parameter popup window.
 * Fixed improper data stream synchronization using LV2:Atom protocol.
 * Implemented linear ramping lramp_* functions in the lsp-dsp-lib optimized for
   i686, x86_64, ARM32 and AArch64 architectures.
 * Fixed avx::dyn_biquad_process_x8_fma3 function implementation which could cause
   some data distortion in the output buffer.
 * Fixed plugin state out of sync for CLAP plugin format on state restore in REAPER.
 * Several bugfixes in UI libraries.
 * Better support for build under different ARM architectures.
 * The Windows support status has been changed to 'Compiles'.
 * The AArch64 support status has been changed to 'Full'.
buildservice-autocommit accepted request 1061864 from Edgar Aichinger's avatar Edgar Aichinger (edogawa) (revision 17)
baserev update by copy to link target
Edgar Aichinger's avatar Edgar Aichinger (edogawa) accepted request 1061863 from Edgar Aichinger's avatar Edgar Aichinger (edogawa) (revision 16)
- new clap plugin subpackage
- Version 1.2.5
  * Introduced CLAP plugin format support.
  * Introduced the ‘Override Hydrogen drumkit’ feature for Multisampler plugin series.
  * Reworked and simplified the behaviour of the parameters that define ‘Stretch’ and
    ‘Loop’ ranges.
  * Minimum and maximum values now depend on the sample length for several parameters
    like ‘Stretch’, ‘Loop’, ‘Fade in’ and ‘Fade out’ in the Sampler and Multisampler
    plugin series.
  * Fixed the application menu spam in GNOME environment by reworking the XDG files
    (contributed by sdwolfz).
  * Changed VST parameter normalized value mapping for logarithmic parameters.
  * Added possibility to specify JACK connections that should be estimated by the
    standalone JACK plugin when the plugin connects to the JACK server.
  * Implemented plugin metadata validator which runs at the build stage and verifies
    the consistency of the plugin metadata.
  * Fixed bug related to modification of cyclic parameters for several plugin formats.
  * Fixed possible crash when importing configuration data from clipboard.
  * Added possibility to enable/disable Knob’s scale actions.
  * Several bugfixes related to the memory access in the lsp-ws-lib.
buildservice-autocommit accepted request 1045575 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 15)
baserev update by copy to link target
Konstantin Voinov's avatar Konstantin Voinov (kill_it) accepted request 1045574 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 14)
- remove patch fix-xorg-high-cpu-usage.patch now upstream
- Version 1.2.4
  * Implemented Noise Generator plugin series.
  * Added 'Stretch' and 'Compensate' functions to the sampler plugin (contributed by
    Vitalius Kuchalskis).
  * Added support of 'Loop' feature by the Sampler plugin series.
  * Added audio sample preview feature in the file open dialog for Sampler, Trigger,
    Impulse Responses and Impulse Reverb plugin series.
  * Extended LSPC (LSP Chunk) file format to support additional types of chunks.
  * Added possibility to export Sampler configuration as a single bundle with
    the configuration and audio files packaged together into the LSPC file format.
  * Fixed broken configuration save and load operations with relative file paths.
  * Added 'Min' and 'Max' sidechain sources for single-band and multiband dynamic
    processing plugins: Compressor, Dynamic Processor, Expander, Gate.
  * Added possibility to add several filters by performing mouse double click on the
    graph area for the Parametric Equalizer plugin series.
  * Added several built-in presets for the Parametric Equalizer plugin series
    (contributed by Largos @ linuxmusicians).
  * Fixed performance regression of the UI.
  * Significant optimizations of CPU consumption by the dspu::Limiter module.
  * Introduced tab control for the lsp-tk lib and lsp-plugin-fw.
  * Raised the maximum supported sample rate from 192 kHz to 384 kHz.
  * Several bug fixes in lsp-dsp-units library.
  * Several bug fixes in lsp-runtime-lib library.
  * Several bug fixes in lsp-plugin-fw library.
  * Several bug fixes in lsp-tk-lib library.
  * Fixed 32-bit ARM architecture detection under 64-bit CPU in makefiles.
- buildrequire php8 instead of php7 in TW
buildservice-autocommit accepted request 1011107 from Fabio Pesari's avatar Fabio Pesari (ozu) (revision 13)
baserev update by copy to link target
Fabio Pesari's avatar Fabio Pesari (ozu) committed (revision 12)
Fabio Pesari's avatar Fabio Pesari (ozu) accepted request 1011078 from Fabio Pesari's avatar Fabio Pesari (ozu) (revision 11)
- Add fix-xorg-high-cpu-usage.patch from upstream devel branch 
buildservice-autocommit accepted request 1002557 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 10)
baserev update by copy to link target
Konstantin Voinov's avatar Konstantin Voinov (kill_it) accepted request 1002556 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 9)
- remove patches, now upstream:
  02-Fixed-the-improper-use-of-nanosleep.patch
  01-Append-CXXFLAGS.patch
- Version 1.2.3
  * Graphic Toolkit Library lsp-tk-lib has been ported to Windows.
  * Updated compressor plugin bundles: added negative boosting gain
    option in 'Boosting' mode.
  * Updated gate plugin bundles: added negative gain option for
    ducking gateway option.
  * Assigned more correct names for sidechain types of dynamic
    processing plugins.
  * Introduced several workarounds for the support of UI by the OBS host.
  * Fixed build of i386 DSP code under FreeBSD with Clang compiler.
  * Better support of building code for ARMv6, ARMv7 and AArch64
    under FreeBSD with Clang compiler.
  * Added basic CI tests introduced by GitHub CI.
  * Several bugfixes in core libraries.
buildservice-autocommit accepted request 985689 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 8)
baserev update by copy to link target
Konstantin Voinov's avatar Konstantin Voinov (kill_it) accepted request 985688 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 7)
- add upstream patch:
  02-Fixed-the-improper-use-of-nanosleep.patch
- fix build and vl2lint check:
  01-Append-CXXFLAGS.patch 
- Version 1.2.2
  * Implemented Multiband Dynamic Processor plugin series.
  * Changed donation methods.
  * Added german translations (contributed by Johannes Guenther).
  * Added pitch control for the sample in the Sampler and Multisampler
    plugin series (contributed by Vitalius Kuchalskis).
  * Added pitch control for the sample in the Trigger plugin series.
  * Fixed plugin version tracking which didn't save the updated version
    to the configuration file.
  * Fixed improper configuration file import in JACK headless mode.
  * Fixed segmentation fault error in JACK headless mode when JACK
    connection was lost.
  * Added window scaling button function for plugin window.
buildservice-autocommit accepted request 974789 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 6)
baserev update by copy to link target
Displaying revisions 1 - 20 of 25
openSUSE Build Service is sponsored by