You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue. This bug can be reproduced by removing and re-making the plugin processor before loading the state. In my case, the program exits immediately like a segment fault.
I also verified that 0.6.15 doesn't have this issue.
importdawdreamerasdawengine=daw.RenderEngine(44100, 128)
# save state and remove pluginplugin=engine.make_plugin_processor('my_plugin', plugin_path)
plugin.open_editor()
plugin.save_state(state_path)
engine.remove_processor('my_plugin')
# reload pluginplugin=engine.make_plugin_processor('my_plugin', plugin_path)
plugin.load_state(state_path) # the program exits here# ......
Hi! I considered and decided to post this finding I have reported elsewhere in a separate issue.
I upgraded to 0.6.16. It seems that synth.load_state(synth_state) does not work anymore. The instrument I chose just uses its default settings.
On top of that there seem to be more segmentation faults now.
The text was updated successfully, but these errors were encountered: