diff --git a/MidiInAndGuiMonitor.ahk b/MidiInAndGuiMonitor.ahk index d23729b..24cb938 100644 --- a/MidiInAndGuiMonitor.ahk +++ b/MidiInAndGuiMonitor.ahk @@ -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)