That's a fun idea! I added a secret shortcut to https://mixolumia-palette-picker.netlify.app/ (ALT+R) that generates 100 random palettes and copies them to your clipboard. Let me know if it works for you :D
FLGMwt
Recent community posts
Hey! Two things:
1.) I'm poking at how feasible it would be to get song visualization / testing into the palette web app. Let me know if you had any ideas on how to make that useful : ) No promises since I have one of those pesky job things, but I had fun building the palette thing and the music system is neat!
2.) I tried making a very very bare bones track to test out the `data.json` schema but ran into a runtime error on starting up the track. I was able to see and select it from the tracklist in game, but crashed with this trace as soon as the music would have started:
___________________________________________ ############################################################################################ FATAL ERROR in action number 1 of Step Event0 for object audio_obj: unable to add a number to string ############################################################################################ -------------------------------------------------------------------------------------------- called from - gml_Script_load_song (line 74) called from - gml_Script_audio_state_gameplay_start (line 3) called from - gml_Object_audio_obj_Step_0 (line 2)
If it helps, I pushed up the current "song" here: https://github.com/FLGMwt/test-mixolumia-song/blob/master/data.json <- the OGGs are just noises I recorded in Audacity as separate tracks and exported w/ `Export Multiple` as OGG.
I'm on Windows, and I had that^ in a directory named "honk" in %LOCALAPPDATA%/Mixolumia/data/music/
cheers : D
Hello! I made a little web app to generate and share color palettes. I've still got a bit of enhancements I want to make but it's functional enough that it should be useful to this channel. Try it out : D
I'm posting about the ongoing development of this here: https://twitter.com/ryanastelly/status/1292130765002674178
I'm using React and hosting on Netlify and the code is OSS here: https://github.com/FLGMwt/mixolumia-palette-picker