Benjamin Klum

Results 365 comments of Benjamin Klum

I added this type bound because it becomes part of `DelegatingControlSurface` as `delegate: Box` and this one becomes part of the `ReaperSession` struct ... and latter I want to support...

> Btw, would it be possible to make methods like `set_track_list_change` and `ext_set_fx_change` take `&mut self` or would that be unsafe? (I'm currently working around this by sending msgs to...

Thanks. Can you post some instructions on how to reproduce this?

I think the correct way to handle this would be to improve the procedural macro to be able to handle a main function that doesn't have any return value -...

That's a way to do it client-side. I'm wondering if that would also work when adding it in the `reaper-macros` crate, which would fix the issue for everyone automatically.

# Proposal ## Basics When talking about import and export of Helgobox (ReaLearn) configuration, it's important to know that Helgobox knows **two** schemas for serializing/deserializing its data: ### The old...

@AntoineBalaine ## Getters/setters deal with strings, not tables Not sure if you are aware of this. If not, it's important to know: The getter will not return a Lua table...

Well, the actual proposal is fairly easy to implement. Just the LuaLS type definitions would be some effort (to make them work nicely). Let's see.

The problem with this Monark "Waveform Oscillator" parameter is that it insists on having very discrete values but doesn't report a step size. - With absolute control, this is no...

So technically, it's a missing feature/bug in Monark/Reaktor. We all know that NI won't fix this (I wouldn't as well because it would break backward compatibility). So you need to...