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.

14 lines
485B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  3. <mime-type type="application/x-carla-project">
  4. <sub-class-of type="text/xml"/>
  5. <comment>Carla project</comment>
  6. <glob pattern="*.carxp"/>
  7. </mime-type>
  8. <mime-type type="application/x-carla-plugin-preset">
  9. <sub-class-of type="text/xml"/>
  10. <comment>Carla plugin preset</comment>
  11. <glob pattern="*.carxs"/>
  12. </mime-type>
  13. </mime-info>