pedalboard icon indicating copy to clipboard operation
pedalboard copied to clipboard

synth_plugin.show_editor() IndexError: basic_string

Open 0xdevalias opened this issue 1 year ago • 0 comments

I load a VST3 (Serum), change some patch settings, then save the patch, and I get the following crash from pedalboard:

Traceback (most recent call last):
  File "/Users/devalias/dev/0xdevalias/poc-audio-pedalboard/./synth_vst_loader.py", line 131, in <module>
    synth_plugin.show_editor()
IndexError: basic_string

0xdevalias avatar Apr 21 '24 02:04 0xdevalias