Skip to main content
Glama
emicklei

melrōse musical expression player

by emicklei
inspect_test.go515 B
package core import "testing" func testContext() Context { // TODO: Replace with actual context initialization as needed for your tests return PlayContext{ AudioDevice: &AudioDeviceMock{}, } } func TestInspection_Markdown_Chord(t *testing.T) { c := MustParseChord("b3#/m/1") i := NewInspect(testContext(), "", c) t.Log(i.Markdown()) } func TestInspection_Markdown_ChordSequence(t *testing.T) { c := MustParseChordSequence("b3#/m/1 = c3/2") i := NewInspect(testContext(), "", c) t.Log(i.Markdown()) }

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