Home
last modified time | relevance | path

Searched refs:pwm_speed (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.h57 Uint8 vibrato_speed, vibrato_depth, slide_speed, pwm_speed, pwm_depth; member
H A Dmusic.c1120 track_status->pwm_position += ins->pwm_speed; in do_pwm()
1863 _VER_READ(&inst->pwm_speed, 0); in mus_load_instrument_RW()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/import/
H A Dahx.c394 i->pwm_speed = (16 / my_max(1, byte)); in import_ahx()
H A Dhubbard.c472 mused.song.instrument[i].pwm_speed = hub->instrument[i].pwm / 8; in import_hubbard()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Ddiskop.c300 SDL_RWwrite(f, &inst->pwm_speed, sizeof(inst->pwm_speed), 1); in save_instrument_inner()
H A Devent.c350 clamp(i->pwm_speed, a, 0, 0xff); in instrument_add_param()
H A Dview.c1250 inst_text(event, &r, P_PWMSPEED, "PWM.S", "%02X", MAKEPTR(inst->pwm_speed), 2); in instrument_view2()