write sdram 32b

delayline definition, read it with "delay/read" objects referencing the instance name of this object
Author: Johannes Taelman, Jan Hofmann
License: BSD
Github: jho/delay/write sdram 32b.axo

Inlets

frac32buffer wave input

Outlets

None

Attributes

combo size

Declaration
static const uint32_t LENGTHPOW = (attr_size);
static const uint32_t LENGTH = (1 << attr_size);
static const uint32_t LENGTHMASK = ((1 << attr_size) - 1);
int32_t *array;
uint32_t writepos;
Init
static int32_t _array[attr_poly][1 << attr_size]
    __attribute__((section(".sdram")));
array = &_array[parent->polyIndex][0];
int i;
writepos = 0;
for (i = 0; i < LENGTH; i++)
  array[i] = 0;
Audio Rate
writepos = (writepos + 1) & LENGTHMASK;
array[writepos] = inlet_in;

Privacy

© 2024 Zrna Research