Random Music generator using aplay (Linux Only)
Go to file
Bruno Rybársky f7b2e5b273
Some checks failed
continuous-integration/drone/push Build is failing
set automation to compile
2022-04-18 12:32:36 +02:00
.drone.yml set automation to compile 2022-04-18 12:32:36 +02:00
.gitignore haha 2022-03-19 13:03:00 +01:00
LICENSE Initial commit 2014-04-02 20:25:55 -07:00
Makefile test 2022-03-19 13:31:11 +01:00
randMus.c test 2022-03-19 13:31:11 +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