Menu

How to use VBass6 COM Wrapper

Before using the library:

  1. Download bass.dll (Latest version) on http://www.un4seen.com.
  2. Place bass.dll to system32/syswow64.

How to use this library:

  1. Copy vbass6.dll to system32/syswow64
  2. On Command Prompt, type regsvr32<-space-><-path->vbass6.dll
  3. Add it to project references.
  4. vbass6.dll requires VB6 runtime library

Class List:
For Beginners:

  • AudioPlayer (for sound playback)

For Advanced Developers:
NOTE: Each Classes contains its own handles (except Channel class which as no handles) so its no need to manage of it but the handles can be obtain from Handle Property.

  • Bass (Contains misc and intialization task)
  • Channel
  • Config
  • EAX3D
  • FX
  • ModMusic
  • Plugin
  • Record
  • Sample
  • Stream

NOTES:

  1. Upon deployment of an application. Always include bass.dll on app package and it must be placed to app directory or system32 folder.
  2. Bass.dll can be redistribute freely if the application is for non-profit distribution. If the software that uses bass.dll for profit distribution, licensing fees applied. See http://www.un4seen.com for more details.

MongoDB Logo MongoDB