From c49303e1ee317ff390dff81052c620df13534f7c Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 23 Nov 2025 10:32:16 -0600 Subject: [PATCH] add todo --- midi-client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/midi-client.go b/midi-client.go index ac0a9da..67ecfe6 100644 --- a/midi-client.go +++ b/midi-client.go @@ -18,6 +18,7 @@ type MIDIClient struct { func init() { RegisterModule(ModuleRegistration{ + //TODO(jwetzell): find a better namespace than "misc" Type: "misc.midi.client", New: func(config ModuleConfig) (Module, error) { params := config.Params