Let’s you tap in a beat, useful to synchronise visuals to music (VJ, sync, sound)
summary (oneliner)
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
exe (Trigger)
Executes the op
tap (Trigger)
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
sync (Trigger)
If BpmTap
is out of sync with your music, press sync
once on the start of a beat to reset the start beat
nudgeLeft (Trigger)
To fine-tune the bpm
value press nudgeLeft
various times, the bpm
-value will decrease
nudgeRight (Trigger)
To fine-tune the bpm
value press nudgeRight
various times, the bpm
-value will increase
Outputs
beat (Trigger)
Triggers on every beat – 1, 2, 3, 4.
Bpm (Number)
The resulting BPM (beats per minute)
States (Array)
An array of length 4, e.g. [1, 0, 0, 0]
—> first beat
Beat Index (Number)
Either 1
, 2
, 3
or 4
Patches using BpmTap
Changelog
do not reset to default-bpm while recording 2022-02-03 - stephan |