This commit is contained in:
Joel Wetzell
2025-12-21 15:13:06 -06:00
parent 85d8dc5787
commit ec40194ecb

View File

@@ -13,6 +13,7 @@ import (
"gitlab.com/gomidi/midi/v2" "gitlab.com/gomidi/midi/v2"
) )
// TODO(jwetzell): support using numbers in config file treated as hardcoded values
type MIDIMessageCreate struct { type MIDIMessageCreate struct {
config config.ProcessorConfig config config.ProcessorConfig
ProcessFunc func(ctx context.Context, payload any) (any, error) ProcessFunc func(ctx context.Context, payload any) (any, error)