Home
last modified time | relevance | path

Searched refs:pwm_shape (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.h64 Uint8 fx_bus, vib_shape, vib_delay, pwm_shape; member
H A Dmusic.c1121 …pw = track_status->pw + mus_shape(track_status->pwm_position >> 1, ins->pwm_shape) * ins->pwm_dept… in do_pwm()
1888 VER_READ(version, 11, 0xff, &inst->pwm_shape, 0); in mus_load_instrument_RW()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Ddiskop.c320 SDL_RWwrite(f, &inst->pwm_shape, sizeof(inst->pwm_shape), 1); in save_instrument_inner()
H A Devent.c356 clamp(i->pwm_shape, a, 0, MUS_NUM_SHAPES - 1); in instrument_add_param()
H A Dview.c1254 inst_text(event, &r, P_PWMSHAPE, "PWM.SH", "%c", MAKEPTR(inst->pwm_shape + 0xf4), 1); in instrument_view2()