mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-02 19:58:59 +00:00
add id getter for processors
This commit is contained in:
@@ -146,6 +146,10 @@ func (mnoc *MIDINoteOffCreate) Process(ctx context.Context, wrappedPayload commo
|
||||
return wrappedPayload, nil
|
||||
}
|
||||
|
||||
func (mnoc *MIDINoteOffCreate) Id() string {
|
||||
return mnoc.config.Id
|
||||
}
|
||||
|
||||
func (mnoc *MIDINoteOffCreate) Type() string {
|
||||
return mnoc.config.Type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user