Searched defs:soundfont_voice_info (Results 1 – 1 of 1) sorted by relevance
115 struct soundfont_voice_info { struct116 unsigned short sf_id; /* file id (should be zero) */117 unsigned short sample; /* sample id */118 int start, end; /* sample offset correction */119 int loopstart, loopend; /* loop offset correction */120 short rate_offset; /* sample rate pitch offset */121 unsigned short mode; /* sample mode */128 short root; /* midi root key */129 short tune; /* pitch tuning (in cents) */130 unsigned char low, high; /* key note range */[all …]