AudiopathConfig.Load
![]() |
The Load method reads the audiopath configuration into memory, making it possible to use the configuration to create an audiopath.
object.Load
Parts
object
Required. Object expression that resolves to an AudiopathConfig Object.
Remarks
This method has no effect if content is loaded automatically when the script is loaded, as specified by the script properties assigned in DirectMusic Producer. If content is not loaded automatically, none of the object's other methods are available until AudiopathConfig.Load has been called.
Loading occurs synchronously, blocking execution of the script until the segment is loaded.
The configuration is unloaded automatically when the application frees the script.