(c) Mathew Sachin
Free Open-Source Cross-Platform.Net Wrapper for Un4seen Bass and its AddOns.
Bass and its Add-Ons can be downloaded athttp://un4seen.com/
ManagedBass is targeted forAny CPU,but bass Libraries(.dll/.so/.dylib/.a) are separate for x86, x64, ARM, etc.
Download the versions you need.
See theSample Repositoriesfor examples.
ManagedBass is now provided as a set of packages split per AddOn.
- Install the NuGet package
Install-PackageManagedBass
- Download the BASS libraries fromhttp://un4seen.comand place them in Build Output Directory.
Seehttps://github.com/ManagedBass/Homefor more info.
- Incorporated all changes and contributions since March 2020.
- Automated build and deployment of Nuget packages for future releases.
- Switched to using GitHub Releases. Checkout thelatest releases herefor more information.
- No separate library for iOS. The main library can be used on iOS with DllMap (see app.config file).
- Moved from PCL to.Net Standard 1.4.
- Removed Load and Unload methods in support of being cross-platform.
- Removed DynamicLibrary class.
- Split NuGet packages per AddOn.
- No dependency on
ManagedBass.PInvoke
. - Using C# 7 on Visual Studio 2017.