Skip to main content
Glama
emicklei

melrōse musical expression player

by emicklei
utils.go386 B
package dsl import ( "github.com/emicklei/melrose/core" "github.com/emicklei/melrose/notify" ) func StopAllPlayables(context core.Context) { // stop any running playables for k, v := range context.Variables().Variables() { if s, ok := v.(core.Stoppable); ok { if s.IsPlaying() { notify.Infof("stopping: %s = %s", k, core.Storex(s)) _ = s.Stop(context) } } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/emicklei/melrose'

If you have feedback or need assistance with the MCP directory API, please join our Discord server