Re: [Gambas-user] gb3: gb.sdl.sound: How to adjust the volume of a sound being played

2011-07-16 Thread Kevin Fishburne
On 07/16/2011 02:26 AM, Kevin Fishburne wrote: > I have some code: > > ' General declarations. > Public Ocean As Sound = New Sound(GUI.basepath& "/sound/Ocean.wav") > Public SeawashHeavy As Sound = New Sound(GUI.basepath& "/sound/Seawash, > Heavy.wav") > Public Lake As Sound = New Sound(GUI.basep

[Gambas-user] gb3: gb.sdl.sound: How to adjust the volume of a sound being played

2011-07-15 Thread Kevin Fishburne
I have some code: ' General declarations. Public Ocean As Sound = New Sound(GUI.basepath & "/sound/Ocean.wav") Public SeawashHeavy As Sound = New Sound(GUI.basepath & "/sound/Seawash, Heavy.wav") Public Lake As Sound = New Sound(GUI.basepath & "/sound/Lake.wav") Public SeawashMedium As Sound = Ne