Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hey!

I found this thing very, very interesting and I would really like to have this about my profession: music. Someone else below have already asked for this: can you please share the structure and source text, or the whole project? I would like to rewrite the whole text into "music production idea generator" and don't really care what way would suit you the most. Had this idea in my head for a pretty good while. Please?

All right, I did some project bookkeeping recently so I actually know where the project is now... I've uploaded the source code as well now :3

The actual implementation is pretty simple:

//at the start
<make 3 lists named list_phrasing, list_genre, list_quirk>
<add idea pieces to them>
//when you press a button
randomize()
ds_list_shuffle(list_phrasing)
ds_list_shuffle(list_genre)
ds_list_shuffle(list_quirk) my_string = list_phrasing[|0]+list_genre[|0]+list_quirk[|0]+"?"