Class: SurfaceMaster::Orbit::Interaction

Inherits:
Interaction show all
Defined in:
lib/surface_master/orbit/interaction.rb

Overview

Higher-level interface for Numark Orbit wireless MIDI control surface.

Instance Attribute Summary

Attributes inherited from Interaction

#active, #device

Instance Method Summary collapse

Methods inherited from Interaction

#change, #changes, #close, #closed?, #no_response_to, #respond_to, #response_to, #start, #stop

Methods included from Logging

#logger, #logger=

Constructor Details

#initialize(opts = nil) ⇒ Interaction

Returns a new instance of Interaction.



5
6
7
8
# File 'lib/surface_master/orbit/interaction.rb', line 5

def initialize(opts = nil)
  @device_class = Device
  super(opts)
end