mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-07-21 18:19:30 +00:00
233a8a6b90
- 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>
13 lines
377 B
ReStructuredText
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:
|