Class: Ramekin::LegatoStart
Instance Attribute Summary
Attributes inherited from Element
#channel, #components, #macro_stack, #start_tick
Instance Method Summary collapse
Methods inherited from Element
Instance Method Details
#inspect ⇒ Object
7 8 9 |
# File 'lib/ramekin/legato.rb', line 7 def inspect 'legato-start' end |
#to_amk ⇒ Object
3 4 5 |
# File 'lib/ramekin/legato.rb', line 3 def to_amk(*) '$f4$01' end |