Top Level Namespace

Defined Under Namespace

Modules: MIDI, MicroMIDI

Instance Method Summary collapse

Instance Method Details

#M(*a, &block) ⇒ Object



79
80
81
# File 'lib/micromidi/instructions/shorthand.rb', line 79

def M(*a, &block)
  MIDI.message(*a, &block)
end