OKi, here it comes... a "BassMOD.Net" version for .Net 2.0 ;-)
BassMOD20.Net20.zipIt contains the following files:
BassMOD.Net.dll : the .Net 2.0 wrapper for BASSMOD.dll
BassMOD.Net.xml : the xml 'documentation' file
No help file is planned, as it should be self-explained, since it uses exactly the same mechanisms as BASS.NET.
The namespace used is: "Un4seen.BassMOD". And it contains two classes:
- BassMOD : containing all static wrapper methods plus some additional overloads for conveniance
- Utils : containing some usefull helpers
Have fun and use it as you like ;-)
Note: It is not tested yet - so tell me, if there is something wrong.
P.S.: Just in case someone wonders...
All method signatures are CLS complient (e.g. 'int' instead of 'uint') so that this lib can also be used with any .Net language (C#, VB.Net, J# or even managed C++). As well the lib is strongly signed.
In addition play .Net code is used, so it should also work with Mono (even under Linux) - but this is not tested.