Safe Haskell | Safe-Inferred |
---|
Describe an Im Patch
, from the sequencer's point of view.
Synopsis
- data Patch = Patch {}
- patch :: Patch
- controls :: Patch :-> Map Control.Control Text
- attribute_map :: Patch :-> AttributeMap
- elements :: Patch :-> Set Note.Element
- type AttributeMap = Common.AttributeMap ()
- make_attribute_map :: [Attrs.Attributes] -> AttributeMap
Documentation
Patch | |
|
Instances
type AttributeMap = Common.AttributeMap () Source #
Since the synth understands Attributes directly, this is just a list of supported Attributes along with their priority.