midi.clock
available since version: 0.9.2
Note: cause in Pd messages are processed between DSP blocks - measured bpm is not exact
arguments:
- DIV
@div clock subdivision
type: int
methods:
properties:
- @div
Get/set clock subdivision. If 0: bang each incoming midi clock message, if 4: output
every quoter note, 8: every eight note etc.
type: int
enum: 0, 4, 8, 16, 32
default: 0
inlets:
- control input
type: control
outlets:
- bang: on specified beat
type: control
- float: measured bpm (output every beat)
type: control
keywords:
midi
clock
Authors: Serge Poltavsky
License: GPL3 or later