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

Perform.Im.Patch

Description

Describe an Im Patch, from the sequencer's point of view.

Synopsis

Documentation

data Patch Source #

Constructors

Patch 

Fields

Instances

Instances details
Show Patch Source # 
Instance details

Defined in Perform.Im.Patch

Methods

showsPrec :: Int -> Patch -> ShowS #

show :: Patch -> String #

showList :: [Patch] -> ShowS #

Pretty.Pretty Patch Source # 
Instance details

Defined in Perform.Im.Patch

type AttributeMap = Common.AttributeMap () Source #

Since the synth understands Attributes directly, this is just a list of supported Attributes along with their priority.