Revisions of lsp-plugins

buildservice-autocommit accepted request 1161603 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 74)
baserev update by copy to link target
Konstantin Voinov's avatar Konstantin Voinov (kill_it) accepted request 1161602 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 73)
- fix post(un) in .spec
buildservice-autocommit accepted request 1155399 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 72)
baserev update by copy to link target
Konstantin Voinov's avatar Konstantin Voinov (kill_it) accepted request 1155398 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 71)
- update to 1.2.15
  * Added experimental VST3 plugin format support.
  * Added built-in presets for Compressor plugin series.
  * Fixed bug in smoothing mode of Parametric Equalizer and Filter
    plugins that could be caused when using large buffer sizes.
    Additional optimizations to reduce CPU resources when processing
    in smoothing mode.
  * Updated behaviour of band frequency splits in the UI for Multiband
    Compressor, Multiband Expander, Multiband Gate Multiband Dynamic
    Processor and Crossover plugin series.
  * Several bugfixes and improvements in implementations of VST2, LV2 and CLAP formats.
  * Added possibility to manually enter channel name in Mixer plugin series.
  * Added MIDI velocity control code display in Sampler and Multisampler plugin series.
  * Added support of LR2 (12 dB/oct) filters by the Crossover plugins series.
  * Added S/M Apply switch to Crossover plugin series that applies
    effect of Solo/Mute buttons to corresponding frequency band's outputs.
  * Improved grid color and visibility for the Spectrum analyzer plugin
    series in Spectralizer mode.
  * Implemented Hold option for Compressor, Dynamics Processor, Expander
    and Gate plugin series.
  * Implemented Hold option for Multiband Compressor, Dynamics Processor,
    Expander and Gate plugin series.
  * Added Dry/Wet balance control for Compressor, Dynamics Processor,
    Expander, Gate and Trigger plugin series.
  * Added Dry/Wet balance control for Multiband Compressor, Dynamics Processor,
    Expander, Gate and GOTT Compressor plugin series.
  * Fixed phasing issue between dry and wet signal for GOTT Compressor in Linear Phase mode.
  * Fixed invalid curve markers display in Multiband Gate plugin series.
  * Re-implemented allpass filters for Equalizer that could yield to high frequency pitch buildup.
  * Updated split editing behaviour for Multiband plugin series and Crossover plugin series.
  * Added basic UI design guidelines to the documentation.
  * Several bugfixes in graphic toolkit library.
buildservice-autocommit accepted request 1135008 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 70)
baserev update by copy to link target
Konstantin Voinov's avatar Konstantin Voinov (kill_it) accepted request 1135007 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 69)
- update to 1.2.14
  * Implemented Clipper plugins series.
  * Implemented Multiband Clipper plugin series.
  * Implemented Parametric Equalizer x8 plugin series.
  * Updated VST 2.x plugin naming to fit the maximum possible length
    of 31 characters.
  * Added tracking of maximum values option for Spectrum Analyzer
    plugin series.
  * Added possibility to change frequency values by double click for
    GOTT Compressor.
  * Improved performance of expression language in the UI.
  * Implemented separate input and output signal spectrum analysis
    for Filter, Graphic Equalizer and Parametric Equalizer plugin series.
  * Updated default value and extended range of the zoom fader for
    Filter, Graphic Equalizer and Parametric Equalizer plugin series.
  * Added possibility to globally adjust filter point size for Filter,
    Graphic Equalizer and Parametric Equalizer plugin series.
  * Added gain level display for filter info of the Parametric
    Equalizer and Filter plugin series.
  * Added missing inline display to the Autogain plugin series.
  * Threshold markers are now editable for all dynamics and
    multiband dynamics plugins.
  * Implemented switch that controls automatic scaling of spectrum
    graph for plugin series:
      * Beat Breather.
      * Filter.
      * GOTT Compressor.
      * Graphic Equalizer.
      * Multiband Compressor.
      * Multiband Dynamic Processor.
      * Multiband Gate.
      * Multiband Expander.
      * Multiband Limiter.
      * Noise Generator.
      * Parametric Equalizer.
  * Many code updates that could cause potential problems related
    to using another decimal point for floating-point number formatting.
  * Added frequency and note displaying for band splits for all
    multiband plugin series.
  * Added support of storing current file type selection in
    file dialogs of UI.
  * Optimization of compressor and gate functions using AVX-512
    instruction set.
  * Fixed bug in Mid/Side conversion functions for AArch64
    architecture (contributed by marcan at GitHub).
  * Introduced SIMD-optimized expander curve and gain functions.
  * Improved performance of logarithmic values calculations for
    DSP modules.
