lib/surface_master/orbit/interaction.rb in surface_master-0.2.0 vs lib/surface_master/orbit/interaction.rb in surface_master-0.2.1
- old
+ new
@@ -1,6 +1,7 @@
module SurfaceMaster
module Orbit
+ # Higher-level interface for Numark Orbit wireless MIDI control surface.
class Interaction < SurfaceMaster::Interaction
def initialize(opts = nil)
@device_class = Device
super(opts)
end