Skip to main content
Glama
emicklei

melrōse musical expression player

by emicklei
testing.go368 B
package op import ( "errors" "github.com/emicklei/melrose/core" ) type failingNoteConvertable struct{} func (f failingNoteConvertable) ToNote() (core.Note, error) { return core.Rest4, errors.New("i am a failure") } func (f failingNoteConvertable) S() core.Sequence { return core.EmptySequence } func (f failingNoteConvertable) Storex() string { return "" }

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