Skip to main content
Glama
emicklei

melrōse musical expression player

by emicklei
velocity_map_test.go307 B
package op import ( "testing" "github.com/emicklei/melrose/core" ) func TestVelocityMap_S(t *testing.T) { o := NewVelocityMap(core.MustParseSequence("C (D E) F"), "1:30,2:60") if got, want := o.S().Storex(), "sequence('C--- (D+ E+)')"; got != want { t.Errorf("got [%v] want [%v]", got, 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