Ejemplo n.º 1
0
def console(env):
    try:
        console = MusicConsole(env)
        console.interact()
    except KeyboardInterrupt:
        midi.panic()
        print("See ya!")
Ejemplo n.º 2
0
def console(env):
    try:
        console = MusicConsole(env)
        console.interact()
    except KeyboardInterrupt:
        midi.panic()
        print("See ya!")
Ejemplo n.º 3
0
def goof_around(env, drums=False):
    try:
        return midi.playe(ev_goof_around(env, drums=drums))
    except KeyboardInterrupt:
        print("Bye!")
        midi.panic()
Ejemplo n.º 4
0
def goof_around(env, drums=False):
    try:
        return midi.playe(ev_goof_around(env, drums=drums))
    except KeyboardInterrupt:
        print("Bye!")
        midi.panic()