Lingo Dictionary > L-N > multiSound |
![]() ![]() ![]() |
multiSound
Syntax
the multiSound
Description
System property; specifies whether the system supports more than one sound channel and requires a Windows computer to have a multichannel sound card (TRUE
) or not (FALSE
).
Example
This statement plays the sound file Music in sound channel 2 if the computer supports more than one sound channel:
if the multiSound then sound playFile 2, "Music.wav"
![]() ![]() ![]() |