From 9975f4786b9d3a69c3088b55726b9422acfe8791 Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Mon, 28 Feb 2022 11:30:06 +0100 Subject: [PATCH] This update will now also allow for a feature I forgot to add... It will now automatically add the octave as well --- backend/midi_management.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/midi_management.py b/backend/midi_management.py index ec32bf6..cc20a4f 100644 --- a/backend/midi_management.py +++ b/backend/midi_management.py @@ -65,6 +65,7 @@ class MidiManagement: self.timing_exp = self.ext_shortened[self.pos:] self.__output = self.note_ext + self.__output += self.note_decod_oct self.__output += f":{self.timing_exp}" self.__output_list.append(str(self.__output))