[PD] initbang in vanilla (was Re: how to destroy/delete an object with dynamic patching?)

2017-10-18 Thread Alexandre Torres Porres
So, here's the deal of why I wanted to delete objects. My first idea was actually to create a dynamic number of outlets, but that didn't work, cause connections got lost. So I thought, well, maybe have a maximum number of outlets and delete them, but that turned out to be very much uglier than I

[PD] keyboard GUI in Extended/Purr Data or deken?

2017-10-18 Thread Alexandre Torres Porres
Hi list, is there a keyboard like GUI object in Pd Extended or Purr Data? If not, is there any external I can find for all platforms in deken? cheers ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] Automatic upload from CI to Deken

2017-10-18 Thread Antoine Villeret
Hi, back on this more than 2 months later... so I setup travis to upload ossia package to deken on tagged commit. here is the script : https://github.com/OSSIA/lib ossia/blob/feature/deken/ci/push_deken.sh The deken configuration and GPG key are encrypted with travis command line tool. I'm not

Re: [PD] which pix_opencv to select in Deken?

2017-10-18 Thread Antoine Villeret
Hi, i'm glad to hear that someone uses pix_opencv (at least try it :-) ) first the easy part : l_ia64 extension is the Linux 64bit extension. it could also be 'pd_linux' but 'l_ia64' indicate more than just linux and so you can have several library binary for different architecture in the same

Re: [PD] which pix_opencv to select in Deken?

2017-10-18 Thread Antoine Rousseau
> > With -verbose, I do find two lines of (...) you may need to set Log level to 4 (all) in the Pd console (in addition to -verbose), in order to know which lib is missing. Antoine Rousseau http://www.metalu.net __ http://www.metaluachahuter.com/

Re: [PD] which pix_opencv to select in Deken?

2017-10-18 Thread Pagano, Patrick
Last i tried you also had to have the OpenCV Framework for it to work in OSX and Linux It was not only the Pd stuff that was required. I would love some clarity of the state of OpenCV in OSX/Linux too if anyone can share that info Patrick Pagano B.S, M.F.A Assistant Professor in Residence

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Jack
Hello Thomas, I find a solution (even it is not recommanded. Is it ?). See my last mail on this list. I never use debootstrap to compile on Linux, that's why i was looking for a solution via deken and then with apt. Thanks for your help and for purest_json. ++ Jack Le 18/10/2017 à 16:45,

Re: [PD] which pix_opencv to select in Deken?

2017-10-18 Thread Peter P.
* Peter P. [2017-10-18 14:03]: > Hi list, > > I am wondering about the differences between the following two search > results for "opencv" in Deken on Debian Linux: > > pix_opencv-v0.4-Ubuntu15.10-(Linux-amd64-64)-externals.tar.gz > Uploaded by avilleret @

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Jack
Thanks a lot Claude, it works fine now ! Here what i did (after installing dependencies for purest_json, except puredata-core) : $ sudo apt-get --no-install-recommends install puredata-core $ sudo apt install pd-purest-json And then in Pd : [declare -path /usr/lib/pd/extra/purest_json] Now, Pd

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Thomas Mayer
Hi, IOhannes m zmoelnig schrieb am 18.10.2017 12:36: >> Le 17/10/2017 à 23:03, Thomas Mayer a écrit : Oops, yes, that is the source of the problem. The package is called libjson-c2. >>> >>> And in current distributions it is superseded by libjson-c3. > > hmm, this is inaccurate, or at

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Claude Heiland-Allen
Hi, On 18/10/17 14:45, Jack wrote: > Or, maybe, i can install puredata-core without deps. In this case, how i > can do that ? you can't install without deps, but you can install without recommends: $ man apt-get /recommends gives: --no-install-recommends Do not consider

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Jack
Hello Claude, Thanks for these explanations. So according to : $ apt-cache show pd-purest-json | grep -e ^Depends -e ^Recommends pd-purest-json only depends on : - libc6 - libcurl3-gnutls - libjson-c3 - liboauth0 - puredata-core or pd On my system, pd is in /usr/local and sources are in my

Re: [PD] how to destroy/delete an object with dynamic patching?

2017-10-18 Thread IOhannes m zmoelnig
On 2017-10-18 15:15, Alexandre Torres Porres wrote: > 2017-10-18 3:35 GMT-02:00 IOhannes m zmölnig : > >> there is a reason, why a library like iemguts has an object like >> [canvasdelete]: you cannot do this otherwise. > > > But is there any particular reason not to have a

Re: [PD] how to destroy/delete an object with dynamic patching?

2017-10-18 Thread Alexandre Torres Porres
2017-10-18 3:35 GMT-02:00 IOhannes m zmölnig : > > there is a hacky way to delete an object, bymimicking mouse events to > select the region where the desired object yikes... > there is a reason, why a library like iemguts has an object like > [canvasdelete]: you cannot do

Re: [PD] Compiling gendy~.pd_linux

2017-10-18 Thread David Medine
Actually, I think all you have to do to resolve this error is change' 0' in line 243 of gendy~.cpp to '0.0', or put '(float)' --- or more properly '(gendysamp_t)' --- in front of it. I.e. line 243 should read: (*display_buf)[n++]= (gendy_t)0.0; You might keep getting related compiler errors,

[PD] which pix_opencv to select in Deken?

2017-10-18 Thread Peter P.
Hi list, I am wondering about the differences between the following two search results for "opencv" in Deken on Debian Linux: pix_opencv-v0.4-Ubuntu15.10-(Linux-amd64-64)-externals.tar.gz Uploaded by avilleret @ 2016-03-14 16:31:30 pix_opencv-v0.4-(Linux-amd64-64)-externals.tar.gz

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Claude Heiland-Allen
On 18/10/17 12:07, Jack wrote: > Le 18/10/2017 à 12:36, IOhannes m zmoelnig a écrit : >> deken is not really meant for such use cases at all. >> >> however, other package management systems do provide means to track ABI >> changes in libraries. e.g. "apt", the Debian package manager. >> so if you

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Jack
Hello Johannes, I keep this topic for the list since it is related to purest_json... Le 18/10/2017 à 12:36, IOhannes m zmoelnig a écrit : >> Le 17/10/2017 à 23:03, Thomas Mayer a écrit : Oops, yes, that is the source of the problem. The package is called libjson-c2. >>> >>> And in

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread IOhannes m zmoelnig
> Le 17/10/2017 à 23:03, Thomas Mayer a écrit : >>> Oops, yes, that is the source of the problem. The package is >>> called libjson-c2. >> >> And in current distributions it is superseded by libjson-c3. hmm, this is inaccurate, or at least it misses some information. the package has been renamed

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-18 Thread Jack
Hello Thomas, Thanks for the info, libcurl3, liboauth0 and libjson-c3 are now installed. But, I am still unlucky with deken install, I get nothing after [declare -stdpath purest_json -stdlib purest_json] and [json-decode] : json-decode ... couldn't create In verbose mode I get : ... tried