primeRead

reads out the "primes" table allocation module (see my table-folder)
Author: Remco van der Most
License: BSD
Github: sss/ctrl/primeRead.axo

Inlets

int32 prime

Outlets

int32 o

Parameters

int32 prime

Attributes

objref table

Displays

int32.label value

Control Rate
int16_t prime = (inlet_prime + param_prime) & 1023;

outlet_o = attr_table.array[__USAT(prime - 1, attr_table.LENGTHPOW)];
disp_value = outlet_o;

Privacy

© 2024 Zrna Research