Coder Social home page Coder Social logo

limunimi / pycarla Goto Github PK

View Code? Open in Web Editor NEW
11.0 1.0 1.0 145 KB

Synthesize music in Python using any audio plugins, both realtime and offline (batch-processing)

Home Page: https://federicosimonetta.eu.org

License: GNU General Public License v3.0

Python 100.00%
python synthesizer vst lv2 jackaudio jack audio midi

pycarla's Introduction

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:

  1. Linux VST2/VST3
  2. Windows VST2/VST3
  3. LV2
  4. LADSPA
  5. DSSI
  6. AU
  7. SF2/SF3
  8. SFZ
  9. Any other format supported by external plugins

HELP

If you need help, please open an issue or create a discussion.

TODO

For sure

  1. Add single function to synthesize midi file
  2. Add single function to batch-synthesize midi files
  3. Make synchronization handling xruns (edit is_ready)
  4. Update Carla
  5. refactoring with a generic start method in JackClient and specific methods get_callback and get_duration

Maybe

  1. Use Carla python code to control Carla host
  2. Support LADISH sessions for automatically starting LinuxSampler if needed
  3. Installation scripts for windows and mac

Credits

  1. Federico Simonetta

    federico.simonetta at unimi.it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.