-
Notifications
You must be signed in to change notification settings - Fork 26
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
LV2 plugin does not produce (much) sound #2
Comments
Same issue here. |
Quick debug session with @magnetophon - it works on his box when compiled without AVX,SSE
I don't have this issue, here both AVX and SSE are fine (Intel i7-5600U). tested by manually commenting Lines 682 to 687 in 9ffa1d2
So it seems that some of the dedicated asm code is not portable or fails on some CPUs (even if AVX or SSE are supported) |
Could the issue be alignment? I don't see boilerplate that tests if |
Unfortunately, the only sound that I am able to produce with the LV2 plugin of libfmsynth is a very quiet, low-pitched "hummm" if I send MIDI notes to it.
I have created the LV2 on a recent Arch Linux / x86_64 according to your documentation. The plugin loads fine in jalv.gtkmm. I am able to load one of the provided presets and can see corresponding value changes in the plugin's GUI. MIDI notes are send using jack-keyboard, and the required jack connections are created using Catia. The same setup produces audible sounds using for example TAL-Noisemaker LV2. I can reproduce the same behaviour using Carla as a host.
Apart from that I have created the test program. If I run the program providing a file name it creates this text file containing two columns of numbers.
Do you have any idea what might went wrong?
The text was updated successfully, but these errors were encountered: