disp p

display boolean.if 'in' == true,the display stays ON for some time,thus,a pulse can also be displayed.
Author: Robert Schirmer
License: BSD
Github: rbrt/disp/disp p.axo

Inlets

bool32 input

Outlets

None

Displays

bool32 v

Declaration
int32_t val;
Control Rate
if (inlet_in)
  val = 16000;

if (val >= 0) {
  val -= 100;
  disp_v = 1;
} else
  disp_v = 0;

Privacy

© 2024 Zrna Research