Home
last modified time | relevance | path

Searched refs:prog_period (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.h56 Uint8 prog_period; member
112 Uint8 program_counter, program_tick, program_loop, prog_period; member
H A Dmusic.c762 chn->prog_period = inst & 0xff; in do_command()
1147 if (ins->prog_period > 0) chn->flags |= MUS_CHN_PROGRAM_RUNNING; in mus_trigger_instrument_internal()
1148 chn->prog_period = ins->prog_period; in mus_trigger_instrument_internal()
1334 int u = (chn->program_counter + 1) >= chn->prog_period; in mus_advance_channel()
1860 _VER_READ(&inst->prog_period, 0); in mus_load_instrument_RW()
1989 inst->prog_period = 2; in mus_get_default_instrument()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/import/
H A Dahx.c406 i->prog_period = byte; in import_ahx()
H A Dhubbard.c470 mused.song.instrument[i].prog_period = 1; in import_hubbard()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Ddiskop.c297 SDL_RWwrite(f, &inst->prog_period, sizeof(inst->prog_period), 1); in save_instrument_inner()
H A Devent.c308 clamp(i->prog_period, a, 0, 0xff); in instrument_add_param()
H A Dview.c1256 inst_text(event, &r, P_PROGPERIOD, "P.PRD", "%02X", MAKEPTR(inst->prog_period), 2); in instrument_view2()