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
651B

  1. LIBRARY CarlaNativePlugin
  2. DESCRIPTION 'Carla Native Plugin'
  3. EXPORTS
  4. carla_get_native_rack_plugin @1
  5. carla_get_native_patchbay_plugin @2
  6. carla_get_native_patchbay16_plugin @3
  7. carla_get_native_patchbay32_plugin @4
  8. carla_get_native_patchbay64_plugin @5
  9. carla_get_native_patchbay_cv_plugin @6
  10. carla_create_native_plugin_host_handle @7
  11. carla_host_handle_free @8
  12. carla_get_native_plugin_engine @9
  13. carla_get_complete_license_text @10
  14. carla_get_juce_version @11
  15. carla_get_supported_file_extensions @12
  16. carla_get_supported_features @13
  17. carla_get_library_filename @14
  18. carla_get_library_folder @15