rising

Generates a trigger pulse on rising front.
Author: Thierry Smashed Transistors
License: LGPL
Github: tiar/logic/rising.axo

Inlets

bool32.rising in

Outlets

bool32.pulse trig

Declaration
bool _in = false;
Control Rate
outlet_trig = inlet_in && !_in;
_in = inlet_in;

Privacy

© 2024 Zrna Research