Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iljan/midi
A midi master-clock
https://github.com/iljan/midi
audio midi
Last synced: 27 days ago
JSON representation
A midi master-clock
- Host: GitHub
- URL: https://github.com/iljan/midi
- Owner: IljaN
- License: mit
- Created: 2019-08-04T03:51:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T21:57:29.000Z (about 5 years ago)
- Last Synced: 2024-06-20T05:16:10.100Z (6 months ago)
- Topics: audio, midi
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# midi
[![Coverage Status](https://coveralls.io/repos/github/IljaN/midi/badge.svg?branch=HEAD)](https://coveralls.io/github/IljaN/midi?branch=HEAD)Currently only provides a master-clock which can be used to write to /dev/midi.
## Virtual midi device
A virtual midi device can be created to receive the master clock.
```
sudo modprobe snd-virmidi snd_index=1
aconnect -io
aconnect 20:0 21:0
``