hairless-midiserial icon indicating copy to clipboard operation
hairless-midiserial copied to clipboard

Adding command-line support & console output

Open rhargreaves opened this issue 4 years ago • 1 comments

I made a fork of this app to add command-line support, optionally hide the window & add ability to output MIDI message data to the console:

https://github.com/rhargreaves/hairless-midiserial#command-line-support

It helps me with a project I'm working on here to be able to automate the running of the bridge as part of my development workflow. Happy to isolate the changes and submit a PR if you're interested in adding the functionality.

rhargreaves avatar May 03 '20 15:05 rhargreaves

I made a copy of your fork and compiled this for Linux Mint. I had to change DEFINES += LINUX_ALSASEQ to DEFINES += LINUX_ALSA for it to find my ALSA virtual MIDI ports. Also your fork needed the function call change toLatin1() in PortLatency_linux.cpp to compile in QT5. This is just what I was looking for.

sandstone42 avatar Oct 04 '20 03:10 sandstone42