Module: MicroMIDI::IO
- Defined in:
- lib/micromidi/module_methods.rb
Class Method Summary collapse
-
.new(*args, &block) ⇒ Context
Shortcut to create a new context.
Class Method Details
.new(*args, &block) ⇒ Context
Shortcut to create a new context
26 27 28 |
# File 'lib/micromidi/module_methods.rb', line 26 def self.new(*args, &block) MicroMIDI.new(*args, &block) end |