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

Cmd.Repl.LControl

Description

Operations on control tracks.

Synopsis

Documentation

multiply :: Signal.Y -> Cmd.CmdL () Source #

Multiply the controls in the selection by the given amount.

multiply01 :: Signal.Y -> Cmd.CmdL () Source #

Multiply but keep in 0--1.

multiply_11 :: Signal.Y -> Cmd.CmdL () Source #

Multiply but keep in -1 -- 1.

round :: Int -> Cmd.CmdL () Source #

Round selected controls to the given number of decimal places. Useful after a multiply.

map_val :: Cmd.M m => (Signal.Y -> Signal.Y) -> m () Source #

map_named :: Cmd.M m => Text -> (Signal.Y -> Signal.Y) -> ModifyEvents.Track m Source #

Map controls with the given name.