oddeven

when in is odd then bang
Author: philoop
License: GPL
Github: phi/math/oddeven.axo

Inlets

int32 i

Outlets

bool32 o

Control Rate
int odd;

if ((inlet_i & 1) == 0)
  odd = 1;
else
  odd = 0;

outlet_o = odd;

Privacy

© 2024 Zrna Research