-
-
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
Problems with export of project with Sample Track #3344
Comments
|
Reproduced with ALSA. |
@PhysSong can you elaborate |
@musikBear I can reproduce it for various samples. I used gui, and the exported file has .wav extension. |
Then its a critical :/ |
After the exporting ends,
However, |
Easy to fix? |
I'm testing a simple fix: postpone the emitting of |
I will install a test binary if you have any @PhysSong |
Actually I have some choices. |
As discussed in PR #3341 there is some issues with exporting projects containing a Sample Track. I've only seen this when using SDL. ALSA works fine and other sound engines I haven't tried.
The renderer process will simply hang and never return to main(). If you do a
--rendertracks
export it will stop on the first Sample Track it tries tor render.I'm not done bisecting this but it may have happened around these commits 8497d39 e55ec80
The text was updated successfully, but these errors were encountered: