Home
last modified time | relevance | path

Searched defs:soundfont_voice_info (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dsfnt_info.h69 struct soundfont_voice_info { struct
70 unsigned short sf_id;
71 unsigned short sample;
72 int start, end;
73 int loopstart, loopend;
74 short rate_offset;
75 unsigned short mode;
81 short root;
82 short tune;
83 unsigned char low, high;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dsfnt_info.h79 struct soundfont_voice_info { struct
80 unsigned short sf_id;
81 unsigned short sample;
82 int start, end;
83 int loopstart, loopend;
84 short rate_offset;
85 unsigned short mode;
91 short root;
92 short tune;
93 unsigned char low, high;
[all …]
/kernel/linux/linux-5.10/include/uapi/sound/
Dsfnt_info.h116 struct soundfont_voice_info { struct
117 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 …]