Gunnar Carlson

Results 14 comments of Gunnar Carlson

Any comment on this?

I updated it to the latest version (1.0.53; I don't remember which version I had when writing the first report), which seems even more buggy. It is still sending CC6...

> ...I simple use a provided `GetPortName(...)` method in the underlying library. No, you don't. In RtMidiDeviceInfo, you set the name to: ``` Name = name.EndsWith(port.ToString()) ? name.Substring(0, name.LastIndexOf(port.ToString(), StringComparison.Ordinal))...

When running my app, built for arm64, I get the following error: Exception while creating default input device: System.DllNotFoundException: Unable to load shared library 'rtmidi' or one of its dependencies....

I realize that having example code for debugging would simplify things a lot, and I'd love to supply that if I had something like that. My application is a Stream...

It was easier than I thought to extract the things from my code. With the following code, I can replicate the issue on my mac. ``` using SharpHook; using SharpHook.Native;...

I don't know how you can see Bitwig as a huge app. It uses 1.75 GB RAM on my Mac. I know there are other apps with similar problems but...

As I mentioned in my initial report, this problem only affects some apps. I thought it affected more apps, but it turns out that Bitwig may be the only one....