Re: [PD] Compiling gem for Vanilla on Mac OS 10.9.5

2015-11-12 Thread IOhannes m zmölnig
On 11/12/2015 07:29 PM, Reed Perkins wrote: > Hi list! > > Posted this on the forum recently but it hasn't gotten traction: > > Could anyone give me some tips for how to compile the GEM library for > Vanilla? Maybe just a short list of instructions to get me started? I am a > total noob at this

[PD] expr is now BSD (was "looking for other vanilla filters or abstractions for libPD")

2015-11-12 Thread Alexandre Torres Porres
Awesome, haven't seen this on the pd list, so I'm replying here on the list as well. Or maybe this has been posted here and I missed it. One way or another: The [expr] family of object is now (finally) on BSD licensing! Hurray! 2015-11-12 15:30 GMT-02:00 Shahrokh Yadegari :

Re: [PD] Array List View

2015-11-12 Thread Jonathan Wilkes via Pd-list
Would you mind if this opened a Pd patch instead of a tk dialog? -Jonathan On Thursday, November 12, 2015 11:53 AM, Matt Barber wrote: Somehow I didn't know about this, but now I intend to use it all the time. Thanks for the "arrayviewlistnew" hint, too. On

Re: [PD] Array List View

2015-11-12 Thread katja
On Thu, Nov 12, 2015 at 8:36 PM, Jonathan Wilkes wrote: > Would you mind if this opened a Pd patch instead of a tk dialog? > Could be OK if the list is editable, like current array list view. Katja ___ Pd-list@lists.iem.at mailing

[PD] OpenFrameworks + ofxPd in android: can't modify patch

2015-11-12 Thread Jose Luis Diez Antich
Hi, I have a problem with openframeworks ofxPd, maybe you can help me: I have built an android application that uses ofxPd to interface with pd. The code can be found here . At the moment, I am loading a pd file called "noisepanning.pd", I load it in

Re: [PD] Compiling gem for Vanilla on Mac OS 10.9.5

2015-11-12 Thread Jaime E Oliver
can you post the output of "./autogen.sh" and of "pwd"? are you sure you are in the gem directory? J On Nov 12, 2015, at 7:18 PM, Reed Perkins wrote: > Hi and thanks for the link! > > So I followed the instructions exactly until I reached the "configure" > heading on

Re: [PD] expr is now BSD (was "looking for other vanilla filters or abstractions for libPD")

2015-11-12 Thread Dan Wilcox
Seriously though, I *think* I was the one who suggested LGPL when we did this the first time, so it’s on me. The whole license thing was kind of a pain to figure out as nobody seemed to know the technicalities at the time. I personally favor GPL licenses, but they obviously don’t work with

Re: [PD] Compiling gem for Vanilla on Mac OS 10.9.5

2015-11-12 Thread Reed Perkins
As I understand it, I "cloned" the Gem folder to my desktop. I navigated to that folder in Terminal for the last two instructions on the github webpage. So the output of pwd is "$ pwd /Users/myname/Desktop/Gem" When I run "./autogen.sh" I get a bunch of stuff and then this: "configure:15171:

Re: [PD] Array List View

2015-11-12 Thread Jonathan Wilkes via Pd-list
I don't know.  Something like this with the guts hidden? I didn't do the hard stuff, like handling out-of-bounds elements if the array isn't a multiple of ten-- it's just a prototype. So, in that method you and katja are abusing, I can forward the arrayname as well as the current $0 count.  Then

Re: [PD] expr is now BSD (was "looking for other vanilla filters or abstractions for libPD")

2015-11-12 Thread Dan Wilcox
Oh, I was just waiting for you to tell us what to do. :D Dan Wilcox @danomatika danomatika.com robotcowboy.com > On Nov 12, 2015, at 5:49 PM, pd-list-requ...@lists.iem.at wrote: > > I suggest this

Re: [PD] OpenFrameworks + ofxPd in android: can't modify patch

2015-11-12 Thread Dan Wilcox
You probably need to delete the app itself on the device, then install the new build. This sometimes happens with iOS where the binary is updated but not the data files. Dan Wilcox @danomatika danomatika.com robotcowboy.com

Re: [PD] OpenFrameworks + ofxPd in android: can't modify patch

2015-11-12 Thread Jose Luis Diez Antich
Hi Dan, Thank you for your answer. What do you mean by “modify it”? Modify the patch? The ofApp? You mean you > send messages to the patch or? I mean modify the pd patch, sorry if I was not clear. At the moment, in the patch noisepanning.pd, there is an [osc~] connected to the second inlet of

[PD] pdgst and videoloopback

2015-11-12 Thread Jack
Hello, I would like to use pdgst to play a video stream in Gem. I tried with the vlc plugin : device tcp://192.168.1.101: ... but like with : $ vlc tcp://192.168.1.101: ... i got a black screen. I tried with gstreamer : $ gst-launch-1.0 tcpclientsrc host=192.168.1.102 port= !

Re: [PD] Array List View

2015-11-12 Thread Matt Barber
Somehow I didn't know about this, but now I intend to use it all the time. Thanks for the "arrayviewlistnew" hint, too. On Thu, Nov 12, 2015 at 2:32 AM, katja wrote: > Array list view is useful for debugging. I rarely open it via properties > menu, but mostly via message

[PD] Compiling gem for Vanilla on Mac OS 10.9.5

2015-11-12 Thread Reed Perkins
Hi list! Posted this on the forum recently but it hasn't gotten traction: Could anyone give me some tips for how to compile the GEM library for Vanilla? Maybe just a short list of instructions to get me started? I am a total noob at this stuff and there are so many files... Thanks!

Re: [PD] Compiling gem for Vanilla on Mac OS 10.9.5

2015-11-12 Thread Reed Perkins
Hi and thanks for the link! So I followed the instructions exactly until I reached the "configure" heading on the github.com webpage. When I run this command "./configure --with-pd=/Applications/Pd-0.45-4-64bit.app/Contents/Resources/" I get this error: "-bash: ./configure: No such file or