math.sync_lshift
aliases: [math.<<'], [ceammc/<<'], [<<']
sync signed bit left shift
available since version: 0.9.1
arguments:
- SHIFT
shift amount
type: int
inlets:
- set value, calculate and output result
type: control
- change shift, calculate and output result
type: control
outlets:
- result output
type: control
keywords:
math
shift
sync
See also:
[math.sync_rshift]
Authors: Serge Poltavsky
License: GPL3 or later