May 13, 2024, 11:52:36 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Bass 2.3 Audio Player Example

Started by ExMember001, December 06, 2006, 02:24:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ExMember001

Here is an Emergence Example for Bass 2.3 Audio library

Included in the zip:

  • bass.inc -> bass.dll headers
  • bass_Example.eba -> The Audio Player source code
  • bass_Example.exe -> The Audio Player Binary
  • and bass 2.3 dll

To Compile:
Select Tools->Create Import library->bass.dll
then compile bass_Example.eba as a window

For SDK (bass help file) see official bass website:
http://www.un4seen.com/bass.html

J B Wood (Zumwalt)


ExMember001

You're welcome  ;)

I'm still playing with it (It's been a long time i have not use Basic language and i'm rust..), i'll try to add more examples to the zip  ;D

J B Wood (Zumwalt)

Cool, I wanted to be consistant in my Flying Invaders remake to keep with the Aurora version on the sound, since I used your BASS wrapper, I figured what the hey :)

ExMember001

In reality this is not a wrapper, because you use the functions directly from the dll.
what i've done is simply convert the c++ headers.

Bass on its side is a DirectSound Wrapper ;)