Skip to content

Releases: bizzycola/MidiGameBoi

2.0

Choose a tag to compare

@bizzycola bizzycola released this 04 Nov 00:04

Updated to .NET 9, upgraded packages and rebuilt

Version 1.1

Version 1.1 Pre-release
Pre-release

Choose a tag to compare

@bizzycola bizzycola released this 13 Jun 10:25

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

Pre-release

Choose a tag to compare

@bizzycola bizzycola released this 08 Jun 13:38

It's the first one! Give it a try if you want.

Check out the project readme for details on doing stuff.