Creates a sound behavior by synchronously importing the given .WAV or MIDI file. These downloads should be small and listed before asynchronous downloads. Use asynchronous downloads for more complex images and sounds. See ImportSoundAsync for a description of the asynchronous import function.
lib.ImportSound(
url
)
Returns the DAImportationResult object, which has the following relevant properties:
Creates a DASound by asynchronously importing the given .WAV or .MIDI file. Asynchronous downloads should be listed after synchronous ones and used for more complex sounds and images. For a description of the synchronous import function, see ImportSound.
lib.ImportSoundAsync(
url,
sndStandIn
)
Returns the DAImportationResult object, which has the following relevant properties:
Creates a sound behavior that is equivalent to sound1 + sound2.
lib.Mix(
sound1,
sound2
)
Returns the DASound object.
Creates a sound that is equivalent to sound1 + sound2 + soundn.
lib.MixArray(
sounds
)
Returns the DASound object.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.