mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-07-21 18:19:30 +00:00
3b54166a78
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
20 lines
450 B
ReStructuredText
20 lines
450 B
ReStructuredText
Live Performance
|
|
================
|
|
|
|
Real-time MIDI synthesis. See the :doc:`/guide/live` guide for a
|
|
tutorial.
|
|
|
|
.. note::
|
|
|
|
Live MIDI input requires ``python-rtmidi`` — install with
|
|
``pip install "pytheory[live]"``.
|
|
|
|
Ableton Link sync (:meth:`LiveEngine.enable_link`) requires
|
|
``LinkPython-extern`` — install with
|
|
``pip install "pytheory[link]"``.
|
|
|
|
.. automodule:: pytheory.live
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|