buildservice-autocommit accepted request 1121043 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 68)
baserev update by copy to link target
Konstantin Voinov's avatar Konstantin Voinov (kill_it) accepted request 1121042 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 67)
- update to 1.2.13
  * Fixed bug in Multiband Limiter plugin series caused by invalid
    processing of large input buffers.
  * Fixed bug in Compensation Delay plugin series caused by invalid
    processing of large input buffers.
  * Fixed crackling sound caused by small buffer gaps in Autogain
    plugin series.
  * Fixed bug introduced in 1.2.11 version related to improper
    optimized function for AVX-512 instruction set that could cause
    dynamic processing plugins (like Compressor, Expander, Gate, etc)
    work improperly.
  * Several optimizations of DSP library with AVX and AVX2 instruction sets.
  * Many additional optimizations of DSP library with AVX-512 instruction set.
  * Optimizations of compressor, expander and gate modules with SIMD instructions.
  * Gate module now uses lsp-dsp-lib for low-level gain and curve optimizations.
  * Reduced the gain curve refresh rate for all multiband plugins
    which may reduce CPU usage for small input buffer sizes.
  * Optimized common gain curve calculation for all multiband plugins.
 
buildservice-autocommit accepted request 1117775 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 66)
baserev update by copy to link target
Konstantin Voinov's avatar Konstantin Voinov (kill_it) accepted request 1117774 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 65)
- Remove 01-Fixed-double-free-of-generated-port-metadata.patch
  now upstream
- update to 1.2.12
  * Implemented Autogain plugin series for controlling the loudness
    of the signal according to the ITU-R BS.1770-4 specificaions.
  * Implemented SIMD-optimized curve and gain calculation functions
    for compressors which allow to lower the CPU consumption by
    compressor plugins.
  * More AVX-512 optimized functions added to the low-level DSP code.
  * Additional SIMD-optimized functions added to DSP library.
  * Fixed VST2 plugin crash on UI close in OBS Studio.
  * Fixed invalid default values of parameters for CLAP plugin format.
  * Fixed double memory free of generated port metadata in CLAP,
    VST2 and LV2 wrappers.
  * Fixed HPF/LPF knob activity in the UI for multiband dynamics
    plugins.
buildservice-autocommit accepted request 1114153 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 64)
baserev update by copy to link target
buildservice-autocommit accepted request 1110174 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 62)
baserev update by copy to link target
Konstantin Voinov's avatar Konstantin Voinov (kill_it) accepted request 1110173 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 61)
- 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.
buildservice-autocommit accepted request 1106092 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 60)
baserev update by copy to link target
Konstantin Voinov's avatar Konstantin Voinov (kill_it) accepted request 1106091 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 59)
- 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.
buildservice-autocommit accepted request 1101636 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 58)
baserev update by copy to link target
Konstantin Voinov's avatar Konstantin Voinov (kill_it) accepted request 1101526 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 57)
- 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 1088481 from Konstantin Voinov's avatar Konstantin Voinov (kill_it) (revision 56)
baserev update by copy to link target
Displaying revisions 1 - 20 of 74
openSUSE Build Service is sponsored by