Class: SurfaceMaster::Orbit::Interaction
- Inherits:
-
Interaction
- Object
- Interaction
- SurfaceMaster::Orbit::Interaction
- 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
Instance Method Summary collapse
-
#initialize(opts = nil) ⇒ Interaction
constructor
A new instance of Interaction.
Methods inherited from Interaction
#change, #changes, #close, #closed?, #no_response_to, #respond_to, #response_to, #start, #stop
Methods included from Logging
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 |