Audio
Masher
[continue autosave]
Voc Psycreep by pac
log in
learn
new
browse
_sint 4096 gen_sine _tik var _beat var _env1 var _env2 var 4 metro 0 0.4 delay _beat set _beat get 0.05 0.1 0.2 tenvx _env1 set _beat get 0.1 0.26 0.1 tenvx _env2 set # freq 90 (30 _env1 get *) + # freq: occasional high-pitched beat (_beat get 0.2 maytrig 0.1 tgate 100 *) + # freq: high burst at the beginning of every beat ( _beat get 0.02 (0.1 -0.007 sine +) tgate (0.12 100 phasor 100 * 50 +) * ) + # pos diameter tenseness 0.2 (2.5 (-1.7 _env2 get) *) + 0.6 # velum 0.5 (0.1 -0.5 sine) + voc # volume envelope _beat get 0.0005 0.08 0.01 tenvx 0.1 + * # effects dup 0 0.25 delay + #dup 3 3 0 0 dist 0.3 * + 0.5 * 0.001 0.01 -36 peaklim 10 * 0.5 * dup -12 1000 100 pshift 2 * 100 buthp + 300 0.5 0.5 1 pareq 1.4 * # kick _beat get 0 0.00005 0.012 tenvx 400 * 60 + _beat get 0.001 0.005 0.04 tenvx 0.25 * sine + # flanger 0.3 0.01 (0.1 0.004 0 _sint osc)+ 0.1 vdelay 0.3 0.01 (0.1 0.004 0.4 _sint osc)+ 0.1 vdelay 0.6 *
No parameters.
meta
quick ref
help
Title:
Voc Psycreep
Author:
pac
Description:
I was tired
Created:
2018/05/25
Modified:
2018/05/25
License
4QDNSY
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