Vladimir Sadovnikov
Vladimir Sadovnikov
At this moment while discovering the issue https://github.com/sadko4u/lsp-plugins/issues/256 I see the following messages in the log: ``` LSP Compressor LeftRight filtered out - class not supported LSP Compressor Mono filtered...
It seems that link-time optimizations (-flto flag) give negative effect on JACKD. It just crashes at the first connection of client. Noticed such behaviour under virtual environment of 32-bit openSUSE...
## Summary Not all audio devices provide all sample rates that can be useful. For example, for analog radio broadcasting the 32 kHz sample rate is the preferred one. But...
Here we're working on 4i4 gen3 support
Something like this (inspired by HTML): ```html ``` The current element is checking top-down If the `value` attribute equals to the value or the `active` attribute is `true`, the item...
Moved part of requirements from https://github.com/sadko4u/lsp-plugins/issues/337. It would also be nice to have a Correlation Meter in the Spectrum Analyzer or Oscilloscope plugins.
When loading session in Ardour, the Artistic delay generates garbage at startup. After that, it works as usual. Original problem has been posted here: https://discourse.ardour.org/t/lsp-artistic-delay-and-ardour-startup/110082/12
It could be very useful to use functions in expression language in XML and define them in code. For example: ```XML ```
At these moment, the DSP provides only complex FFT transform functions. By the other side, 'lsp-dsp-lib' uses transform functions for real numbers, considering imaginary part of complex numbers being zero....
Plugin framework needs to introduce possibility to perform plugin interconnection based on audio and MIDI buffers. This gives several benefits: - Availability to display some data from one plugin in...