dmt

source code for the kunsthal art installation
git clone git://parazyd.org/dmt.git
Log | Files | Refs | README | LICENSE

commit c6b97611571f03a58c1432ec38c1e52398e0374f
parent bbe887dd9c97f9fd7b3e02161fb827172bca4da8
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 20 Nov 2017 15:52:28 +0100

add blank midi-handler readme

Diffstat:
MLICENSE | 2+-
Amidi-handler/README.md | 10++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/LICENSE b/LICENSE @@ -1,7 +1,7 @@ ISC License Copyright 2017 Ivan J. <parazyd@dyne.org> -Copyright 2017 <awake@0324am.net> +Copyright 2017 awake <awake@0324am.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/midi-handler/README.md b/midi-handler/README.md @@ -0,0 +1,10 @@ +midi-handler +============ + + +Dependencies +------------ + +``` +python3-mido python3-rtmidi +```