Home
last modified time | relevance | path

Searched refs:pitch_inaccuracy (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.h150 Uint8 multiplex_period, pitch_inaccuracy; member
H A Dmusic.c1659 mus->pitch_mask = (~0) << song->pitch_inaccuracy; in mus_set_song()
2011 mus->pitch_mask = (~0) << song->pitch_inaccuracy; in mus_set_fx()
2234 my_RWread(ctx, &song->pitch_inaccuracy, 1, sizeof(song->pitch_inaccuracy)); in mus_load_song_RW()
2238 song->pitch_inaccuracy = 0; in mus_load_song_RW()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Ddiskop.c630 SDL_RWwrite(f, &mused.song.pitch_inaccuracy, 1, sizeof(mused.song.pitch_inaccuracy)); in save_song_inner()
H A Devent.c1970 clamp(mused.song.pitch_inaccuracy, d, 0, 12); in fx_add_param()
H A Dview.c1437 …nt, &r, EDITFX, R_PITCH_INACCURACY, "INACCURACY", "%2d", MAKEPTR(mused.song.pitch_inaccuracy), 2))) in fx_global_view()