class UniMIDI::Input

A MIDI input device

Public Class Methods

all() click to toggle source

All MIDI input devices – used to populate the class @return [Array<Input>]

# File lib/unimidi/input.rb, line 16
def self.all
  Loader.devices(:direction => :input)
end