Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.xml 1.0KB

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <installer-gui-script minSpecVersion="1">
  3. <title>Carla Plugin</title>
  4. <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true" />
  5. <options customize="always" hostArchitectures="arm64,x86_64" require-scripts="false" rootVolumeOnly="true" />
  6. <pkg-ref id="studio.kx.carla" />
  7. <choice id="studio.kx.carla.lv2" title="LV2 plugin" description='Carla as LV2 plugin' visible="true">
  8. <pkg-ref id="studio.kx.carla.lv2" version="0">carla-lv2.pkg</pkg-ref>
  9. </choice>
  10. <choice id="studio.kx.carla.vst2" title="VST2 plugin" description='Carla as VST2 plugin (VST "Shell")' visible="true">
  11. <pkg-ref id="studio.kx.carla.vst2fx" version="0">carla-vst2fx.pkg</pkg-ref>
  12. <pkg-ref id="studio.kx.carla.vst2syn" version="0">carla-vst2syn.pkg</pkg-ref>
  13. </choice>
  14. <choices-outline>
  15. <line choice="studio.kx.carla.lv2"/>
  16. <line choice="studio.kx.carla.vst2"/>
  17. </choices-outline>
  18. </installer-gui-script>