Use VST/LV2/etc. plugins with realtime abilities in Python
Project description
pyCarla
A python module for synthesizing MIDI events and files from python code with using any kind of audio plugin!
See docs for more installation and more info.
TLDR
Python has no strong real-time capabilities since it cannot run with parallel threads. This method delegates most of the realtime stuffs to external C/C++ programs, improving the performances and the accuracy against pure-Python based approaches.
This method is really portable and supports almost any type of plugins and virtual instruments thanks to the excellent Carla:
Linux VST2/VST3
Windows VST2/VST3
LV2
LADSPA
DSSI
AU
SF2/SF3
SFZ
Any other format supported by external plugins
TODO
For sure
Add single function to synthesize midi file
Add single function to batch-synthesize midi files
Make synchronization handling xruns (edit is_ready)
Update Carla
refactoring with a generic start method in JackClient and specific methods get_callback and get_duration
Maybe
Use Carla python code to control Carla host
Support LADISH sessions for automatically starting LinuxSampler if needed
Installation scripts for windows and mac
Credits
- Federico Simonetta
federico.simonetta at unimi.it
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pycarla-0.3.3.tar.gz
.
File metadata
- Download URL: pycarla-0.3.3.tar.gz
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.6 Linux/5.10.35-1-rt39-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d78c400c4e0b7bb5b7599609ec086a4fba909218373eb21243cd55ca13b6b527 |
|
MD5 | 512bd117be55640ac9c999d8d024d3b9 |
|
BLAKE2b-256 | 3a042470be7222b2ae1a70bbfc161c615d8384b74ec16e8f814a996e840feb02 |