On Aug 27, 2016, at 4:00 AM, pd-dev-request@lists.iem.at wrote:From: Thomas Mayer <thomas@residuum.org>Subject: [PD-dev] LibPD for .NET and Mono now available from NuGetDate: August 26, 2016 at 12:39:26 PM MDTTo: "pd-list@lists.iem.at" <pd-list@lists.iem.at>, PureData developer's list <pd-dev@lists.iem.at>
Hello,
I have uploaded and fully functional version of LibPD for .NET and Mono
to NuGet:
https://www.nuget.org/packages/LibPDBinding
I have opted to number the versions independantly from LibPD itself, as
new packages may be uploaded with new architectures and OS.
It has been compiled using the latest release 0.9.2 plus my two pull
requests:
https://github.com/libpd/libpd/pull/113
https://github.com/libpd/libpd/pull/139
Included are native libraries for Windows and Linux, both x86 and amd64,
as well as the necessary .NET and Mono dll.
For an example on how to use LibPD with C#, take a look at the sample app:
https://github.com/residuum/libpd/tree/csharp/samples/csharp/naudio
I have already toyed around a bit with it:
https://github.com/residuum/premier-league-sonification/tree/master/CsharpDesktop
Thanks,
Thomas