Skip to main content
Glama
emicklei

melrōse musical expression player

by emicklei
sequence_transforms_test.go308 B
package core import "testing" func TestTransforms(t *testing.T) { s, e := ParseSequence("16E2+++ 8= 16F2++++ 16= 16G2+++") if e != nil { t.Fatal(e) } if got, want := len(s.NoFractions().NoDynamics().NoRests().Notes), 3; 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