Home
last modified time | relevance | path

Searched refs:buzz_offset (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.h63 Sint16 buzz_offset; member
113 Sint16 buzz_offset; member
H A Dmusic.c196 Uint16 buzz_frequency = get_freq(note + chn->buzz_offset) & mus->pitch_mask; in mus_set_buzz_frequency()
198 Uint16 buzz_frequency = get_freq(note + chn->buzz_offset); in mus_set_buzz_frequency()
445 if (chn->buzz_offset >= -32768 + (inst & 0xff)) in do_command()
446 chn->buzz_offset -= inst & 0xff; in do_command()
454 if (chn->buzz_offset <= 32767 - (inst & 0xff)) in do_command()
455 chn->buzz_offset += inst & 0xff; in do_command()
666 chn->buzz_offset = (((inst & 0xff)) - 0x80) << 8; in do_command()
674 chn->buzz_offset = (chn->buzz_offset & 0xff00) | (inst & 0xff); in do_command()
1225 mus->channel[chan].buzz_offset = ins->buzz_offset; in mus_trigger_instrument_internal()
1884 VER_READ(version, 7, 0xff, &inst->buzz_offset, 0); in mus_load_instrument_RW()
[all …]
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Devent.c278 clamp(i->buzz_offset, a, -32768, 32767); in instrument_add_param()
284 int f = i->buzz_offset >> 8; in instrument_add_param()
286 i->buzz_offset = (i->buzz_offset & 0xff) | f << 8; in instrument_add_param()
H A Ddiskop.c314 temp16 = inst->buzz_offset; in save_instrument_inner()
H A Dview.c1191 inst_text(event, &r, P_BUZZ_SEMI, "DETUNE", "%+3d", MAKEPTR((inst->buzz_offset + 0x80) >> 8), 3); in instrument_view()
1197 inst_text(event, &r, P_BUZZ_FINE, "FINE", "%+4d", MAKEPTR((Sint8)(inst->buzz_offset & 0xff)), 4); in instrument_view()