module MVLC::MIDI

Public Class Methods

new(*args) click to toggle source
# File lib/mvlc/midi.rb, line 8
def self.new(*args)
  ::MVLC::MIDI::Wrapper.new(*args)
end