logoalt Hacker News

beepbooptheoryyesterday at 9:24 PM3 repliesview on HN

Kinda interesting how its just like a FFT chart in a circle but perhaps the author is not aware that is the case. Would be curious to know what things were "implmentation details" for the fancy AI and what wasn't.

I could be wrong but milkdrop already would do light FFT analysis for effects right?


Replies

neynttoday at 12:15 AM

I may have been overselling the AI's initiative in the article -- it still required a fair bit of steering. I put most of the prompts involved here: https://saltblock.neynt.ca/waveloop-prompts.md

Wrapping FFT in a log2(freq) % 1 spiral was part of the human direction :)

recursiveyesterday at 9:42 PM

Pretty sure the author is aware. I think the interesting part is that the frequency is logarithmic and one rotation = 2x. This means you can make musical observations about chord qualities from the plot. That's not generally true for FFT plots.

show 1 reply
_jxyesterday at 10:01 PM

I'm also curious about the implementation details, the result is visually beautiful, but the code could be interesting too, at least as a 'Fable hystorical artifact'. Is it visible on github?

show 1 reply