Method: SynthBlocks::Core::Sound#release
- Defined in:
- lib/synth_blocks/core/sound.rb
#release(t = 0) ⇒ Object
this + end time makes it possible to delete events from list
define this in your generator implementation if your generator is dependent on note off events
33 34 35 |
# File 'lib/synth_blocks/core/sound.rb', line 33 def release(t=0) nil end |