class Object

Constants

MIDI

Public Instance Methods

M(*a, &block) click to toggle source
# File lib/micromidi/instructions/shorthand.rb, line 79
def M(*a, &block)
  MIDI.message(*a, &block)
end