class Vissen::Input::Message::ProgramChange

From the MIDI Association:

> This message sent when the patch number changes.

Constants

DATA_LENGTH

@see Message

STATUS

@see Message

Public Instance Methods

number() click to toggle source

@return [Integer] the program number.

# File lib/vissen/input/message/program_change.rb, line 16
def number
  data[1]
end