tablemul i

multiplies integer 'value' with the element 'index' of 'table'. 'offset' is added to 'index'. integer result.
Author: Robert Schirmer
License: BSD
Github: rbrt/data/tablemul i.axo

Inlets

int32.positive index

int32 value

Outlets

int32 value

Parameters

int32 offset

Attributes

objref table

Control Rate
outlet_value = ___SMMUL((attr_table.array[__USAT((inlet_index + param_offset),
                                                 attr_table.LENGTHPOW)]
                         << attr_table.GAIN),
                        (inlet_value << 5));

Privacy

© 2024 Zrna Research