Method: ColtraneSynth::Base.play

Defined in:
lib/coltrane/synth/base.rb

.play(something, duration = 1.0) ⇒ Object



9
10
11
# File 'lib/coltrane/synth/base.rb', line 9

def self.play(something, duration = 1.0)
  new.play(*extract_frequencies(something), duration: duration)
end