Home
last modified time | relevance | path

Searched refs:MUS_INST_YM_BUZZ (Results 1 – 4 of 4) sorted by relevance

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dmusic.h84 MUS_INST_YM_BUZZ = 64, enumerator
H A Dmusic.c193 if (chn->instrument && chn->instrument->flags & MUS_INST_YM_BUZZ) in mus_set_buzz_frequency()
1220 if (ins->flags & MUS_INST_YM_BUZZ) in mus_trigger_instrument_internal()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Devent.c266 flipbit(i->flags, MUS_INST_YM_BUZZ); in instrument_add_param()
H A Dview.c1188 inst_flags(event, &r, P_BUZZ, "BUZZ", &inst->flags, MUS_INST_YM_BUZZ); in instrument_view()