https://github.com/pintman/midi2mqtt
Listen to MIDI signals and send them to a mqtt broker
https://github.com/pintman/midi2mqtt
Last synced: about 2 months ago
JSON representation
Listen to MIDI signals and send them to a mqtt broker
- Host: GitHub
- URL: https://github.com/pintman/midi2mqtt
- Owner: pintman
- Created: 2017-10-29T09:19:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T07:29:17.000Z (over 3 years ago)
- Last Synced: 2025-03-18T23:47:53.955Z (3 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# midi2mqtt
Listen to MIDI signals and send them to a mqtt broker.## Installation
It can be installed by pip from pipy or from the git repo location
# from PyPI
$ pip install midi2mqtt
# from sources
$ pip install git+https://github.com/pintman/midi2mqtt