mirror of
https://github.com/janishutz/midi-micro-bit_sound-converter.git
synced 2025-11-25 13:54:26 +00:00
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:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user