Class: Wavify::DSP::Automation::Point

Inherits:
Struct
  • Object
show all
Defined in:
lib/wavify/dsp/automation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



7
8
9
# File 'lib/wavify/dsp/automation.rb', line 7

def time
  @time
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



7
8
9
# File 'lib/wavify/dsp/automation.rb', line 7

def value
  @value
end