Skip to content

thecodrr/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 depends on ManagedBass.PInvoke for PInvoke declarations which is quite stable package.

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.

Changes from Previous Version

  • Split NuGet packages per AddOn.
  • Changed #if directives of Mac, Windows and Linux to __DESKTOP__.
  • No dependency on ManagedBass.PInvoke.
  • Using C# 7 on Visual Studio 2017.

Looking for the old version? See the Legacy repository.

About

.Net Wrapper for 'Bass' Audio Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%