Class: Wavify::DSP::Automation::Point
- Inherits:
-
Struct
- Object
- Struct
- Wavify::DSP::Automation::Point
- Defined in:
- lib/wavify/dsp/automation.rb
Instance Attribute Summary collapse
-
#time ⇒ Object
Returns the value of attribute time.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#time ⇒ Object
Returns the value of attribute time
7 8 9 |
# File 'lib/wavify/dsp/automation.rb', line 7 def time @time end |
#value ⇒ Object
Returns the value of attribute value
7 8 9 |
# File 'lib/wavify/dsp/automation.rb', line 7 def value @value end |