Method: SynthBlocks::Core::Sound#run

Defined in:
lib/synth_blocks/core/sound.rb

#run(offset) ⇒ Object

run the generator at offset (samples from song start)



12
13
14
# File 'lib/synth_blocks/core/sound.rb', line 12

def run(offset)
  raise "Base Class, should not be called"
end