Loading player_functions.py +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ def findAMIDIDevice(): # The resetDevice function sends a GM or GS reset sysex command to the synthesizer. def updateDisplay(message): morbital.clearDisplay(display) display.write(b"=========SYNTH BOX=========") display.write(b"========ROLAND RA30========") display.write(b"\n") display.write(b"\n") display.write(message) Loading Loading
player_functions.py +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ def findAMIDIDevice(): # The resetDevice function sends a GM or GS reset sysex command to the synthesizer. def updateDisplay(message): morbital.clearDisplay(display) display.write(b"=========SYNTH BOX=========") display.write(b"========ROLAND RA30========") display.write(b"\n") display.write(b"\n") display.write(message) Loading