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

MDA JX10 output silences in VST 2 version #1

Open
stez-mind opened this issue Dec 16, 2019 · 1 comment
Open

MDA JX10 output silences in VST 2 version #1

stez-mind opened this issue Dec 16, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@stez-mind
Copy link
Contributor

Issue Description

When launching the included MDA Jx10 plugin in VST 2 version, voices go suddenly silent. Everything seems to be working fine with the VST 3 version.

Elk Audio OS version

0.6.0

Raspberry Pi Model

RPi3 B+

How to reproduce

Just launch any SUSHI configuration file that is using MDA JX10 in the distro, either with the internal arpeggiator/sequencer or connecting an external MIDI device.

@stez-mind stez-mind added the bug Something isn't working label Dec 16, 2019
@stez-mind
Copy link
Contributor Author

This happened suddenly when reverting back to a 32bit toolchain.

Investigating the problem with GDB + traps for floating-point exceptions, it seems that the State Variable Filter blows up. The filter model is known to be unstable under certain parameters & modulations conditions.

I had the same problem on my native X86-64 machine and it thus seems that the algorithm itself is very sensitive to small changes in toolchain setup.

We tried building without any optimization without any luck for the RPi3 32 bit. Interestingly enough, the VST3 version works which has basically the same code apart from an added pan parameter...

The workaround for the moment is using the VST 3 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant