Home
last modified time | relevance | path

Searched refs:program_cancel (Results 1 – 6 of 6) sorted by relevance

/dports/audio/xcdplayer/xcdplayer-2.2/
H A Dcdrom_callb.c104 program_cancel();
490 program_cancel();
582 program_cancel();
H A Dcdrom_globs.h97 extern void program_cancel();
H A Dprogram.c607 program_cancel() in program_cancel() function
694 program_cancel(); /* get rid of program and form */
/dports/audio/whysynth/whysynth-20120903/src/
H A Ddssp_event.c495 if (synth->program_cancel) in y_synth_select_patch()
652 synth->program_cancel = strcmp(value, "off") ? 1 : 0; in y_synth_handle_program_cancel()
H A Ddssp_event.h135 …int program_cancel; /* if true, cancel any playing notes on recept of program chang… member
H A Ddssp_synth.c187 synth->program_cancel = 1; in y_instantiate()