tableread 4

read 8 values from a table,starting from 'offset'
Author: robert schirmer
License: who cares
Github: rbrt/data/tableread 4.axo

Inlets

int32 sets an offset for writing to the table

Outlets

frac32 v0

frac32 v1

frac32 v2

frac32 v3

Attributes

objref table

spinner offset

Control Rate
outlet_v0 =
    attr_table
        .array[__USAT((inlet_offset + 0 + attr_offset), attr_table.LENGTHPOW)]
    << attr_table.GAIN;
outlet_v1 =
    attr_table
        .array[__USAT((inlet_offset + 1 + attr_offset), attr_table.LENGTHPOW)]
    << attr_table.GAIN;
outlet_v2 =
    attr_table
        .array[__USAT((inlet_offset + 2 + attr_offset), attr_table.LENGTHPOW)]
    << attr_table.GAIN;
outlet_v3 =
    attr_table
        .array[__USAT((inlet_offset + 3 + attr_offset), attr_table.LENGTHPOW)]
    << attr_table.GAIN;

Privacy

© 2024 Zrna Research