0xabad1dea / badrave

procedural chiptune generator
3 stars 1 forks source link

compile #2

Open fietronic opened 6 years ago

fietronic commented 6 years ago

Looks like this was written on *bsd?

strlcat no workie - compile error...

tried libbsd-dev still no workie

copied strlcat function from here

https://gist.githubusercontent.com/Fonger/98cc95ac39fbe1a7e4d9/raw/31c408cb22064809b8c24b4079905f56b877124f/strlcat_strlcpy.c

into badrave.c after main()

Think it's working, haven't tested output to see if it plays.

0xabad1dea commented 6 years ago

idk how you found this but this was like, an afternoon project from several years ago, and doesn't do very much 😅 I started a new generator from the ground up a few months ago but it's not in any shape to post either

fietronic commented 6 years ago

I check your projects once in a while. A week or so ago I was really wanting to look into procedurally generated music. I noticed that I repeat a lot of the same steps/techniques when I'm making music and thought I might be able to mix it up a bit with some pseudo-randomness.