math.sync_rshift
aliases: [math.>>'], [ceammc/>>'], [>>']
sync signed bit right 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_lshift]
Authors: Serge Poltavsky
License: GPL3 or later