Random Music generator using aplay (Linux Only)
Go to file
Bruno Rybársky b8719faf67
All checks were successful
continuous-integration/drone/push Build is passing
Update 'README.md'
2022-06-19 10:40:47 +02:00
build update gitignore 2022-04-18 12:43:48 +02:00
.drone.yml update config to use key 2022-04-18 12:52:22 +02:00
.gitignore update gitignore 2022-04-18 12:43:48 +02:00
LICENSE Initial commit 2014-04-02 20:25:55 -07:00
Makefile test release 2022-04-18 12:40:26 +02:00
randMus.c fix typos 2022-04-18 13:39:50 +02:00
README.md Update 'README.md' 2022-06-19 10:40:47 +02:00

RandMus

Build Status

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