Exemplo n.º 1
0
def pymt_plugin_deactivate(w, ctx):
    w.remove_widget(ctx.c)
    ounk.stopCsound()
Exemplo n.º 2
0
def pymt_plugin_deactivate(w, ctx):
    w.remove_widget(ctx.c)
    # Csound needs to be stopped at the end to avoid errors.
    ounk.stopCsound()
Exemplo n.º 3
0
def pymt_plugin_deactivate(w, ctx):
    w.remove_widget(ctx.c)
    ounk.stopCsound()