Michael Manzinger

Results 33 comments of Michael Manzinger

We had the same problem in a build using Node 14 and Visual Studio 2017 (MSBuild 15). Builds using Node 16 and Visual Studio 2022 (MSBuild 17) do not seem...

Might have been fixed by https://github.com/electron/electron/pull/34109 I will try tomorrow and see if I can still reproduce it in my project.

Works again for me too 🚀

Which version of node.js are you running? The `uws` module requires at least version 4. For older versions, you might be able to run it with the `--harmony` flag to...

I just noticed that the install scripts still point to the old NodeJS v0.10.24, sorry for that! I changed that to the current LTS release v6.10.2. However, I don't have...

@Fruudcake does it work if you replace `EXE=/usr/bin/forever` with `EXE=/opt/node/bin/forever` in `/etc/init.d/forever-01v96-remote`?

Thanks for helping me repair it! It's a bit hard without having the hardware to test it - maybe I should investigate simulating a Raspberry Pi in a virtual machine...

Fixed, thanks! The app was designed to have a quite limited functionality because the original Raspberry Pi was really slow and just displaying the faders in real-time would usually challenge...

I'm actually not sure any more. Maybe there was just no need for the high resolution, the low one still has 256 fader levels 😅

That was another limit I introduced for performance reasons :smile: In the long term it's probably best to add a configuration variable for the number of aux entries you need....