Peter Sobot
Peter Sobot
@rec The hard part about a _truly_ continuous value is that changing it on every sample is hugely detrimental to performance, and usually isn't audibly different. A lot of the...
Thanks so much @robclouth! This looks like a great starting point - I'll take some time to review the changes in more detail soon. Very glad to see that it's...
Hi @charlesneimog! I'm not sure I follow what the problem is here - what happens when you run the above code, and how does it differ from what you expect...
Hi! Pedalboard currently doesn't support more than two channels (although this could be changed by changing/removing [these two lines of code](https://github.com/spotify/pedalboard/blob/ce13a762b11665bbc3c94b755173641014d4ef6f/pedalboard/BufferUtils.h#L84-L85)). You mention that these plugins support up to 64...
It might, yes! The tests are pretty comprehensive, so you should also be able to run `tox` to find out if your changes broke anything. The number of input/output channels...
@valleyofblackpanther Somewhat - @robclouth [has an open pull request that started to add MIDI message support](https://github.com/spotify/pedalboard/pull/110), but that PR has been abandoned for some time and I don't know of...
@valleyofblackpanther If we were to build in MIDI support, it'd be great to [use Python's duck typing avoid adding an explicit dependency on any specific MIDI library](https://github.com/spotify/pedalboard/pull/110#discussion_r923469487). MIDI messages are...
Hi @rhelsing! The ball is in @robclouth's court at the moment - although anybody else is also welcome to create a similar branch (optionally based on this one) and make...
@TylerMclaughlin Note that the issue you mentioned (#118) was fixed on the `master` branch as of July 28th, 2022 (https://github.com/spotify/pedalboard/issues/118#issuecomment-1198577264) - but @robclouth's branch does not include that fix. I'd...
Closing in favour of #225, which has been merged into Pedalboard v0.7.4.