Commit 69e281a1 authored by Alyx's avatar Alyx
Browse files

fixed the thing

parent c3c14618
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,8 +27,8 @@ def Init():
    morbital.setDeviceLED(display,1,0)
    morbital.setDeviceLED(display,2,0)    
    print("Initializing synthisizer in mode")
    resetDevice(findAMIDIDevice(),GS)
    resetDevice(findAMIDIDevice(),GM)
    resetDevice(findAMIDIDevice(),"GS")
    resetDevice(findAMIDIDevice(),"GM")
    time.sleep(1)

# The Main Function.