Fixed call to file that was removed

This commit is contained in:
unknown 2024-08-03 21:54:45 -04:00
parent 78d9577a5f
commit 75ce4cf79b

View File

@ -110,11 +110,6 @@ Return
; MIDI Rules dispatcher
LoadModules:
; Include the ModuleLoader script
#Include ModuleLoader.ahk
Return
MidiRules:
if (statusbyte >= 128 and statusbyte <= 159) { ; Note off/on
isNoteOn := (statusbyte >= 144 and byte2 > 0)