Lines Matching full:note
108 struct timer_list tlist; /* for pending note-offs */
156 #define SNDRV_EMUX_ST_ON 0x01 /* Note on */
157 #define SNDRV_EMUX_ST_RELEASED (0x02|SNDRV_EMUX_ST_ON) /* Note released */
158 #define SNDRV_EMUX_ST_SUSTAINED (0x04|SNDRV_EMUX_ST_ON) /* Note sustained */
160 #define SNDRV_EMUX_ST_PENDING (0x10|SNDRV_EMUX_ST_ON) /* Note will be released */
164 unsigned char note; /* Note currently assigned to this voice */
166 unsigned char velocity; /* Velocity of current note */
168 struct snd_sf_zone *zone; /* Zone assigned to this note */
170 struct snd_midi_channel *chan; /* Midi channel for this note */
174 unsigned long ontime; /* jiffies at note triggered */