Home
last modified time | relevance | path

Searched refs:MUS_INST_MULTIOSC (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.h89 MUS_INST_MULTIOSC = 2048, enumerator
H A Dmusic.c219 if (s == 0 || (chn->instrument->flags & MUS_INST_MULTIOSC)) in mus_set_wavetable_frequency()
271 if (s == 0 || (chn->instrument->flags & MUS_INST_MULTIOSC)) in mus_set_frequency()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Devent.c424 flipbit(i->flags, MUS_INST_MULTIOSC); in instrument_add_param()
H A Dview.c1260 inst_flags(event, &r, P_MULTIOSC, "MULTIOSC", &inst->flags, MUS_INST_MULTIOSC); in instrument_view2()