Audio
Masher
[continue autosave]
Noisy saw by Grid
log in
learn
new
browse
# Pitch-shifted saw noise 50 0.4 blsaw 0.0001 port # Chain the pitch-shifts to get a specific effect dup 42 20 20 pshift dcblk mix dup 80 120 120 pshift dcblk 0.4 * mix # Use a variable delay for effects (can be chained) # Delay time varies with randi, the frequency of which also varies dup 0.9 (-0.05 0.05 (0.5 1 0.01 randi) randi) 0.1 vdelay + # Limit peaks 10 10 0.8 peaklim # Limit amplitude 0.2 *
No parameters.
meta
quick ref
help
Title:
Noisy saw
Author:
Grid
Description:
A saw modified with pitch-shift effects and a variable delay to achieve varying effects.
Created:
2025/01/10
Modified:
2025/01/10
License
O2DGDA
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