Schroedingers-Cat

Results 85 comments of Schroedingers-Cat

@bangstk the recordings were made with a SONY PCM-D100 using the default audio settings on both Steam Decks at a distance of 30cm. @robotzurg would you mind changing the issue...

> Last questions, > > -Is your OLED an LE or regular model? -Is your LCD an original or a refresh model? You can determine vita the explanation here https://www.ifixit.com/products/steam-deck-refreshed-model-speakers...

@bangstk your pipewire graphs match the graphs of my respective SteamDeck models. For the LCD model, the relevant node graph is: `App` out node -> `ACP/ACP3X/ACP6x Audio Coprocessor Speaker` in...

To be able to build a chocolatey package for jack, the installer needs to support silent switches. I started to work on that, but had issues with getting the project...

> I think if you want it to show up, you need to use "csurf" instead of "csurf_inst" when registering the surface. Are you referring to the following section of...

Made a first attempt at this, which actually does create an entry in REAPER's control surface plugin list: https://github.com/Schroedingers-Cat/reaper-rs/commit/ccb57fee694ea451246e00f58b3cf6329b2d0aef The descriptive name of the entry however is a garbage string,...

I tried that but whenever I run `cargo build --features generate ` or `cargo build --features generate -stage-one`, `cargo build --features generate-stage-two ` or `cargo build --all-features ` directly from...

Oh thanks, I didn't know that. No problem, I have all operating systems, will try it on another one.

Generating on Linux worked just fine! 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 medium that send...

> Is it necessary to do that? You're right. I had wrong assumptions about this that got cleared up by reading some texts about generating bindings with Rust. > I...