Method: Reight::SoundEditor#setup

Defined in:
lib/reight/app/sound/editor.rb

#setupObject



10
11
12
13
14
15
16
# File 'lib/reight/app/sound/editor.rb', line 10

def setup()
  super
  history.disable do
    tones[0].click
    tools[0].click
  end
end