Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Solkattu.Dsl.MridangamNotation

Description

Utilities for the mridangam-specific DSL. Sister to Solkattu.Dsl.Notation, this is like Solkattu.Dsl.Mridangam, but with more complicated implementations, and without the annoying overidden (.).

Synopsis

Documentation

merge :: CallStack.Stack => [NoteT Stroke] -> [NoteT Stroke] -> [NoteT Stroke] Source #

This is the implementation for the (&) operator.

makeNote1 :: stroke -> S.Note g (Solkattu.Note stroke) Source #

makeNote :: stroke -> [S.Note g (Solkattu.Note stroke)] Source #