Created
April 25, 2019 10:53
-
-
Save jarmitage/d0ec1b0d6298778bd18a4aef9de4081d to your computer and use it in GitHub Desktop.
Tidal file for playing with SuperDirt synths added in Dec 2018
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Added Dec 2018 by bgold | |
-- https://github.com/musikinformatik/SuperDirt/blob/develop/library/default-synths-extra.scd | |
let p = n (run 12) | |
{- | |
from synthdef.art | |
fragment: 2018-08-16 | |
responds to accelerate (for pitch glide) | |
detune (in Hz, but even small values are quite noticable) | |
voice (changes harmonics) | |
speed (impulse trigger rate) | |
-} | |
d1 $ p # s "supergrind" | |
{- | |
from synthdef.art | |
#nightofprimes | |
responds to accelerate (for pitch glide) | |
detune (fractional) | |
voice (some subtle shaping and reverb changing) | |
speed (impulse trigger rate) | |
-} | |
d1 $ p # s "superprimes" | |
{- | |
from synthdef.art | |
#wavemechanics | |
responds to accelerate (for pitch glide) | |
detune (for pitch randomization) | |
voice (to color/whiten the noise) | |
resonance (affects reverberation) | |
-} | |
d1 $ p # s "superwavemechanics" | |
{- | |
feedback PWM | |
can use "accelerate" "voice" and "detune" parameters | |
try `d1 $ s "supertron" # octave 3 # accelerate "0.2"` | |
-} | |
d1 $ p # s "supertron" | |
{- | |
Vaguely Reese-like synth | |
can use "accelerate" "voice" and "detune" parameters | |
-} | |
d1 $ p # s "superreese" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment