Cool. I wasn’t sure if those PR’s were finalized yet. Looks like they are. I can see about merging and putting out a new release.
-------- Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Aug 27, 2016, at 4:00 AM, pd-dev-request@lists.iem.at wrote:
From: Thomas Mayer <thomas@residuum.org mailto:thomas@residuum.org> Subject: [PD-dev] LibPD for .NET and Mono now available from NuGet Date: August 26, 2016 at 12:39:26 PM MDT To: "pd-list@lists.iem.at mailto:pd-list@lists.iem.at" <pd-list@lists.iem.at mailto:pd-list@lists.iem.at>, PureData developer's list <pd-dev@lists.iem.at mailto: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 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/113 https://github.com/libpd/libpd/pull/139 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 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/CsharpDe... https://github.com/residuum/premier-league-sonification/tree/master/CsharpDesktop
Thanks, Thomas