module MicroMIDI::Session

Public Class Methods

new(*args, &block) click to toggle source

Shortcut to create a new context @param [*Object] args @param [Proc] block @return [Context]

# File lib/micromidi/module_methods.rb, line 26
def self.new(*args, &block)
  MicroMIDI.new(*args, &block)
end