Async-Event-Count


Description

received trigger signal (gate, square lfo) send Count Event from start Value 0 up to defined max Value, then will loop!

Usage

built with # :
# SWITCH your own Multiplexer, on every received trigger signal (gate) the next input is routed to the output.
# MCV Midi Gate your own Note On/Off Multiplexer or SQ
# IF your own distributor
# S+H your own MultiRandomizer
i like to nest several instances and use the end events...

Type

LOGICAL

Module

Async-Event-Count.png

Popup

Async-Event-Count-Popup.png

Module Connections

Label
Type
Description
Control Range
In
Async
trigger signal (gate, square lfo) the Count Event
Bi-Unipolar 32Bit
TC
Async
max Value before Loop
Unipolar 32Bit
Rst
Async
will reset count to Val 0
Unipolar 1Bit
Pls
Async
will send Gate Value 1~0 on End (2 events)
Unipolar 1Bit
out
Async
current count value
Unipolar 32Bit

Good to know

an event is any change in value.
e.g:
1 bit [0~1] = 2 events
7 bit [0~127] =128 events
14 bit [0~16383] =16384 events
32 bit [0~2147483647] =2147483648 events
X bit [Bi-Polar] =X*2 events