https://github.com/mobeets/midi2video
play videos using a midi controller
https://github.com/mobeets/midi2video
cat-piano midi-controller music-visualizer sampler video video-player
Last synced: 10 months ago
JSON representation
play videos using a midi controller
- Host: GitHub
- URL: https://github.com/mobeets/midi2video
- Owner: mobeets
- Created: 2017-06-24T19:50:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T16:44:29.000Z (over 8 years ago)
- Last Synced: 2025-04-08T15:49:34.778Z (about 1 year ago)
- Topics: cat-piano, midi-controller, music-visualizer, sampler, video, video-player
- Language: Python
- Homepage: http://mobeets.github.io/made/cat-piano
- Size: 2.05 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Play videos using a midi controller. Example application: [cat piano](http://mobeets.github.io/made/cat-piano).
__How it works: midi2video__:
Running `python midi2video.py` loads up all `.mp4` files in `data/`, and plays one of them each time you play a note on a connected midi controller.
Options:
* Play audio: `--audio`
* Loop video: `--loop`
* Midi note to quit: `--quitnote 50`
__How it works: midi2video2__:
Running `python midi2video2.py` arranges clips in a grid, and plays each clip as long as the corresponding midi note is being played. Audio is not an option here.
Options:
* Size of each video: `--size 150`
* Midi note to quit: `--quitnote 50`
* Mapfile for specifying video rotation and pad order: `--mapfile video_map.yml`
__Install requirements__: `pip install -r requirements.txt`