Exemplo n.º 1
0
 def btn_play_chan3(self):
     Sys_Variables.channel_sel = 3
     parse_music_file.parse_music()
     self.lbl.text = "Completed"
Exemplo n.º 2
0
 def play_file_release(self):
     Sys_Variables.channel_sel = 4
     parse_music_file.parse_music()
     self.lbl.text = "Completed"
 def btn_play_chan1(self):
     Sys_Variables.channel_sel = 1
     if Sys_Variables.os == "Android":
         Sys_Variables.music_filename = "/storage/emulated/0/MIDI_Test/Rev4/Bach_Minue_in_G_Minor.txt"
     parse_music_file.parse_music()
     self.lbl.text = "Completed"