Let’s you tap in a beat, useful to synchronise visuals to music (VJ, sync, sound)
Summary (oneliner)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Executes the op
Press the tap
-button multiple times to tap in a beat. Once you stopped BpmTap
will start to send out values on its own after one bar
If BpmTap
is out of sync with your music, press sync
once on the start of a beat to reset the start beat
To fine-tune the bpm
value press nudgeLeft
various times, the bpm
-value will decrease
To fine-tune the bpm
value press nudgeRight
various times, the bpm
-value will increase
Outputs
Triggers on every beat – 1, 2, 3, 4.
The resulting BPM (beats per minute)
An array of length 4, e.g. [1, 0, 0, 0]
—> first beat
Either 1
, 2
, 3
or 4
Patches using BpmTap
Changelog
do not reset to default-bpm while recording 2022-02-03 - stephan |