Searched defs:soundfont_voice_info (Results 1 – 1 of 1) sorted by relevance
116 struct soundfont_voice_info { struct117 unsigned short sf_id; /* file id (should be zero) */118 unsigned short sample; /* sample id */119 int start, end; /* sample offset correction */120 int loopstart, loopend; /* loop offset correction */121 short rate_offset; /* sample rate pitch offset */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 */[all …]