Benjamin Klum

Results 365 comments of Benjamin Klum

If you are on Windows, the easiest thing it to use WSL.

> Generating on Linux worked just fine! Great! > I also added an alternative constructor to `CppToRustControlSurface` that takes `reaper_csurf_reg_t` as second parameter (with alternative functions up to `reaper_session.rs` in...

I think `reaper_csurf_reg_t.create` is not designed to take `self`, so there's no way to magically access `self` without building some kind of abstraction on top of that (e.g. using a...

@Schroedingers-Cat So sorry, I can't handle larger reaper-rs PRs/questions at the moment. Too much other stuff going on. This topic is unfortunately a bit more time-consuming. I would have to...

I haven't built in such a limitation. The effect you see is probably related to comparing floating point numbers, which is notoriously difficult/inaccurate. You need to account for this inaccuracy...

Yes, I think that's a good idea. At the moment one needs to include it manually making sure it's the same version.

> I'm thinking on `PositionInPpq` representation. Basically, in take, PPQ is just normal `u32`. And, working with midi events, I usually need to convert it to the `u32`. It just...

> Hmm, I never told to Justin)) If I try to ask some questions in cocos forum, it looks for me like an dead frost... I asked him an he...

Hi! Both are supported already. Did you find something specific that doesn't work with VST3 or CLAP plug-ins?

Ah, you mean ReaLearn itself as a VST3/CLAP? No. Why? It wouldn't make any difference in functionality. ReaLearn is not the average instrument/effect plug-in where this would matter. It's totally...