Releases: bizzycola/MidiGameBoi
Release list
2.0
Version 1.1
Added a new dialog that shows what notes are pressed and their associated note number(helpful for working out which numbers to bind).
Added two new Mneu items under new Tools menu: Reload Config Files and Note Viewer(brings up the previously mentioned note dialog).
Added 3 new config options:
ToggleLeftMouseClick: Causes the left mouse button to be toggled on and off by the note hit(NoteOff event will be ignored)
HoldLeftMouseClick: Causes the left mouse button to be held down until the binded MIDI note is triggered again. Also ignores NoteOff event.
HoldLeftMouseDelay: Number of seconds to hold the mouse button down if the above option is enabled.
Notice: If you enabled ToggleLeftMouseButton and HoldLeftMouseButton, then the app will automatically disable HoldLeftMouseButton and log a warning to the log file. This will not overwrite your config, it will only be done internally.
Enjoy!
First Functioning Release
It's the first one! Give it a try if you want.
Check out the project readme for details on doing stuff.