sc4

Sub krate scheduler to trigger costly krate operations. Such as 16StepsDP2 updates.
Author: Thierry Smashed Transistors
License: LGPL
Github: tiar/schedule/sc4.axo

Inlets

None

Outlets

bool32.pulse sc0

bool32.pulse sc1

bool32.pulse sc2

bool32.pulse sc3

Declaration
uint8_t c = 0;
Init
uint8_t c = 0;
Control Rate
outlet_sc0 = (c == 0);
outlet_sc1 = (c == 1);
outlet_sc2 = (c == 2);
outlet_sc3 = (c == 3);
c++;
if (c >= 4)
  c = 0;

Privacy

© 2024 Zrna Research