Initial commit

This commit is contained in:
2025-08-03 16:21:33 +02:00
commit 0c0e1e985e
7 changed files with 163 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module datalore/midi-hid
go 1.24.5
require gitlab.com/gomidi/midi/v2 v2.3.16