Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fwcd/midiloop
Small utility that runs a virtual MIDI loopback device
https://github.com/fwcd/midiloop
loopback midi midi-device
Last synced: 16 days ago
JSON representation
Small utility that runs a virtual MIDI loopback device
- Host: GitHub
- URL: https://github.com/fwcd/midiloop
- Owner: fwcd
- License: mit
- Created: 2024-02-01T16:41:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T00:01:16.000Z (4 months ago)
- Last Synced: 2024-11-29T11:55:40.835Z (about 1 month ago)
- Topics: loopback, midi, midi-device
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MIDILoop
[![PyPI](https://img.shields.io/pypi/v/midiloop)](https://pypi.org/project/midiloop)
[![Build](https://github.com/fwcd/midiloop/actions/workflows/build.yml/badge.svg)](https://github.com/fwcd/midiloop/actions/workflows/build.yml)A small utility that runs a virtual MIDI loopback device. This is useful for getting MIDI applications to talk to each other, e.g. [Mixxx](https://mixxx.org) and [QLC+](https://www.qlcplus.org).
## Usage
```sh
midiloop [-n NAME] [-v]
```