module UniMIDI::Adapter::AlsaRawMIDI::Loader

Public Instance Methods

inputs() click to toggle source

@return [Array<AlsaRawMIDI::Input>]

# File lib/unimidi/adapter/alsa-rawmidi.rb, line 15
def inputs
  ::AlsaRawMIDI::Device.all_by_type[:input]
end
outputs() click to toggle source

@return [Array<AlsaRawMIDI::Output>]

# File lib/unimidi/adapter/alsa-rawmidi.rb, line 20
def outputs
  ::AlsaRawMIDI::Device.all_by_type[:output]
end