Random Music generator using aplay (Linux Only)
Go to file
2022-03-19 13:03:00 +01:00
.gitignore haha 2022-03-19 13:03:00 +01:00
LICENSE Initial commit 2014-04-02 20:25:55 -07:00
Makefile haha 2022-03-19 13:03:00 +01:00
randMus.c haha 2022-03-19 13:03:00 +01:00
README.md haha 2022-03-19 13:03:00 +01:00

RandMus

Random Music generator piping into aplay (Linux only)

A simple little program that pipes char data into aplay resulting in random little tunes. 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)

In short, A fun little thing to play around with.

Instructions:

cd into the RandMus directory

type "make" to compile and run(play)

type "make clean" to remove the compiled files

type "make record" to record a random tune

to quit the program type ctrl-c