We've got the beat!

5

was8bit 2025-01-07 05:10 (Edited)

TAP to reshuffle

Tweaked the beat abit...


Sylveon 2025-01-07 21:25

Yep :3


SP4CEBAR 2025-01-08 08:05

All of these sound beautiful! Nicely done!


SP4CEBAR 2025-01-08 08:08

How did you get so many of the shuffles to align to nice chords?


was8bit 2025-01-08 15:42 (Edited)

I use a C chord as a base, a full C chord is CEGBD

I load the initial chord with high C and low C E G, a simple C chord

SND(0)=61
SND(1)=49
SND(2)=53
SND(3)=56

on the remix:
high C can remain or become B
E can remain or become D
... this creates a random enriched C chord
Then i slide all notes +-20 steps to shift the chord spacings into other notes
OCT is initially set to 0 to ensure you start with a plain C chord ;)

OCT=RND(20)-RND(20)
SND(0)=60+RND(1)
SND(2)=51+RND(1)*2


was8bit 2025-01-08 15:51 (Edited)

You may also notice that the background colors and sphere colors usually harmonize, with the goal of the background being a shade darker than the spheres... that wasn't easy to do...

I decided to allow a shade going past 0 to roll back up to a brighter shade


SP4CEBAR 2025-01-08 16:31

interesting!


Sylveon 2025-01-08 21:13

Cool was8bit :3


Sylveon 2025-01-14 02:11

Nice update :3


was8bit 2025-01-14 04:57

TY :)


Sylveon 2025-01-14 13:19

:3


Log in to reply.