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
I"m trying to use pedalboard in a jupyter notebook on Ubuntu 22.04 LTS
in order to load some vst3 from windows I installed WineHQ and yabridge, setted up everything.
I'm testing with Pigments from Arturia,
loading the standalone version with wine works almost perfectly (some vst GUI dropdown menus does not show correctly, it seems a displaying problem but that won't cause problem for what I intend to do)
the instrument works, make sound and so on.
However if I load it through pedalboard in a notebook, it loads correctly and shows up using the show_editor() function, but it doesn't produce any sound.
Same thing if I try to write an audio file with midi note to the instrument, the audio file is written, correct duration but no sound.
does somebody know if vst3 loaded in a notebook on Ubuntu (using wine + yabridge) should work ?
Hi there !
I"m trying to use pedalboard in a jupyter notebook on Ubuntu 22.04 LTS
in order to load some vst3 from windows I installed WineHQ and yabridge, setted up everything.
I'm testing with Pigments from Arturia,
loading the standalone version with wine works almost perfectly (some vst GUI dropdown menus does not show correctly, it seems a displaying problem but that won't cause problem for what I intend to do)
the instrument works, make sound and so on.
However if I load it through pedalboard in a notebook, it loads correctly and shows up using the show_editor() function, but it doesn't produce any sound.
Same thing if I try to write an audio file with midi note to the instrument, the audio file is written, correct duration but no sound.
does somebody know if vst3 loaded in a notebook on Ubuntu (using wine + yabridge) should work ?
here is my code (working) :
and the output log (without the parameters, it was for testing, and vst parameters are also correctly gathered.
The text was updated successfully, but these errors were encountered: