RandMus/README.md

22 lines
761 B
Markdown
Raw Permalink Normal View History

2014-04-03 05:25:55 +02:00
RandMus
=======
2022-06-19 10:40:47 +02:00
[![Build Status](https://drone.brn.systems/api/badges/BRNSystems/RandMus/status.svg)](https://drone.brn.systems/BRNSystems/RandMus)
2014-04-03 05:25:55 +02:00
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