Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qbixxx/midimarauder
MIDIMarauder is a TUI application for interacting with MIDI devices through USB. The idea is to have a MIDIOX like software for Linux machines.
https://github.com/qbixxx/midimarauder
go golang gousb midi midi-controller midicontroller usb
Last synced: 8 days ago
JSON representation
MIDIMarauder is a TUI application for interacting with MIDI devices through USB. The idea is to have a MIDIOX like software for Linux machines.
- Host: GitHub
- URL: https://github.com/qbixxx/midimarauder
- Owner: qbixxx
- License: mit
- Created: 2023-03-15T14:36:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T15:49:33.000Z (2 months ago)
- Last Synced: 2024-09-14T11:58:47.580Z (2 months ago)
- Topics: go, golang, gousb, midi, midi-controller, midicontroller, usb
- Language: Go
- Homepage:
- Size: 108 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.