[][src]Constant midi_consts::channel_event::POLYPHONIC_KEY_PRESSURE

pub const POLYPHONIC_KEY_PRESSURE: u8 = 0xA0;

Event type for polyphonic key pressure ("aftertouch").

A channel event of this type is as follows:

  • byte one: POLYPHONIC_KEY_PRESSURE | channel, where channel is the channel (0-16)
  • byte two: note number (0-127)
  • byte three: aftertouch value