An open API service indexing awesome lists of open source software.

https://github.com/qbixxx/midimarauder

MIDIMarauder is a TUI application for scanning and managing MIDI devices connected via USB.
https://github.com/qbixxx/midimarauder

go golang gousb linux midi midi-controller midi-device terminal terminal-based terminal-ui tui usb

Last synced: 23 days ago
JSON representation

MIDIMarauder is a TUI application for scanning and managing MIDI devices connected via USB.

Awesome Lists containing this project

README

        

# MIDIMarauder

![GitHub release (latest by date)](https://img.shields.io/github/v/release/qbixxx/midiMarauder) ![GitHub contributors](https://img.shields.io/github/contributors/qbixxx/midiMarauder) ![GitHub stars](https://img.shields.io/github/stars/qbixxx/midiMarauder) ![GitHub license](https://img.shields.io/github/license/qbixxx/midiMarauder)

## Description

**MIDIMarauder** is a TUI application for scanning and managing MIDI devices connected via USB. It uses the ![gousb](https://github.com/google/gousb) library for USB communication and ![tview](https://github.com/rivo/tview) to provide a terminal user interface where you can view and manage your connected MIDI devices.

This is a usefull tool to analyze and debug MIDI devices.

This project allows users to:
- Scan for MIDI devices connected via USB.
- View detailed information about each MIDI device.
- Monitor MIDI messages in real-time.
- Use a terminal-based graphical interface to manage connected devices.

## Demo run (outdated)
![Peek 2024-09-25 22-00](https://github.com/user-attachments/assets/bcfb4757-27d3-4ec9-a608-1a2b3c48cb3b)

## Project Status

The project is in an initial phase, but the following features are already supported:
- USB MIDI device scanning.
- Detailed device information display.
- Basic MIDI message monitoring.
- Fully concurrent USB device scanning.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.