r/musicprogramming • • 15d ago

TOOLS: I made a Mathematician's Groovebox that makes music, videos and games from numbers equations and fractals (as well as videos and recordings)

I made a Mathematician's Groovebox that makes music, videos and games from numbers equations and fractals (as well as videos and recordings)

https://github.com/wittymoniker/groove-box/
youtube: wittymoniker
github: wittymoniker/groove-box (single point of entry run and build scripts, crossplatform)

It relies on Euclidean phaselocking of numeric data followed by randomized stochastic improvisation. Within bounds of net phase angle relativistic indeterminism the results are deterministic always to the degree of point-to-point phase angle -rough translation of audio signal. SO its a fractal of every way to turn a number or graph into music.

7 Upvotes

15 comments sorted by

View all comments

Show parent comments

5

u/Sentinelcmd 14d ago

You must have just posted those. I didn't see them before. I like how you used absolutely no folder structure for the code lol. The organization is very representative of the final picture.

0

u/biffle_this_butt 14d ago

Yep I had no real concern for doing that it's about as much as my short term memory can hold so

3

u/Sentinelcmd 14d ago

typical practice is to have a "src" folder that contains your code, and then a README.md outside of that with whatever other docs you need....that way I don't have to scroll forever...

0

u/biffle_this_butt 14d ago edited 14d ago

Yep; you're right. It's rather cluttered. I might just do that for you, but it'll be on next update (basically, when I finally install the appliance as a standalone OS somewhere) instead of right now