change to start/stop not run/stop

This commit is contained in:
Joel Wetzell
2026-02-07 12:51:01 -06:00
parent 457ff83c23
commit 2104d9f1a9
21 changed files with 27 additions and 27 deletions

View File

@@ -54,7 +54,7 @@ func (mi *MIDIInput) Type() string {
return mi.config.Type
}
func (mi *MIDIInput) Run(ctx context.Context) error {
func (mi *MIDIInput) Start(ctx context.Context) error {
mi.logger.Debug("running")
defer midi.CloseDriver()
router, ok := ctx.Value(route.RouterContextKey).(route.RouteIO)