Safe Haskell | Safe-Inferred |
---|
Synopsis
- type Tags = Set Tag
- newtype Tag = Tag Text
- tag :: Text -> Tags
- untag :: Tags -> [Text]
- contains :: Tags -> Tags -> Bool
- attr :: Tags
- cmod :: Tags
- control_function :: Tags
- curve :: Tags
- inst :: Tags
- inverting :: Tags
- ly :: Tags
- next :: Tags
- ornament :: Tags
- postproc :: Tags
- prev :: Tags
- random :: Tags
- requires_postproc :: Tags
- subs :: Tags
- under_invert :: Tags
- delayed :: Tags
- realize_delayed :: Tags
- prio_block :: Tags
- generator :: Tags
- transformer :: Tags
- note :: Tags
- pitch :: Tags
- control :: Tags
- val :: Tags
Documentation
documentation
Uses control modification, this is a control or pitch call that can modify controls other than the control track in appears in.
control_function :: Tags Source #
This call returns a VCFunction
.
This call is a curve intorpolator, intended for the curve argument for calls that interpolate curves.
under_invert :: Tags Source #
This transformer runs under inversion, via under_invert
.
Saves an argument in event_delayed_args
, which means it
applies an Attribute, and relies on a postproc to complete the
transformation.
realize_delayed :: Tags Source #
This is the other half of a delayed
call. It expects an entry in
event_delayed_args
.
tags with effects
prio_block :: Tags Source #
Give this call Derive.PrioBlock when imported. This is a special hack just for the block call.
automatically applied
transformer :: Tags Source #