This update will now also allow for a feature I forgot to add... It will now automatically add the octave as well

This commit is contained in:
simplePCBuilding
2022-02-28 11:30:06 +01:00
parent b297ac2fe1
commit 9975f4786b

View File

@@ -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))