Creative work. I do a lot of these. Keeps my head out of politics / news / whatever most of the time. I could explain but it’s better to just ignore it if it looks/sounds weird to you.
I’m proud of the way I got xxx-t song past FB and YT checkers. It’s not compressed: it’s straight to flat by simplifying the sound wave lines in a medical imaging program I mess around with.
Huh. It does sound weird when I write it out.
====
Maybe.
I have an old copy of BASIC.
10 SOUND 300,5
20 SOUND 350,10
that kind of syntax.
—-
10 FOR X = 1 TO 20000
20 SOUND X,5
30 NEXT X
Back in the 80s/90s, every computer had BASIC on it, and I’d run that program and walk away as they thought their computer was broken, or a bomb drill was happening.
=====
OH! You have an algorithm? Nice. Hm… there’s a few possible tools… lemme think. I prefer things that don’t need much programming. I’ll poke around my computer and see what might do it.
—–
Cool. I can picture it in my head a bit maybe. Sort of dangling non-primes off of the prime factors? Almost like a sort/subsort/subsort/etc kind of thing
====