Stazed
Stazed
The main issues are... convertbank.py typo for otrem "44" vs "45" added the gate rkrremap.py EQ and Parametric EQ -have that confusing indexing, but Gain & Q (EQ) and Gain...
For release version 1.2.5, the LV2 plugin names have been changed to be prefixed with **RKRP** instead of **RakarrackPlus**. This change is only cosmetic and is fully compatible with prior...
Highly unlikely that any of these old banks are still out there. Remove bank conversion, and help references also.
Only currently needed for echotron taps. Others could be expanded to include stages in MIDI control.
Get about 4 of the above [WRN] Non-existing client=xxxx each time a VST3 is deleted. Seems harmless, but should it be something to worry about? Getting spammed on plugin scan......
A little debugging, I checked the MIDI out processing for VST3 using the Sampler plugin MIDI pass-through. The Sampler MIDI out and host seem to correctly process the MIDI out...
Affects all plugin types. Looks like missing: ``` nChannel = pChannel->value(); ``` In: ``` /home/sspresto/Programming/lsp-plugins/modules/lsp-plugins-trigger/src/main/plug/trigger.cpp ``` ``` void trigger::update_settings() ``` Adding above fixed it for me.
After getting VST3 to work with LSP in non-mixer-xt, I noticed a significant sustained CPU spiking occurring when loading any VST3 plugin that was not present in the other types....
Hello @DeimosLabs, In the wip branch I added the fixed static LFO Analog Phaser as a separate effect to R+ that is named ResSolution. It should be fully working and...