| Safe Haskell | Safe-Inferred |
|---|
Derive.C.Prelude.Highlight
Contents
Description
Calls to highlight events.
Synopsis
Documentation
c_highlight_strings_note :: Generator Note Source #
This is a generator that goes on null call, not a transformer over everything.
out_of_range :: ScoreTime -> NoteDeriver -> NoteDeriver Source #
Highlight with Color.Warning if there is EnvKey.instrument_top or
EnvKey.instrument_bottom and the pitch is above or below it,
respectively.
Arguments
| :: RealTime | |
| -> (Bool -> Maybe.Maybe Color.Highlight) | True if this note is on an open string. |
| -> NoteDeriver | |
| -> NoteDeriver |
Orphan instances
| ShowVal.ShowVal Color.Highlight Source # | |
Methods show_val :: Color.Highlight -> Text Source # | |
| Typecheck.Typecheck Color.Highlight Source # | |
Methods from_val :: Val -> Typecheck.Checked Color.Highlight Source # to_type :: Proxy Color.Highlight -> Type Source # from_subtrack :: Track -> Maybe.Maybe Color.Highlight Source # | |