module Nibbler

Parse MIDI Messages

Constants

VERSION

Public Class Methods

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

Shortcut to a new parser session

# File lib/nibbler.rb, line 28
def self.new(*a, &block)
  Session.new(*a, &block)
end