示例#1
0
def pymt_plugin_deactivate(w, ctx):
    w.remove_widget(ctx.c)
    ounk.stopCsound()
示例#2
0
文件: sinemixer.py 项目: azoon/pymt
def pymt_plugin_deactivate(w, ctx):
    w.remove_widget(ctx.c)
    # Csound needs to be stopped at the end to avoid errors.
    ounk.stopCsound()
示例#3
0
def pymt_plugin_deactivate(w, ctx):
    w.remove_widget(ctx.c)
    ounk.stopCsound()