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