Re: [PD] libpd and Unity

2014-03-13 Thread puredata
Excellent! Btw someone reported that it's also working on Unity free osX version by: - compiling libpdcsharp and then modify the "loader_path" & execute: - install_name_tool -id "@loader_path/libpdcsharp.dylib" libpdcsharp.dylib - place in the root of Assets folder; As for more example, I think

Re: [PD] libpd and Unity

2014-03-13 Thread Pagano, Patrick
University of Florida, USA (352)294-2020 From: pured...@11h11.com [pured...@11h11.com] Sent: Wednesday, March 12, 2014 7:23 PM To: Pagano, Patrick Cc: pd-list@iem.at Subject: Re: [PD] libpd and Unity Would be useful to see the errors. Also what version of Unity

Re: [PD] libpd and Unity

2014-03-12 Thread Roman Haefeli
Hey On Mit, 2014-03-12 at 19:23 -0400, pured...@11h11.com wrote: [...] How is it there in the future? :-) Roman ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] libpd and Unity

2014-03-12 Thread puredata
Would be useful to see the errors. Also what version of Unity (free / pro) (3.5 / 4)? Did you compile your own pdcsharlib.dll? Windows: install mingw and compile libpd (https://github.com/libpd/libpd) "make csharplib". Copy libs/libpdcsharl.dll to Assets/Plugins à+ __

Re: [PD] libpd and Unity

2014-03-12 Thread Pagano, Patrick
M To: pd-list@iem.at Subject: Re: [PD] libpd and Unity Yes both adc / dac are working: You can load a sample in a AudioSource, this will be the ADC signal You can make a patch with a DAC, this will be the AudioListener Communication from Unity -> PD is working Communication from PD ->

Re: [PD] libpd and Unity

2014-03-08 Thread puredata
Yes both adc / dac are working: You can load a sample in a AudioSource, this will be the ADC signal You can make a patch with a DAC, this will be the AudioListener Communication from Unity -> PD is working Communication from PD -> Unity is working Loading externals are working too. But what I d

Re: [PD] libpd and Unity

2014-03-07 Thread Pagano, Patrick
Can you guys be clear about what is working? Pd audio in Unity? :-) crossing fingers Sent from my iPhone On Mar 7, 2014, at 1:45 PM, "Varun Nair" mailto:nothingtok...@gmail.com>> wrote: Yes, it was built from the master branch. The C# wrappers are used across OSX, Android and Windows in Unity

Re: [PD] libpd and Unity

2014-03-07 Thread Varun Nair
Yes, it was built from the master branch. The C# wrappers are used across OSX, Android and Windows in Unity. Will test pd_045-4 next when I get the time. Cheers Varun -- @ntkeep re-sounding.com designingsound.org

Re: [PD] libpd and Unity

2014-03-07 Thread Dan Wilcox
t would be nice to double check that it's working. On Mar 5, 2014, at 10:35 PM, pd-list-requ...@iem.at wrote: > From: Varun Nair > Subject: [PD] libpd and Unity > Date: March 5, 2014 at 6:16:05 PM EST > To: pd-list@iem.at > > > Hi all, > > I extended Patrick S

Re: [PD] libpd and Unity

2014-03-06 Thread Varun Nair
Hi Filippo, Yes! Works both ways. Messaging and audio related stuff has been tested. Haven't got into MIDI and arrays yet. Cheers Varun -- @ntkeep re-sounding.com designingsound.org Filippo Beck Peccoz

Re: [PD] libpd and Unity

2014-03-06 Thread Filippo Beck Peccoz
Hi Varun, thank you for this great tool! Is it possible to send events from PD to Unity with this as well? Best, Filippo Filippo Beck Peccoz - FBP Game Audio Production www.fbpsound.com Studio: +49 (0)89-80033204 Fax: +49(0)89-99752164 Mobile: +49-(0)1520-4004143 Skype: fbpsound On Mar 6, 2

[PD] libpd and Unity

2014-03-05 Thread Varun Nair
Hi all, I extended Patrick Sebastien's work in libpd-4-unity on Windows and now have it working on OSX and Android. iOS is pending but will happen soon. The whole API hasn't been tested, but basic functionality is in place and works. More info here

Re: [PD] libPD and Unity status?

