Home
last modified time | relevance | path

Searched refs:MUS_INST_QUARTER_FREQ (Results 1 – 5 of 5) sorted by relevance

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dmusic.h86 MUS_INST_QUARTER_FREQ = 256, enumerator
H A Dmusic.c1175 …mus_set_note(mus, chan, ((Uint16)note) + ins->finetune, 1, ins->flags & MUS_INST_QUARTER_FREQ ? 4 … in mus_trigger_instrument_internal()
1408 mus_set_note(mus, chan, note, 0, ins->flags & MUS_INST_QUARTER_FREQ ? 4 : 1); in mus_advance_channel()
1520 …t->base_note - MIDDLE_C) << 8) + pinst->finetune, 1, pinst->flags & MUS_INST_QUARTER_FREQ ? 4 : 1); in mus_advance_tick()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/import/
H A Dahx.c334 i->flags |= MUS_INST_QUARTER_FREQ; in import_ahx()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Devent.c297 flipbit(i->flags, MUS_INST_QUARTER_FREQ); in instrument_add_param()
H A Dview.c1144 inst_flags(event, &r, P_1_4TH, "1/4TH", &inst->flags, MUS_INST_QUARTER_FREQ); in instrument_view()