laurence-myers / midi-to-macro

AutoHotKey (AHK) script to map MIDI inputs to keyboard shortcuts or macros
24 stars 4 forks source link

AHK v2 support #7

Open compulim opened 2 months ago

compulim commented 2 months ago

Will be great if there is a cleaner version with AHK v2 support.

Maybe start with turning some gosub into functions.

I have some code for running winmm.dll in AHK v2, you can refer it here, https://github.com/compulim/autohotkey-boss-fs-1-wl. However, I didn't port the GUI there.

laurence-myers commented 1 month ago

Thanks for the prompt! I've rewritten the script from the ground up, and it now requires AHK v2. It'd be lovely if you have time to review the changes and provide any feedback.

Fixed in #8