From 75ce4cf79b50ce4e54377e84102060b7f7547691 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 3 Aug 2024 21:54:45 -0400 Subject: [PATCH] Fixed call to file that was removed --- MidiInAndGuiMonitor.ahk | 5 ----- 1 file changed, 5 deletions(-) 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)