Searched refs:avp (Results 1 – 1 of 1) sorted by relevance
44 static void init_voice_info(struct soundfont_voice_info *avp);47 struct soundfont_voice_info *avp);605 init_voice_info(struct soundfont_voice_info *avp) in init_voice_info() argument607 memset(avp, 0, sizeof(*avp)); in init_voice_info()609 avp->root = 60; in init_voice_info()610 avp->high = 127; in init_voice_info()611 avp->velhigh = 127; in init_voice_info()612 avp->fixkey = -1; in init_voice_info()613 avp->fixvel = -1; in init_voice_info()614 avp->fixpan = -1; in init_voice_info()[all …]