Audio
Masher
[continue autosave]
1 by cai
log in
learn
new
browse
# do electric dreams sheep of androids? # paul batchelor # july 2017 _clk var _kick var _snare var _bass "1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0" gen_vals _delta "0.3 0.2" gen_vals tick 1 0 0.5504 _delta dtrig _clk set _clk get 4 0 tdiv _kick set _kick get 2 1 tdiv _snare set _kick get 0.001 0.001 0.05 tenvx _kick get 0.001 0.001 0.04 tenvx 55 120 scale 0.9 1 4.1514 _kick get 0.001 0.001 0.01 tenv 0 8 scale fm * 55 100 3 eqfil _kick get 0.01 0.001 0.2 tenv 60 0.5 sine * + 0.9 clip _snare get 0.002 0.002 0.025 tenvx -0.2 0.2 4300 randh * 900 1000 8.5 eqfil 40 0.01 saturator 0.3 clip 5 ampdb * 500 3000 butbp dup jcrev -10 ampdb * + + -3 ampdb *
No parameters.
meta
quick ref
help
Title:
1
Author:
cai
Description:
1
Created:
2024/01/07
Modified:
2024/01/07
License
W4ZCIO
loading...
Here are some Sporth learning resources (most of them by Paul Batchelor):
The
interactive cookbook
is a tutorial where you can run all the example code online (it's based on the
original cookbook
).
The
examples
demonstate a variety of Sporth ugens. Note: those that rely on external files will not work in AudioMasher.
The
Soundpipe modules reference
goes into more detail on the underlying function powering each Sporth ugen.
The
AudioMasher collection
can certainly be used as learning material.
And some information about AudioMasher:
Frequently Asked Questions
Source on Github