sound:sound composer - load project
Version: 0.0.0
Description
Load a Sound Composer project from a .scn file.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | file_path | string | Path to the project file to load. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | sound_composer_project | any_collection | DPF object that contains the loaded Sound Composer project. |
| Pin 1 | sound_composer_project_name | string | Name of the loaded Sound Composer project. |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: sound
Plugin: sound
Scripting name: None
Full name: None
Internal name: sound_composer_load_project
License: avrxp_snd_level1
Changelog
- Version 0.0.0: Initial release.