Class: MIDIEvents::NoteOff
- Inherits:
-
Object
- Object
- MIDIEvents::NoteOff
- Includes:
- NoteMessage
- Defined in:
- lib/midi-events/messages.rb
Overview
MIDI Note-Off message
Constant Summary collapse
- STATUS =
0x8- DATA =
[:channel, :note, :velocity].freeze
- DISPLAY_NAME =
'Note Off'.freeze
- CONSTANT =
{ 'Note' => :note }.freeze
Instance Method Summary collapse
-
#abs_note ⇒ Fixnum
included
from NoteMessage
How many half-steps is this note above the closest C.
-
#note_name ⇒ String
included
from NoteMessage
The name of the note without its octave e.g.
-
#octave ⇒ Fixnum
(also: #oct)
included
from NoteMessage
The octave number of the note.
-
#octave=(value) ⇒ NoteMessage
(also: #oct=)
included
from NoteMessage
Set the octave number of the note.
Instance Method Details
#abs_note ⇒ Fixnum Originally defined in module NoteMessage
How many half-steps is this note above the closest C
#note_name ⇒ String Originally defined in module NoteMessage
The name of the note without its octave e.g. F#
#octave ⇒ Fixnum Also known as: oct Originally defined in module NoteMessage
The octave number of the note
#octave=(value) ⇒ NoteMessage Also known as: oct= Originally defined in module NoteMessage
Set the octave number of the note