Method: Reight::SoundEditor#setup
- Defined in:
- lib/reight/app/sound/editor.rb
#setup ⇒ Object
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 |