Skip to main content
Glama
emicklei

melrōse musical expression player

by emicklei
rotate.go347 B
package op import ( "fmt" "github.com/emicklei/melrose/core" ) type Rotate struct { Target core.Sequenceable Times core.HasValue } func (r Rotate) S() core.Sequence { return r.Target.S().RotatedBy(core.Int(r.Times)) } func (r Rotate) Storex() string { return fmt.Sprintf("rotate(%s,%s)", core.Storex(r.Times), core.Storex(r.Target)) }

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