Simple WPF desktop app that configures a midi keyboard (or midi pad controller) to be a soundboard. Tested with an AKAI LPD 8.
Stars
14
Forks
4
Watchers
14
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
Added text trimming in order to prevent long file names to push down the 'remove' button.
54ba334View on GitHubFixed issue #16 in which no midi devices could be found due to a nullReferenceException. Didn't test for backwards compatibilty with default value of the midi buttons ("test button").
95295d6View on GitHubMerge branch 'master' of https://github.com/JennoVink/MidiKeyboardSoundboard
08cfd10View on GitHubAdded basic implementation for dynamically ignoring autosensing values (not hardcoding it).
819ba36View on GitHubResharper cleanup, added a button flash animation timer. When you spam one button, the animation didn't work properly. That's wh a Timer is needed.
85f18c4View on GitHubAdded backward compatability for the stopbutton and existing saved configurations.
cc02703View on GitHub