module Diamond::MIDI

Enable the instrument to use MIDI

Public Class Methods

new(*args) click to toggle source

Shortcut to Diamond::MIDI::Node.new

# File lib/diamond/midi.rb, line 170
def self.new(*args)
  Node.new(*args)
end