AutoHotKey (AHK) script to map MIDI inputs to keyboard shortcuts or macros
Stars
47
Forks
6
Watchers
47
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
44
commits
README.md - fix `MaxLogLines` in config example
29ae44fView on GitHubMerge pull request #8 from laurence-myers/ahk-v2
4338418View on GitHubFix missing description from input log, column values were all off by 1
96dfad9View on GitHubFix error when trying to append a row and the GUI has not been initialised ("Show on Startup" is off)
5ad40baView on GitHubREADME.md: add info on version support and migration
6a2e734View on GitHubMerge remote-tracking branch 'midi-v2/main'. Delete old files.
f2f7be3View on GitHubMake the number of log lines configurable in .ini, via setting `MaxLogLines`. Defaults to 10.
5c4472aView on GitHubFix duplicate GUIs; if one exists, just show it again
1f2d6b1View on GitHubRestore `device` arg to MidiRules functions. Populate it from the global current device index.
94e97e6View on GitHub- Store the MIDI device name in the ini file. Don't try opening the input if the device name doesn't match the stored name.
f2d28b1View on GitHub