Searched defs:soundfont_voice_info (Results 1 – 1 of 1) sorted by relevance
101 struct soundfont_voice_info { struct102 unsigned short sf_id; /* file id (should be zero) */103 unsigned short sample; /* sample id */104 int start, end; /* sample offset correction */105 int loopstart, loopend; /* loop offset correction */106 short rate_offset; /* sample rate pitch offset */107 unsigned short mode; /* sample mode */114 short root; /* midi root key */115 short tune; /* pitch tuning (in cents) */116 unsigned char low, high; /* key note range */[all …]