From 553892b0340a21cf57b92bfc8cbfd6a186dcb7bb Mon Sep 17 00:00:00 2001 From: bklronin Date: Sun, 30 Jun 2024 20:49:43 +0200 Subject: [PATCH] - Added audio confirmation via 3,5 jack --- ashost.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ashost.py b/ashost.py index 6f7591c..cc677a8 100644 --- a/ashost.py +++ b/ashost.py @@ -138,7 +138,6 @@ def relay_midi_host_to_out(host_name, devices_out): time.sleep(1) main_run() - def main_run(): # Retrieve the list of available input devices devices_in = mido.get_input_names()