Home
last modified time | relevance | path

Searched refs:fixkey (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/uapi/sound/
Dsfnt_info.h133 signed char fixkey, fixvel; /* fixed key, velocity */ member
/Linux-v5.10/sound/synth/emux/
Dsoundfont.c439 zp->v.fixkey == map.src_key) { in load_map()
466 zp->v.fixkey = map.src_key; in load_map()
608 avp->fixkey = -1; in init_voice_info()
1288 int key = zp->v.fixkey; in search_zones()
Demux_synth.c817 if (vp->reg.fixkey >= 0) { in calc_pitch()
818 offset = (vp->reg.fixkey - vp->reg.root) * 4096 / 12; in calc_pitch()