Home
last modified time | relevance | path

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

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dcyd.h57 Uint8 ym_env_shape; member
224 Uint32 cyd_cycle_adsr(const CydEngine *eng, Uint32 flags, Uint32 ym_env_shape, CydAdsr *adsr);
H A Dcyd.c253 Uint32 cyd_cycle_adsr(const CydEngine *eng, Uint32 flags, Uint32 ym_env_shape, CydAdsr *adsr) in cyd_cycle_adsr() argument
319 if (ym_env_shape & CYD_YM_ENV_ALT) in cyd_cycle_adsr()
339 if (ym_env_shape & CYD_YM_ENV_ALT) in cyd_cycle_adsr()
388 chn->flags = cyd_cycle_adsr(cyd, chn->flags, chn->ym_env_shape, &chn->adsr); in cyd_cycle_channel()
941 chn->ym_env_shape = shape; in cyd_set_env_shape()
970 chn->flags = cyd_cycle_adsr(cyd, chn->flags, chn->ym_env_shape, &chn->adsr); in cyd_enable_gate()
H A Dmusic.h62 Uint8 ym_env_shape; member
H A Dmusic.c1224 cyd_set_env_shape(cydchn, ins->ym_env_shape); in mus_trigger_instrument_internal()
1883 VER_READ(version, 7, 0xff, &inst->ym_env_shape, 0); in mus_load_instrument_RW()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Ddiskop.c313 SDL_RWwrite(f, &inst->ym_env_shape, sizeof(inst->ym_env_shape), 1); in save_instrument_inner()
H A Devent.c272 clamp(i->ym_env_shape, a, 0, 3); in instrument_add_param()
H A Dview.c1194 inst_text(event, &r, P_BUZZ_SHAPE, "SHAPE", "%c", MAKEPTR(inst->ym_env_shape + 0xf0), 1); in instrument_view()