(create-fm-wave-node context
frequency
x
y
&
{:keys [start? num-channels length-in-seconds]
:or {start? false num-channels 1 length-in-seconds 1}})
(create-mult-wave-buffer node f)
Generate a multi-channel wave buffer. The wave signal is represetned by the function f http://chimera.labs.oreilly.com/books/1234000001552/ch06.html#s06_3
Generate a multi-channel wave buffer. The wave signal is represetned by the function f http://chimera.labs.oreilly.com/books/1234000001552/ch06.html#s06_3
(create-mult-wave-node context
f
&
{:keys [length-in-seconds num-channels start?]
:or {length-in-seconds 5 num-channels 1 start? false}})
(create-white-noise-node context
&
{:keys [start? num-channels length-in-seconds]
:or
{start? false num-channels 1 length-in-seconds 5}})
(fm-noise t f fm fd-percentage)
http://en.wikipedia.org/wiki/Frequency_modulation
(update-fm-wave-node node frequency x y)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close