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