threa4ctor

Results 8 issues of threa4ctor

The commit #264 fixed a memory leak because the ports where never deleted. The problem is that deleting the ports triggers a bug of rtmidi on MacOS: https://github.com/thestk/rtmidi/issues/155 I use...

bug
wontfix
feature:backend
upstream:rtmidi
os:macos

The current Swift implementation sets a fixed value of 1024 bytes for the MIDIPacketList as you can see [here](https://github.com/InvisibleWrench/FlutterMidiCommand/blob/6b07b933425c093a45a4c4259eda047a83a320f6/ios/Classes/SwiftFlutterMidiCommandPlugin.swift#L706). This prevents sending certain SysEx data wich can be way bigger....

I'm trying to understand the current implementation in order to add support for my Analog Rytm MKI. Is there any reason why this is called twice in a row? https://github.com/droelfdroelf/dtdump/blob/a0155554b40db44cd0b4422802ccbb9c742344ee/src/overbridge.c#L188...

**Is your feature request related to a problem? Please describe.** It looks like you could need some help with polishing things, especially on Linux where #37 is a show stopper...

Is this even supported/testet? ``` $ hueadm modify-scene '1AyajTR4qLFAhS8' lights=2,7,18 /home/nodered/node_modules/hueadm/node_modules/hue-sdk/lib/hue.js:40 cb(null, data); ^ TypeError: cb is not a function at /home/nodered/node_modules/hueadm/node_modules/hue-sdk/lib/hue.js:40:5 at IncomingMessage. (/home/nodered/node_modules/hueadm/node_modules/hue-sdk/lib/request.js:24:7) at IncomingMessage.emit (events.js:185:15) at endReadableNT...

It seems like OLA has the ability to merge data. But I couldn't find concrete information on how exactly it works and how to achieve that. My concrete use-case is...

The current Python bindings use one or more deprecated APIs from `google.protobuf`. ``` from ola.OlaClient import OlaClient File "/opt/homebrew/opt/ola/libexec/lib/python3.13/site-packages/ola/OlaClient.py", line 23, in from ola.rpc.SimpleRpcController import SimpleRpcController File "/opt/homebrew/opt/ola/libexec/lib/python3.13/site-packages/ola/rpc/SimpleRpcController.py", line 18,...

Denons Engine DJ recently got support for stem separation. The file the desktop software produces seems to be in STEMS format but there's something different in the format. The output...