beat

paolozuccotti/make-beat/beat

Generates switches of output boolean signal. Useful to flash/blink/flip/switch something following a tablature/script. The lenght of the tab and the number of beats per minute can be adjusted.
beat
@/beat
Generates switches of output boolean signal. Useful to flash/blink/flip/switch something following a tablature/script. The lenght of the tab and the number of beats per minute can be adjusted.
PINport
Port of the pin to control
ENboolean
Enables the beat
BPMnumber
Beats Per Minute
LENnumber
Lenght of the TAB, the amount of pulses in a beat.
TABstring
Tablature. It must be a string of 0s and 1s
beat
PIN
EN
BPM
LEN
TAB
OUT
OUTstring
Output for debugging purposes
To use the node in your project you should have the paolozuccotti/make-beat library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.