From 28299514a7edefb3c06aa02b7df61a41408a19d0 Mon Sep 17 00:00:00 2001 From: alban Date: Tue, 29 Sep 2020 16:28:55 +0200 Subject: [PATCH] [fix] Remove old keys references --- redilysis.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/redilysis.py b/redilysis.py index db486d2..a6f3f62 100755 --- a/redilysis.py +++ b/redilysis.py @@ -255,10 +255,6 @@ def callback(in_data, frame_count, time_info, status): debug( "\n\nRunning! Using mode {}.\n\n".format(MODE)) -if MODE == 'spectrum': - debug("In this mode, we will set keys: rms, spectrum, tuning") -elif MODE == 'bpm': - debug("In this mode, we will set keys: onset, bpm, beats") p = pyaudio.PyAudio() stream = p.open(format=pyaudio.paFloat32,