Files
kennethreitz 233a8a6b90 11x faster rendering, live-mode fixes, docs overhaul — v0.44.0
- Vectorize per-sample DSP loops (reverb, Karplus-Strong, chorus,
  filter envelope, compressor) via scipy.signal.lfilter
- Part.hit() and friends accept string drum names
- Fix LiveEngine.export_recording AttributeError; add [live] extra
- Restructure docs around reader intent; new live guide and
  rhythm/live API pages; correct stale feature counts

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 00:27:27 -04:00

13 lines
377 B
ReStructuredText

Sequencing (Score, Part, Pattern)
=================================
The composition layer: :class:`Score` holds an arrangement,
:class:`Part` holds one instrument's notes, :class:`Pattern` holds
drum patterns. See the :doc:`/guide/sequencing` and :doc:`/guide/drums`
guides for tutorials.
.. automodule:: pytheory.rhythm
:members:
:undoc-members:
:show-inheritance: