read

read from table, nearest neighbour
Author: Johannes Taelman
License: BSD
Github: table/read.axo

IO Variants: 3


Variant: 1

Inlets

frac32.positive index in fraction of table size

Outlets

frac32 table[a]

Attributes

objref table

Control Rate
outlet_o = attr_table.array[__USAT(inlet_a, 27) >> (27 - attr_table.LENGTHPOW)]
           << attr_table.GAIN;

Variant: 2

Inlets

frac32buffer.positive index in fraction of table size

Outlets

frac32buffer table[a]

Attributes

objref table

Audio Rate
outlet_o = attr_table.array[__USAT(inlet_a, 27) >> (27 - attr_table.LENGTHPOW)]
           << attr_table.GAIN;

Variant: 3

Inlets

int32.positive index

Outlets

frac32 table[a]

Attributes

objref table

Control Rate
outlet_o = attr_table.array[__USAT(inlet_a, attr_table.LENGTHPOW)]
           << attr_table.GAIN;

Privacy

© 2024 Zrna Research