예제 #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
파일: matrixseq.py 프로젝트: Markitox/pymt
def pymt_plugin_deactivate(w, ctx):
    w.remove_widget(ctx.c)
    ounk.stopCsound()