Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I was really really surprised when I saw that the music was made during the jam. It is fantastic, I actually sent the game to a friend that has trained as a jazz drummer.

Seriously, great work. Music for jams is hard, I kinda slacked for our game. My goal was to do a procedural system with a pool of melodies that get randomly chosen. All it is right now is an 8 bar progression that loops but it changes instrument depending on the tile you're on.

You ever look into procedural pieces for games? It's a really fun way to compose because you don't have to cut so much. (I hate cutting things I write haha!)

(+1)

I did some procedural systems for mostly rearranging tracks and stems, but I would love to make a completely generative music but it's a lot of work and that can be hard for a jam. Maybe next time ? I will try to get better with the tools before. I made a music once for a small tactical game where the stems are linked to what character is in your team, it sounds a bit like what you describes.

I used FMOD for integrating in this game, I have worked mostly with Wwise before and that's really nice for adaptive and generative music but it's a bit hard to start with. What did you use for your procedural system? Native Unity/Unreal can be a pain in the ass with audio.

I am a programmer by trade so I just use the Unity stuff. I will normally just write a monobehavior that handles my stems and plays them in time. I'll send you any of my code if you want it.