Crash on exporting audio (MacOS only)
See the attached score and try to export audio on Mac.
Attachment | Size |
---|---|
Bust_a_Head_-_Medium_Level.mscz | 20.31 KB |
See the attached score and try to export audio on Mac.
Attachment | Size |
---|---|
Bust_a_Head_-_Medium_Level.mscz | 20.31 KB |
Comments
Fixed in branch 2.3.1, commit f4148d874d
fix #273996: crash when exporting audio
Fixed self-written stack logic and replaced it with proper usage of stl.
Fixed in branch master, commit ea0c5c7fa0
fix #273996: crash when exporting audio
Fixed self-written stack logic and replaced it with proper usage of stl.
Replace stack with queue. Some test cases rely on not reusing recently active voices, because they don't use NOTEOFF events properly, so sustain phase may interfere with the expected results. It is believed not to be the case for general playback workflow.
Automatically closed -- issue fixed for 2 weeks with no activity.