Audio
Masher
[continue autosave]
Play With Toys by paul
log in
learn
new
browse
# Play With Toys # Paul Batchelor # December 12, 2016 _seq 32 "0 0.4 7 0.4 12 0.1 5 0.1" gen_rand _clk var _trig var _freq var _dry var _bpm 110 varset 0 _bpm get 4 clock _clk set _clk get 0.6 maytrig _trig set _trig get 1 _seq tseq 60 + _freq set _freq get mtof 0.1 _trig get 0 3 trand floor _trig get 0 7 trand floor 1 fm _trig get 0.005 0.01 0.04 tenvx * _freq get 12 - mtof 0.1 saw 1000 0.1 moogladder _trig get 0.3 maytrig 0.01 0.01 0.1 tenvx * + _dry set _dry get dup 10 10 10000 zrev drop -10 ampdb * 1000 buthp _dry get +
No parameters.
meta
quick ref
help
Title:
Play With Toys
Author:
paul
Description:
From the Sporthlings Collection: http://paulbatchelor.github.io/sporthlings/
Created:
2018/05/27
Modified:
2018/05/27
License
XIDSAV
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