Initial commit: MIDI port discovery tool

This commit is contained in:
Ian Gulliver
2026-02-10 21:07:47 -08:00
commit 130bab4bc8
4 changed files with 44 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module qrun
go 1.25.6
require gitlab.com/gomidi/midi/v2 v2.3.22