Class: Echowrap::Section
- Inherits:
-
SequencedData
- Object
- Base
- SequencedData
- Echowrap::Section
- Defined in:
- lib/echowrap/sequenced_data/section.rb
Instance Attribute Summary collapse
-
#loudness_max ⇒ Object
readonly
Returns the value of attribute loudness_max.
-
#loudness_max_time ⇒ Object
readonly
Returns the value of attribute loudness_max_time.
-
#loudness_start ⇒ Object
readonly
Returns the value of attribute loudness_start.
-
#piches ⇒ Object
readonly
Returns the value of attribute piches.
-
#timbre ⇒ Object
readonly
Returns the value of attribute timbre.
Attributes inherited from SequencedData
#confidence, #duration, #start
Method Summary
Methods inherited from SequencedData
Methods inherited from Base
#==, attr_reader, #attrs, #initialize, #update
Constructor Details
This class inherits a constructor from Echowrap::Base
Instance Attribute Details
#loudness_max ⇒ Object (readonly)
Returns the value of attribute loudness_max.
3 4 5 |
# File 'lib/echowrap/sequenced_data/section.rb', line 3 def loudness_max @loudness_max end |
#loudness_max_time ⇒ Object (readonly)
Returns the value of attribute loudness_max_time.
3 4 5 |
# File 'lib/echowrap/sequenced_data/section.rb', line 3 def loudness_max_time @loudness_max_time end |
#loudness_start ⇒ Object (readonly)
Returns the value of attribute loudness_start.
3 4 5 |
# File 'lib/echowrap/sequenced_data/section.rb', line 3 def loudness_start @loudness_start end |
#piches ⇒ Object (readonly)
Returns the value of attribute piches.
3 4 5 |
# File 'lib/echowrap/sequenced_data/section.rb', line 3 def piches @piches end |
#timbre ⇒ Object (readonly)
Returns the value of attribute timbre.
3 4 5 |
# File 'lib/echowrap/sequenced_data/section.rb', line 3 def timbre @timbre end |