Searched defs:soundfont_voice_info (Results 1 – 1 of 1) sorted by relevance
116 struct soundfont_voice_info { struct118 unsigned short sample; /* sample id */119 int start, end; /* sample offset correction */120 int loopstart, loopend; /* loop offset correction */122 unsigned short mode; /* sample mode */129 short root; /* midi root key */130 short tune; /* pitch tuning (in cents) */131 unsigned char low, high; /* key note range */132 unsigned char vellow, velhigh; /* velocity range */133 signed char fixkey, fixvel; /* fixed key, velocity */[all …]
Completed in 6 milliseconds