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.

19 lines
682B

  1. {
  2. global: carla_get_native_rack_plugin;
  3. carla_get_native_patchbay_plugin;
  4. carla_get_native_patchbay16_plugin;
  5. carla_get_native_patchbay32_plugin;
  6. carla_get_native_patchbay64_plugin;
  7. carla_get_native_patchbay_cv_plugin;
  8. carla_create_native_plugin_host_handle;
  9. carla_host_handle_free;
  10. carla_get_native_plugin_engine;
  11. carla_get_complete_license_text;
  12. carla_get_juce_version;
  13. carla_get_supported_file_extensions;
  14. carla_get_supported_features;
  15. carla_get_library_filename;
  16. carla_get_library_folder;
  17. local: *;
  18. };