tinit 1

sets the index of table to the value of the dial at index 'offset'
Author: Robert Schirmer
License: BSD
Github: rbrt/data/tinit 1.axo

Inlets

bool32.rising trigger

int32.positive offset

Outlets

None

Parameters

frac32.s.map v

Attributes

objref table

spinner offset

Declaration
int ntrig;
Init
int ntrig = 0;
Control Rate
if ((inlet_trig > 0) && !ntrig) {
  ntrig = 1;

  attr_table.array[inlet_offset + attr_offset] =
      __SSAT(param_v, 28) >> attr_table.GAIN;
}
if (!(inlet_trig > 0))
  ntrig = 0;

Privacy

© 2024 Zrna Research