2012-09-04 Thread Scott R. Looney
hey filippo, any ETA of the alpha version of Kalimba Bridge? just curious where things are at the moment, since we're now at Sept 4th, and you mentioned availability Sept 1st. let me know if you can. thanks, scott ___ Pd-list@iem.at mailing list UNSUBS

Re: [PD] libPD and Unity status?

2012-08-23 Thread Scott R. Looney
thanks very much Patrick! i have downloaded the project and successfully opened your scene file on my Mac. just FYI even so, it totally crashes on a Mac if you enter Play mode. i know you indicated it wouldn't run on a Mac. i'm just confirming that is true for me at least. running it immediately po

Re: [PD] libPD and Unity status?

2012-08-23 Thread patrick
Hi, An update on libpd in unity, it's working on unity free: https://github.com/patricksebastien/libpd4unity You need to copy libpdcsharp.dll where Unity.exe is installed or where your game executable is located in case of a pc standalone build. A very short video (watch out: loud) showing a

Re: [PD] libPD and Unity status?

2012-08-13 Thread Scott R. Looney
thanks peter! - this is helpful. it looks like sebastien has been doing something with his version of WebPD fairly recently so i'll shoot him an email to see where things are at with this. @ everyone else, with regard to making things work on Unity Free, the best approach i believe would be to us

Re: [PD] libPD and Unity status?

2012-08-13 Thread Peter Brinkmann
Hi Scott, About dynamic patching with libpd, the topic came up at Pd Everywhere: createdigitalnoise.com/discussion/867/webpd-reloaded The upshot is that dynamic patching is done with Pd messages, and the message passing mechanism of libpd supports this. There has been talk of creating a dynamic pa

Re: [PD] libPD and Unity status?

2012-08-13 Thread Peter Brinkmann
Hi everybody, This is exciting stuff! It would be great if we could document all Unity-related efforts in one place. I created a wiki page for this purpose: https://github.com/libpd/libpd/wiki/Unity Feel free to update this page if you have any insights to share. Thanks, Peter On Mon, Aug 13

Re: [PD] libPD and Unity status?

2012-08-13 Thread patrick
hi, i was able to use libpd inside Unity 3d Pro (at my job...), will update my github with the piece of code that did the trick for me. i guess with the free version of Unity the solution posted by Filippo is the (only?) way to go. but i think if you have the android license (was free for aw

Re: [PD] libPD and Unity status?

2012-08-13 Thread Filippo Beck Peccoz
Hey everyone, as some of you already know, I've started development of an Android trading card game made in Unity, using libpd and thus PD as the audio engine. I'm not a programmer, but so far, our own coder managed to integrate PD in a way to easily prototype the audio keeping pd and unity ope

Re: [PD] libPD and Unity status?

2012-08-11 Thread Scott R. Looney
hi Peter - i remember that post. having very recently come into game audio i got myself acquainted with middleware through FMOD, and immediately thought there should be a better way to do this. i've read the posts on the goal of separating the GUI from the code, and that's what i think should happe

Re: [PD] libPD and Unity status?

2012-08-11 Thread Peter Brinkmann
I hope that it won't be necessary to do this in two steps, prototyping with Pd and deployment with libpd; that would mean discarding one of the strengths of libpd (here's an old blog post on the matter: http://nettoyeur.noisepages.com/2011/02/libpd-workflow-prototyping-and-production/). It would be

Re: [PD] libPD and Unity status?

2012-08-11 Thread Scott R. Looney
i think the answer at the moment is not to use libPD when running Unity live in a prototyping designing fashion, but rather instead communicate messages via TCP to PD itself, and let PD do the work directly. then when building the iOS project, you adjust the code in Xcode to use libPD for the audio

Re: [PD] libPD and Unity status?

2012-08-11 Thread patrick
hi Scott, it's somewhat working for me on Windows, but only when using the audio.clip.GetData / SetData. right now i am trying to use the OnAudioFilterRead() but it's glitchy (i can hear pd running but it's mostly noise). you can see an attempt here: http://goo.gl/BWdo4 here's my github: ht

[PD] libPD and Unity status?

2012-08-11 Thread Scott R. Looney
hey listers. i realize this isn't the libPD list, but has anyone got PD or libPD working with Unity3D Free? alpha build, beta build, whatever. i know tebjan over on the PdEverywhere list created a version of libpd with C# bindings, but i've no idea as to what to do to make it work on a Mac, as ther