amidiminder
amidiminder copied to clipboard
ALSA utility to keep your MIDI devices connected
Steps to repro: 1. Create your own /etc/amidiminder.rules file. 2. Make a new version of amidiminder. 3. Use `sudo dpkg -i ...` to install the new version. Your /etc/amidiminder.rules file...
Hi there! I've got amidiminder working on a Libre Le Potato single board computer, running their customize Raspbian, based on Debian 11.6. I had no problems building and installing it,...
``` make mkdir -p ./build g++ -MMD -MP -fdata-sections -ffunction-sections -O2 -c rule.cpp -o build/rule.cpp.o rule.cpp: In function 'ClientSpec {anonymous}::parseClientSpec(const std::string&)': rule.cpp:168:56: error: cannot bind non-const lvalue reference of type...
These are the last few changes that were needed to get midiminder accepted into the Debian archive
**Description** When using `midiwala connect|disconnect` with **quoted** `client:port` names that themselves contain an extra colon in the **port** part (e.g. `player: T-1`), the CLI returns `malformed address …`. Using numeric...