From aec581fa2bdada94914d339cd93c559e520b33ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 23 Dec 2016 01:46:35 +0100 Subject: Initial implementation of midi led player --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..718ad08 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +Turris light organ +================== +Simple script to blink with Turris leds to music. There is for now only +implementation using midi, but second implementation using wave and FFT is +planned. + +midi +---- +Requirements: + +* Python3 +* Python3-pip +* mido (Can be installed using pip) + +``` +opkg update +opkg install python3-pip +pip3 install mido +``` + +Now you should be able to run `tlo-midi.py` script. Input must be midi file. If +your midi file has more than one track, you might want to choose different one +using `-c` option. + +Tested with following midi file: https://www.youtube.com/watch?v=6zCzeTUOBKg -- cgit v1.2.3