Method: Sidtool::Synth#attack=

Defined in:
lib/sidtool/synth.rb

#attack=(value) ⇒ Object (writeonly)

Sets the attribute attack

Parameters:

  • value

    the value to set the attribute attack to.



4
5
6
# File 'lib/sidtool/synth.rb', line 4

def attack=(value)
  @attack = value
end