Class: Music::Performance::LegatoElement
- Inherits:
-
Struct
- Object
- Struct
- Music::Performance::LegatoElement
- Defined in:
- lib/music-performance/model/note_sequence.rb
Instance Attribute Summary collapse
-
#accented ⇒ Object
Returns the value of attribute accented.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#pitch ⇒ Object
Returns the value of attribute pitch.
Instance Method Summary collapse
Instance Attribute Details
#accented ⇒ Object
Returns the value of attribute accented
10 11 12 |
# File 'lib/music-performance/model/note_sequence.rb', line 10 def accented @accented end |
#duration ⇒ Object
Returns the value of attribute duration
10 11 12 |
# File 'lib/music-performance/model/note_sequence.rb', line 10 def duration @duration end |
#pitch ⇒ Object
Returns the value of attribute pitch
10 11 12 |
# File 'lib/music-performance/model/note_sequence.rb', line 10 def pitch @pitch end |
Instance Method Details
#accented? ⇒ Boolean
13 |
# File 'lib/music-performance/model/note_sequence.rb', line 13 def accented?; accented; end |
#articulation ⇒ Object
12 |
# File 'lib/music-performance/model/note_sequence.rb', line 12 def articulation; Music::Transcription::Articulations::NORMAL; end |
#slurred? ⇒ Boolean
11 |
# File 'lib/music-performance/model/note_sequence.rb', line 11 def slurred?; false; end |