Skip to main content
Glama
emicklei

melrōse musical expression player

by emicklei
service.go648 B
package api import "github.com/emicklei/melrose/core" type Service interface { Context() core.Context CommandInspect(file string, lineEnd int, source string) (any, error) CommandPlay(file string, lineEnd int, source string) (CommandPlayResponse, error) CommandStop(file string, lineEnd int, source string) (any, error) CommandEvaluate(file string, lineEnd int, source string) (any, error) CommandKill() error CommandHover(source string) string ChangeDefaultDeviceAndChannel(isInput bool, deviceID int, channel int) error CommandMIDISample(file string, lineEnd int, source string) ([]byte, error) ListDevices() []core.DeviceDescriptor }

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