SNDRAWOPEN - QB64 Wiki

SNDRAWOPEN

From QB64 Wiki

Revision as of 13:38, 4 May 2013 by Cyperium (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The _SNDRAWOPEN statement opens a pipe to use with _SNDRAW to play sound simultaniously.

Syntax:

_SNDRAWOPEN pipehandle



Details:

  • Is used if you want to play two or more sounds simultaniously using _SNDRAW leftsound, rightsound, pipehandle.
  • Can be used with other sound statements like _SNDBAL and _SNDVOL to control the sound.
  • Only works in QB64 GL



See Also:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page