oddeven2

if i odd then oddbang = 1 if even then nobang if i1 = 1 then its even odd if i2 everey second value if 4 every fourth if i odd exepect odd quantization
Author: philoop
License: GPL
Github: phi/math/oddeven2.axo

Inlets

int32 i

int32 i1

Outlets

bool32 o

Control Rate
int odd;

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

outlet_o = odd;

Privacy

© 2024 Zrna Research