License: MIT
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.
Uses the nodes "substring" found in the library "nkrkv/text" and "between" found in the library "e/comparison".
Node | Description |
---|
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. |
example-beat | Example using the beat nodes. When the timer is between certain values the beats are enabled or disabled. |
To use the nodes 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.