tablewrite

if 'write' is ON,writes a value to a table,starting from 'offset'
Author: robert schirmer
License: BSD
Github: rbrt/data/tablewrite.axo

Inlets

int32 sets an offset for writing to the table

bool32.risingfalling write

frac32 v0

Outlets

None

Parameters

int32 offset

bool32.tgl write

Attributes

objref table

Declaration
int offset;
Control Rate
offset = (inlet_offset + param_offset);

if (param_write || inlet_write) {
  attr_table.array[offset] = __SSAT(inlet_v0, 28) >> attr_table.GAIN;
}

Privacy

© 2024 Zrna Research