CreateSoundFromLabel

Parameters
soundLabelstring
loopingboolean
is3Dboolean
stopwhenoutofrangeboolean
fadeInRateinteger
fadeOutRateinteger
comment
patch

1.00

Source
common.j (suggest an edit or discuss on Github)
return type
sound
Source code
native CreateSoundFromLabel         takes string soundLabel, boolean looping, boolean is3D, boolean stopwhenoutofrange, integer fadeInRate, integer fadeOutRate returns sound