Searched defs:snd_emux_voice (Results 1 – 1 of 1) sorted by relevance
164 struct snd_emux_voice { struct165 int ch; /* Hardware channel number */167 int state; /* status */176 unsigned int time; /* An allocation time */177 unsigned char note; /* Note currently assigned to this voice */178 unsigned char key;179 unsigned char velocity; /* Velocity of current note */181 struct snd_sf_zone *zone; /* Zone assigned to this note */182 void *block; /* sample block pointer (optional) */183 struct snd_midi_channel *chan; /* Midi channel for this note */[all …]