Class: MIDIMessage::NoteOff

Inherits:
Object
  • Object
show all
Includes:
NoteMessage
Defined in:
lib/midi-message/messages.rb

Overview

MIDI Note-Off message

Constant Summary collapse

STATUS =
0x8
DATA =
[:channel, :note, :velocity].freeze
DISPLAY_NAME =
"Note Off"
CONSTANT =
{ "Note" => :note }.freeze

Method Summary

Methods included from NoteMessage

#abs_note, included, #note_name, #octave, #octave=