This commit is contained in:
Joel Wetzell
2025-11-23 10:32:16 -06:00
parent d988ea2d2a
commit c49303e1ee

View File

@@ -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