After a while of playing on MIDI and switching parameters, a series of such messages can be seen on the terminal.
With jalv.gtk from git 57b35f6, lilv 0.24.4.
assertion failure: "bufferSize == sizeof(float)" in file ../../dpf/distrho/src/DistrhoUILV2.cpp, line 132
In DPF, it indicates UI failure to get notified of parameters.
The size of the received value must be 4 (float), instead a garbage size value arrives.
It does not affect DSP, the sound works, it's just UI not refreshed with parameter values after the preset change.
After a while of playing on MIDI and switching parameters, a series of such messages can be seen on the terminal.
With jalv.gtk from git 57b35f6, lilv 0.24.4.
In DPF, it indicates UI failure to get notified of parameters.
The size of the received value must be 4 (float), instead a garbage size value arrives.
It does not affect DSP, the sound works, it's just UI not refreshed with parameter values after the preset change.