Class: Ramekin::LegatoStart

Inherits:
Element
  • Object
show all
Defined in:
lib/ramekin/legato.rb

Instance Attribute Summary

Attributes inherited from Element

#channel, #components, #macro_stack, #start_tick

Instance Method Summary collapse

Methods inherited from Element

#fin, make, #start

Instance Method Details

#inspectObject



7
8
9
# File 'lib/ramekin/legato.rb', line 7

def inspect
  'legato-start'
end

#to_amkObject



3
4
5
# File 'lib/ramekin/legato.rb', line 3

def to_amk(*)
  '$f4$01'
end