info("sounds")

The info(“sounds”) function returns a carriage return delimited list of all currently playing sounds.


Description

This function returns a carriage return delimited list of all currently playing sounds. This example uses this function to immediately stop all sounds being played by Panorama.

looparray info("sounds"),cr(),playingSound
    controlsound playingSound,"STOP"
endloop

See Also


History

VersionStatusNotes
10.2NewCarried over from Panorama 6.0