Home
last modified time | relevance | path

Searched refs:MUS_INST_SET_CUTOFF (Results 1 – 7 of 7) sorted by relevance

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dmusic.h83 MUS_INST_SET_CUTOFF = 32, enumerator
H A Dmusic.c1204 if (ins->flags & MUS_INST_SET_CUTOFF) in mus_trigger_instrument_internal()
1981 inst->flags = MUS_INST_DRUM|MUS_INST_SET_PW|MUS_INST_SET_CUTOFF; in mus_get_default_instrument()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/import/
H A Dmod.c155 mused.song.instrument[i].flags = MUS_INST_SET_PW | MUS_INST_SET_CUTOFF; in import_mod()
H A Dahx.c319 …i->flags = MUS_INST_SET_PW|MUS_INST_SET_CUTOFF|MUS_INST_INVERT_VIBRATO_BIT|MUS_INST_RELATIVE_VOLUM… in import_ahx()
H A Dxm.c385 mused.song.instrument[i].flags = MUS_INST_SET_PW | MUS_INST_SET_CUTOFF; in import_xm()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Devent.c374 flipbit(i->flags, MUS_INST_SET_CUTOFF); in instrument_add_param()
H A Dview.c1111 inst_flags(event, &r, P_SETCUTOFF, "SET CUT", &inst->flags, MUS_INST_SET_CUTOFF); in instrument_view()