Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. name: carla
  2. version: '1.9.13'
  3. summary: Carla is a fully-featured audio plugin host
  4. description: |
  5. Carla is an audio plugin host, with support for many audio drivers and plugin formats. It has some nice features like automation of parameters via MIDI CC (and send output back as MIDI too) and full OSC control. Carla currently supports LADSPA (including LRDF), DSSI, LV2, VST2/3 and AU plugin formats, plus GIG, SF2 and SFZ file support. It uses JACK as the default and preferred audio driver but also supports native drivers like ALSA, DirectSound or CoreAudio.
  6.  
  7. grade: devel
  8. confinement: devmode
  9.  
  10. apps:
  11. carla:
  12. command: usr/local/bin/carla
  13.  
  14. parts:
  15. carla:
  16. source: https://github.com/falkTX/Carla.git
  17. plugin: make
  18. stage-packages:
  19. - python3-pyqt5.qtsvg
  20. - python3-rdflib
  21. - pyqt5-dev-tools
  22. build-packages:
  23. - libmagic-dev
  24. - liblo-dev
  25. - libasound2-dev
  26. - libpulse-dev
  27. - libx11-dev
  28. - libgtk2.0-dev
  29. - libgtk-3-dev
  30. - libqt4-dev
  31. - qtbase5-dev
  32. - libfluidsynth-dev
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement