Skip to main content
Glama
emicklei

melrōse musical expression player

by emicklei
progression_test.go284 B
package core import ( "testing" ) func TestNewChordProgression(t *testing.T) { p := NewChordProgression(On("C"), On("II V I")) if got, want := p.S().Storex(), "sequence('(D F A) (G B D5) (C E G)')"; got != want { t.Errorf("got [%v:%T] want [%v:%T]", got, got, want, want) } }

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