Esempio n. 1
0
def pymt_plugin_deactivate(w, ctx):
    w.remove_widget(ctx.c)
    ounk.stopCsound()
Esempio 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()
Esempio n. 3
0
def pymt_plugin_deactivate(w, ctx):
    w.remove_widget(ctx.c)
    ounk.stopCsound()