Searched defs:snd_emux_voice (Results 1 – 1 of 1) sorted by relevance
151 struct snd_emux_voice { struct152 int ch; /* Hardware channel number */154 int state; /* status */163 unsigned int time; /* An allocation time */164 unsigned char note; /* Note currently assigned to this voice */165 unsigned char key;166 unsigned char velocity; /* Velocity of current note */168 struct snd_sf_zone *zone; /* Zone assigned to this note */169 void *block; /* sample block pointer (optional) */170 struct snd_midi_channel *chan; /* Midi channel for this note */[all …]