Add Sampler classed and the vidi-player.py and vidi-sampler.py programs
authorAntonio Ospite <ao2@ao2.it>
Mon, 5 Dec 2016 17:48:21 +0000 (18:48 +0100)
committerAntonio Ospite <ao2@ao2.it>
Mon, 5 Dec 2016 22:56:54 +0000 (23:56 +0100)
commit4cd0a64f760b6138a62141c087da38a1b787ac5b
tree430955a542139dad2eca3c27f7e7f503662e733e
parent7debfa86ea34c87aead56d92bf08b9a0b51feeef
Add Sampler classed and the vidi-player.py and vidi-sampler.py programs

vidi-player.py plays midi files in real-time, instead of waiting for the
timeline creation like vidi-timeline.py does.

vidi-sampler.py plays samples according to the notes produced by a midi
controller.
README.md
vidi-player.py [new file with mode: 0755]
vidi-sampler.py [new file with mode: 0755]
vidi/Sampler.py [new file with mode: 0755]
vidi/__init__.py