Strypey · @strypey
2476 followers · 25303 posts · Server mastodon.nzoss.nz

Yesterday I posted about a self-titled album by little-known Aotearoa band Runt (from Ōtepoti). This is my favourite track from it, also called Runt. Still sends shivers down my spine. That breakdown...

"You should be scared it, doesn't show
You gonna die, you don't know
Flat-featured face, curly tail
Your porky brother's for sale
You were born number nine
The mother is doing fine
Now put your head on the block
You're the runt, you're the runt"

runt.bandcamp.com/track/runt

#music #funkmetal #runt

Last updated 1 year ago

Chris Pelatari · @blue_fenix
36 followers · 341 posts · Server hachyderm.io

Beyoncé surveying her kingdom

#runt #caturday #blackcatsofmastodon

Last updated 1 year ago

Kevin Russell · @kevinrns
904 followers · 5133 posts · Server mstdn.social

@BakerRL75

My gold, that Abbot sure is a selfserving runt of the litter.

risks more lives and families as 200,000 lose power in texas in the same way no other state loses power, in the way lost and killed people last time the self serving runt killed Texans with an , life risking .

#system #abbotselfservingruntofthelitter #fools #Criminal #litter #runt #unconnected #unregulated #power #Texas #Abbot

Last updated 2 years ago

Great_Albums · @Great_Albums
657 followers · 455 posts · Server mstdn.social

Great Albums - 1970s: (1971). Todd hadn’t decided whether he was Todd or Runt, so he titled this LP “Runt: The Ballad of Todd Rundgren” just to clarify things (figure that one out). The writing here got him tagged “the male Carole King,” which sent him diving into stranger waters later on. Still, his seminal power pop bristles and “Wailing Wall” is so damn pretty I had to look twice the first time I heard it to see it was still him. , , ,

#rock #album #vinyl #greatalbums1970s #runt #ToddRundgren

Last updated 2 years ago

patchlore · @paul
699 followers · 8266 posts · Server post.lurk.org

Playing around with phase distortion synthesis + hard sync in and , using my new oscillator in :

patchwerk nodes

10 metro bhold 0 cabset

0 cabget
0
1 ftnew "0 4 7 11 12 11 7 4" gen_vals
tseq
37 add 0.001 port mtof
0 phasor
0.2 1 sine 0.1 0.9 biscale
pdhalf
0 cabget 1 10.5 trand 0.001 0.01 1 randh port mul
4000 ftnew gen_sine oscfext
0.5 mul

0 cabget bunhold

"oscfext_test.wav" wavout bdrop

sr 20 * _compute rep

#sndkit #runt #monolith

Last updated 4 years ago

patchlore · @paul
699 followers · 8266 posts · Server post.lurk.org

Been playing around with a modified version of the chaos noise algorithm found in SuperCollider's "Crackle". Next thing you know, I find myself channeling my inner Dean Hurley. The morale of the story is: add a "rate" parameter to your noise generators!

Here's the code used to generate the sound. "chaosnoise" is the generator itself.

patchwerk nodes

0.9 1.3 0.512 randi
40 45 0.5 randi
10.1 metro 0.1 0 maygate 9000 mul add
chaosnoise
60 60 3 eqfil
bdup
bdup bdup 0.93 8000 revsc bdrop -10 ampdb mul
add
dcblock
4000 2000 2 eqfil

"test.wav" wavout bdrop

30 sr * _compute rep

#runt #blacklodge

Last updated 4 years ago

patchlore · @paul
699 followers · 8266 posts · Server post.lurk.org

valp1 is a VA one-pole lowpass filter implemented in ANSI C: pbat.ch/sndkit/valp1/ using

It's based on the implementation found in the The Art of VA Filter design by Vadim Zavalishin, a engineer of native instruments and creator of Reaktor.

I've uploaded a sample of what it sounds like when you use it to filter noise. Because it's only 1-pole, it sounds an awful lot like gain control.

I've also ported it to a node in . Here's the code used to generate the sound:

patchwerk nodes

0.5 noise
1 1 sine 100 1000 biscale
valp1

"valp1.wav" wavout bdrop

sr 20 * _compute rep

#runt #monolith #patchwerk #dsp #literateprogramming

Last updated 4 years ago

patchlore · @paul
699 followers · 8266 posts · Server post.lurk.org

Added feedback to my FM operator pair in , and added a new "fmpair" word in to mark the occasion.

Here's a quick patch written in :

patchwerk nodes

4096 ftnew gen_sine 0 regset

36 mtof 1 1.01
3
0.1 1 0 0 regget osc 0 0.9 biscale
0 regget fmpair

36 12 - mtof 1 0.997
3
0 0.9 0.4 randi
0 regget fmpair

add

0.4 mul

"fmpair_test.wav" wavout bdrop

sr 20 * _compute rep

#runt #monolith #sndkit

Last updated 4 years ago

patchlore · @paul
699 followers · 8266 posts · Server post.lurk.org

Working on a linear feedback shift register noise generator based on the NES APU specs found here: wiki.nesdev.com/w/index.php/AP

I've wrapped it into a node called bitnoise, and made a little patch to test it out (audio attached).

Here is the code that generated it:

patchwerk nodes
60 300 1 randi 5000
2 dmetro 0.5 0 maygate 0.1 port 1 20 scale
randi
1 dmetro 0.5 0 maygate bitnoise
0.1 mul
8000 butlp
"test.wav" wavout bdrop
sr 20 * _compute rep

#runt #patchwerk

Last updated 4 years ago

patchlore · @paul
699 followers · 8266 posts · Server post.lurk.org

Some impromptu textures using a processed crossfade-looped vocal sample I had laying around, and some just intonation ratios. Written using and via , with some light processing in for fades.

Code:

patchwerk nodes

"longpad.wav" loadwav 0 regset

2 0 phasor 0 regget trd
2 1.5 * 0 phasor 0 regget trd add
2 16 * 9 / 0 phasor 0 regget trd add

0.5 0 phasor 0 regget trd
0.25 0 phasor 0 regget trd add
1 0 phasor 0 regget trd add
1 5 / 1 sine 0 1 biscale mul
add

-3 ampdb mul

out

30 set_dur

write_wav

#sox #monolith #patchwerk #runt

Last updated 4 years ago

patchlore · @paul
699 followers · 8266 posts · Server post.lurk.org

This algorithm was implemented as a node, wrapped inside of a word.

The entire example patch itself is written in runt code:

patchwerk nodes

"./hclock" load

0 110 4 clock bhold 0 cabset

0 cabget 8 0 tdiv
1 10 / 1 sine 0 0.03 biscale 8 110 4 hclock
0.005 0.005 0.01 tenvx
67 mtof 0.2 bltriangle mul

0 cabget 0.005 0.005 0.01 tenvx
60 mtof 0.2 bltriangle mul
add

0 cabget 8 0 tdiv
1 10 / 1 sine 0 0.03 biscale 8 110 4 hclock
0.005 0.005 0.01 tenvx
74 mtof 0.2 bltriangle mul
add

0 cabget bunhold

"test.wav" wavout bdrop

sr 30 * _compute rep

#runt #patchwerk

Last updated 4 years ago