Skip to content

DustinBond/ManagedBass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

ManagedBass

(c) Mathew Sachin
Free Open-Source Cross-Platform .Net Wrapper for Un4seen Bass and its AddOns.

Bass and its Add-Ons can be downloaded at http://un4seen.com/
ManagedBass is targeted for Any CPU, but bass Libraries(.dll/.so/.dylib/.a) are separate for x86, x64, ARM, etc.
Download the versions you need.

See the Sample Repositories for examples.

ManagedBass is now provided as a set of packages split per AddOn.

Getting Started

  • Install the NuGet package
Install-Package ManagedBass
  • Download the BASS libraries from http://un4seen.com and place them in Build Output Directory.

See https://github.com/ManagedBass/Home for more info.

Changelog

v3.0

  • No separate library for iOS. The main library can be used on iOS with DllMap (see app.config file).

v2.0

  • Moved from PCL to .Net Standard 1.4.
  • Removed Load and Unload methods in support of being cross-platform.
  • Removed DynamicLibrary class.

v1.0

  • Split NuGet packages per AddOn.
  • No dependency on ManagedBass.PInvoke.
  • Using C# 7 on Visual Studio 2017.

About

.Net Wrapper for 'Bass' Audio Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%