The Patchbay_

thebeat

Python package for generating, visualizing and analyzing rhythms and temporal sequences.

LanguagePython
CategoryAudio analysis
LicenseGPL-3.0
PlatformsmacOS Windows Linux
Installpip install thebeat
First released~2023
MaintainedYes
LinksWebsite · Source

Strengths

Limitations

Best for

Cognitive/behavioral timing and rhythm-perception experiments.

Minimal example

from thebeat import Sequence
seq = Sequence.generate_isochronous(n_events=10, ioi=500)
seq.plot_sequence()

Alternatives to thebeat

librosaaubiomadmomEssentia

← Back to all tools