Audio
Masher
[continue autosave]
simple feed-forward filter by van
log in
learn
new
browse
_c1 1 palias # -1 - 1 _c2 2 palias # -1 - 1 _c3 3 palias # -1 - 1 0.01 noise dup _c1 get * swap dup 1 sdelay _c2 get * swap dup 2 sdelay _c3 get * swap 2 sdelay _c3 get * mix
No parameters.
meta
quick ref
help
Title:
simple feed-forward filter
Author:
van
Description:
a simple digital feedforward filter to demonstrate how digital filters work. Based on this playlist: https://youtube.com/playlist?list=PLbqhA-NKGP6Afr_KbPUuy_yIBpPR4jzWo
Created:
2023/02/24
Modified:
2023/02/24
License
5LSN7E
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