Home
last modified time | relevance | path

Searched refs:vib_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.c1394 vib = mus_shape(track_status->vibrato_position >> 1, ins->vib_shape) * vibdep / 64; in mus_advance_channel()
1886 VER_READ(version, 11, 0xff, &inst->vib_shape, 0); in mus_load_instrument_RW()
1994 inst->vib_shape = MUS_SHAPE_SINE; in mus_get_default_instrument()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Ddiskop.c318 SDL_RWwrite(f, &inst->vib_shape, sizeof(inst->vib_shape), 1); in save_instrument_inner()
H A Devent.c332 clamp(i->vib_shape, a, 0, MUS_NUM_SHAPES - 1); in instrument_add_param()
H A Dview.c1246 inst_text(event, &r, P_VIBSHAPE, "VIB.SH", "%c", MAKEPTR(inst->vib_shape + 0xf4), 1); in instrument_view2()