class Vissen::Input::Message::ChannelPressure

From the MIDI Association:

> Channel Pressure (After-touch). This message is most often sent by > pressing down on the key after it “bottoms out”. This message is > different from polyphonic after-touch. Use this message to send the > single greatest pressure value (of all the current depressed keys)

Constants

DATA_LENGTH

@see Message

STATUS

@see Message

Public Instance Methods

pressure() click to toggle source

@return [Integer] the pressure value.

# File lib/vissen/input/message/channel_pressure.rb, line 19
def pressure
  data[1]
end