Home
last modified time | relevance | path

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

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/import/
H A Dahx.c390 i->pwm_depth = my_min(255, (int)(upper - lower) * 2); in import_ahx()
520 i->pwm_depth = 0 ; // no modulation set so disable in import_ahx()
H A Dhubbard.c471 mused.song.instrument[i].pwm_depth = 0x30; in import_hubbard()
/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.c1121 …rack_status->pw + mus_shape(track_status->pwm_position >> 1, ins->pwm_shape) * ins->pwm_depth / 32; in do_pwm()
1864 _VER_READ(&inst->pwm_depth, 0); in mus_load_instrument_RW()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Ddiskop.c301 SDL_RWwrite(f, &inst->pwm_depth, sizeof(inst->pwm_depth), 1); in save_instrument_inner()
H A Devent.c344 clamp(i->pwm_depth, a, 0, 0xff); in instrument_add_param()
H A Dview.c1252 inst_text(event, &r, P_PWMDEPTH, "PWM.D", "%02X", MAKEPTR(inst->pwm_depth), 2); in instrument_view2()