patricksebastien / libpd4unity

libpd for unity 3d
101 stars 20 forks source link

Updated code to latest libpd version and added fixes for iOS. #16

Closed n1zzo closed 8 years ago

n1zzo commented 8 years ago

Hi, I've updated the LibPDNativeMethods, LibPDNativeMessaging and LibPDNativeMidi to the latest libpd (commit 019f864802cebc531f425ba6d1be8fd49f630a3e). Furthermore, I've added a comment which suggests to change the import name to __Internal to support iOS devices. Finally, I've added [MonoPInvokeCallback(typeof(LibPDPrint))] headers to fix a problem which arises on iOS. I've been able to build successfully on iOS following this steps on XCode: https://github.com/libpd/pd-for-ios/wiki/ios

Have a nice day!

patricksebastien commented 8 years ago

Thanks!