Class: PureData::Dac
Instance Attribute Summary
Attributes inherited from PdObject
Instance Method Summary collapse
Methods inherited from PdObject
#<<, #>>, #initialize, #inlet, #inlet_pair, #outlet, #outlet_pair
Constructor Details
This class inherits a constructor from PureData::PdObject
Instance Method Details
#left ⇒ Object
7 8 9 |
# File 'lib/puredata/pdobject/dac.rb', line 7 def left inlet(0) end |
#right ⇒ Object
10 11 12 |
# File 'lib/puredata/pdobject/dac.rb', line 10 def right inlet(1) end |