In my app I have the main background music playing on cannel 1 and so it’s easy enough to control the volume on that channel.
However, I’m implementing separate music and sfx controls and so for the sfx I would like to control the volume of every channel except channel 1 for this.
How can I use:
[lua]audio.setVolume( 0.75, { channel=1 } ) – set the music volume on channel 1[/lua]
but state ‘everything except channel 1’?
Thanks in advance [import]uid: 74503 topic_id: 15967 reply_id: 315967[/import]
[import]uid: 10478 topic_id: 15967 reply_id: 59184[/import]