Benjamin Klum
Benjamin Klum
> Thanks alot for your valuable information. Is there a tutorial on het FX: Load snapshot"? Because I have no clue what you mean, but it means there is a...
One way is to simply add another mapping to the same button that mutes track 3 (target "Track: (Un)Mute". Another more sophisticated way is to use mapping snapshots. It works...
If you want to do this the manual way, there's a possibility: https://forum.cockos.com/showpost.php?p=2608722&postcount=2761 But yes, I guess the ability to configure this globally would be nice. I need to give...
You can't at the moment. But it would be easy to add as a target.
Sorry for the late reply. You need two virtual control elements for this. Otherwise I don't see how it can work. It's two separate labels, so there should be two...
I think I understand. I guess that would need a new type "Both" in addition to "Numerical feedback" and "Textual feedback". Or rather, it would need to be possible to...
This sort of bugs should be approached at some point by refactoring reaper-high, not before 2.15 though. There should be a step first to make sure the track/FX/send/whatever is loaded.
Yes, it's hidden. I use dogfooding to develop reaper-rs, so I add only the functions that I need for my own projects. Didn't need control surfaces yet that show up...
You need to add `reaper_csurf_reg_t` to bindgen in reaper-low's `build.rs` (via `whitelist_type()` method) and then regenerate via `cargo build --features generate` followed by `cargo fmt`. I chose to only generate...
Keep in mind you need to do it on Linux or macOS (eventually has to be Linux though, that's my convention). I think I disabled it for Windows.