module Diamond::OSC
Enable the instrument to use OSC
Public Class Methods
new(*args)
click to toggle source
Shortcut to Diamond::OSC::Node.new
# File lib/diamond/osc.rb, line 60 def self.new(*args) Node.new(*args) end