2022-03-19 13:03:00 +01:00
2014-04-03 05:25:55 +02:00
RandMus
=======
2014-04-03 05:49:39 +02:00
Random Music generator piping into aplay (Linux only)
2014-04-03 05:32:41 +02:00
A simple little program that pipes char data into aplay resulting in random little tunes.
2014-04-03 06:02:42 +02:00
Some sound good and are kind of catchy, a few are extreamly quiet at least at the start, and others blow out your ears and will drive you insane. (could be a good thing I suppose if you like dubstep)
2014-04-03 05:32:41 +02:00
In short, A fun little thing to play around with.
2014-04-03 05:49:39 +02:00
Instructions:
2014-04-03 05:56:38 +02:00
cd into the RandMus directory
2022-03-19 13:03:00 +01:00
type "make" to compile and run(play)
2014-04-03 05:56:38 +02:00
2022-03-19 13:03:00 +01:00
type "make clean" to remove the compiled files
type "make record" to record a random tune
2014-04-03 05:56:38 +02:00
2022-03-19 13:03:00 +01:00
to quit the program type ctrl-c