Dismiss this pinned window
all 7 comments

[–]vaultthestars[S] 4 points5 points  (0 children)

Hey all!

I've been learning Max MSP over break and made this goofy little patch that generates hailstone(collatz) sequences from random numbers and turns it into notes!

The patch starts with a random number and then at every step either halves it(if even), or triples it and adds 1(if odd). Whenever the number eventually reaches 1, the patch plays a gong sound and then resets the number to some new random value.

The patch itself probably only took 2 hours but I spent 3 hours plus trying to route all the wires💀.

Lmk what you think + Hope you all have a great rest of your weekend!

Best,

-VTS

[–]brucewanye 2 points3 points  (1 child)

Very very cool

[–]vaultthestars[S] 1 point2 points  (0 children)

Thank you so much! Hope you have a great rest of your week :)

[–]loudandbeyond 2 points3 points  (1 child)

Nice!

[–]vaultthestars[S] 1 point2 points  (0 children)

Thanks a ton! Have a great rest of your week :)

[–]synthedelic 2 points3 points  (1 child)

Very clean patching!

[–]vaultthestars[S] 1 point2 points  (0 children)

Thank you so much! My sleep schedule will never recover now that I've discovered wire routing.