Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

You mean just the volume of the sounds you play?

 

Well if that's the case then this should work:

 


'Hello =)
'Ok this only works if do this at the VERY beginning of your code:

Imports System.Microsoft.DirectX.AudioVideoPlayback

'And you only do that AFTER you add the AudioVideoPlayback to yer references
'then be sure to add the necessary .dlls do your .bin folder 

'-------------------------------------------------------------

'Now this is the code where you add the stuff to execute the music and change the sound 

Dim Background As Audio
Background.Volume = 100
Background.Play

 

 

Well looking at your post again...I think I'm answering your question wrong :(

 

Oh well :rolleyes:

"Reality is fake, Dreams are for real"
Posted

Ha, it seems to do something now, but it only sets the "WaveOut" slider. Is it possible to set the "MainOut" slider ?

 

Does anyone know how the setWaveOutVolume works ? Which bits are for which function ? Bacause my balance slider is permantly on the Left side.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...