-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Sound of exported LV2 instrument plugins is shifted down one half tone #6401
Comments
My guess would be that you run LMMS at 48kHz and export at 44.1kHz, but the LV2 plugin isn't aware of the sample rate change for some reason. |
It seems like |
I won't fix it before the end of reorg 😂 But if you want to fix it earlier, go ahead. |
Time to work on this. |
This implements the previous stub `Lv2ControlBase::reloadPlugin`, which is required if the LMMS sample rate changes. Additionally, this removes two unused pure virtual functions of `Lv2ControlBase`, making the class non-abstract, so we can call its CTOR after deleting it.
@spechtstatt I submitted PR #6419. Totally untested. Can you please check? |
OK, please don't test. It's causes segmentation faults, I need to fix it. |
No problem - thank you for working on it. |
This implements the previous stub `Lv2ControlBase::reloadPlugin`, which is required if the LMMS sample rate changes.
This also includes banning blop's wavedata plugins, because they crash on reloading. Reference: https://gitlab.com/drobilla/blop-lv2/-/issues/3
This also includes banning blop's wavedata plugins, because they crash on reloading. Reference: https://gitlab.com/drobilla/blop-lv2/-/issues/3
This also includes banning blop's wavedata plugins, because they crash on reloading. Reference: https://gitlab.com/drobilla/blop-lv2/-/issues/3
This also includes banning blop's wavedata plugins, because they crash on reloading. Reference: https://gitlab.com/drobilla/blop-lv2/-/issues/3
This also includes banning blop's wavedata plugins, because they crash on reloading. Reference: https://gitlab.com/drobilla/blop-lv2/-/issues/3
Bug Summary
When exporting sounds from a LV2 instrument plugin the resulting mp3 or wav file plays this sounds one half tone lower.
Steps to reproduce
Expected behavior
Exported sound from LV2 instrument plugins should match the sound played directly in LMMS
Actual behavior
Exported sound from LV2 instrument plugins are shifted one half tone lower
Affected LMMS versions
Version 1.3.0-alpha.1.149
The text was updated successfully, but these errors were encountered: