Peter Sobot
Peter Sobot
Hi @Nintorac! Thanks for this bug report - this is very curious. I don't have a Linux environment available with the relevant Python versions (although I could create one, given...
Thanks! I wouldn't expect these to be any different - `ldd` reads the Dexed binary (and doesn't touch Python at all) to figure out what binary dependencies Dexed needs at...
Hi @Isak-Andersson! There are a couple ways forward here, in order from easiest to hardest: - Any changes you make with `show_editor` _should_ be exposed to Pedalboard via the parameters...
> Is there a good reason to use them instead of just pure txt files? Yes; JSON handles serialization for you, so you don't need to define your own file...
Hi @kleblackford! Thanks for this - especially including a JUCE plugin to test with! I have one architectural concern here: Pedalboard allows users to to pass any shape of input...
> I see what you mean there. So what would need implementing is a check that for a maximum channel count `n` and an input array shape `[i, j]` that...
Hi @aristizabal95! Pedalboard is a Python wrapper for the JUCE C++ audio framework, and luckily, [JUCE seems to have _some_ ASIO support](https://github.com/juce-framework/JUCE/blob/69795dc8e589a9eb5df251b6dd994859bf7b3fab/modules/juce_audio_devices/juce_audio_devices.h#L79-L89). I haven't tried this (and don't have a...
Hm, that's interesting - I'm not a Windows user nor have I tried ASIO before, so I'm not that useful here unfortunately. Are you able to set just one of...
Hey @DavidDiazGuerra! I haven't kept up-to-date with the latest advancements in running VSTs under WINE, nor have I tried those projects - but if the three projects you linked allow...
This is super great to hear @DavidDiazGuerra! I haven't had time to try yabridge just yet, but it sounds like this might be worth adding to Pedalboard's documentation. Do you...