Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Jalv, UI cannot receive parameter #4

Open
jpcima opened this issue Jun 15, 2019 · 2 comments
Open

Error in Jalv, UI cannot receive parameter #4

jpcima opened this issue Jun 15, 2019 · 2 comments

Comments

@jpcima
Copy link
Member

jpcima commented Jun 15, 2019

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.

@trebmuh
Copy link
Member

trebmuh commented Jun 15, 2019

note after a IRC discussion: this is to be expected to be the most seen while using chipwave

@jpcima
Copy link
Member Author

jpcima commented Jun 15, 2019

Yes and I haven't made it clear in the message:
it's after a preset change, which I suppose to create a burst of parameter changes and corrupt the communication protocol somewhat.

(I'm suspicious of jalv about this, so I will check it later.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants