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.
- Host: GitHub
- URL: https://github.com/qbixxx/midimarauder
- Owner: qbixxx
- License: mit
- Created: 2023-03-15T14:36:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T00:25:58.000Z (4 months ago)
- Last Synced: 2025-03-26T21:47:10.695Z (about 1 month ago)
- Topics: go, golang, gousb, linux, midi, midi-controller, midi-device, terminal, terminal-based, terminal-ui, tui, usb
- Language: Go
- Homepage:
- Size: 2.38 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MIDIMarauder
   
## Description
**MIDIMarauder** is a TUI application for scanning and managing MIDI devices connected via USB. It uses the  library for USB communication and  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)
## 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.