Releases: zarstensen/EchoMIDI
0.4.1
Application
the application now has a graphical user interface.
Currently no auto start or save functionality, but it should have enough features to at least try it out!
see README-Application for usage.
Library
Some bug fixes and minor symbol name changes.
The most relevant renaming is the move from FocusMute to FocusSend.
focusMove -> focusSend
getFocusMoveExec -> getFocusSendExec
MIDIOutDevice::focus_mute_path -> MIDIOutDevice::focus_send_path
for usage, see the README file and docs.
0.3.0
This release includes the mostly finished EchoMIDI library and a very simple prototype command line application.
Application
On startup the user is prompted for the inpu device id. A list of avaliable devices is also listed.
After this has been entered, all of the avaliable output devices will be listed and the user will be prompted for output targets, as well as a focus mute path (leave empty for no focus mute). If an invalid id is entered (-1 for example), the app assumes no more targets will be added, and starts the Echoer.
The focus mute path can either be the name of the application (the exe name, both with and without file extension is valid), or the full path to the application executable.
press the Enter key, once the application has started echoing, to exit the app.
Library
see README and docs for usage.
Full Changelog: https://github.com/karstensensensen/EchoMIDI/commits/0.3.0