Class: Beeps::ADSR
- Inherits:
-
Object
- Object
- Beeps::ADSR
- Defined in:
- lib/beeps/processor.rb
Instance Method Summary collapse
Instance Method Details
#note_off(delay = 0) ⇒ Object
84 85 86 |
# File 'lib/beeps/processor.rb', line 84 def note_off(delay = 0) note_off! delay end |
#note_on(delay = 0) ⇒ Object
80 81 82 |
# File 'lib/beeps/processor.rb', line 80 def note_on(delay = 0) note_on! delay end |