Changing playLoudness has no effect on audioClips
Tore Nilsen
tore.nilsen at me.com
Thu Nov 30 08:15:39 EST 2017
According to the dictionary, changing the playLoudness would effect both player controls and audioClips. The following script seems to indicate that the playLoudness is in fact set, but the there are no change in sound volume, even though playLoudness seems to be reduced as expected. Is this a bug, or am I missing something here:
repeat 10 times
add 10 to x
set the playLoudness of audioClip id 1010 to (100 - x)
put playLoudness of audioClip id 1010 -- just to see if playLoudness is actually reduced, and it is.
wait 300 milliseconds with messages
end repeat
Regards
Tore Nilsen
More information about the use-livecode
mailing list