Hi list,
is there a simple way of quitting pd from within a patch? The idea is to
close pd automatically once a recording is finished.
Thanks in advance, mb
FWIW I recently debugged the Ableton link external on macOS using lldb. As mentioned previously, I build both Pd *and* the external with debugging symbols using "-g". One thing to check: may sure you are loading the external you built and not pre-existing binary somewhere in your path.
> On Apr 12, 2018, at 12:00 PM, pd-list-request(a)lists.iem.at wrote:
>
> Date: Thu, 12 Apr 2018 11:18:22 +0200
> From: David Medine <dmedine(a)ucsd.edu <mailto:dmedine@ucsd.edu>>
> To: pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>
> Subject: Re: [PD] debugging complex extern
> Message-ID: <ea2afee2-a644-78f3-8c7b-5f13ec66e4da(a)ucsd.edu <mailto:ea2afee2-a644-78f3-8c7b-5f13ec66e4da@ucsd.edu>>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>
> @Miller, no I hadn't. Thanks! I knew there was something like that I had
> neglected. Now I am able to debug with gdb.
>
> @iohannes, I am still having trouble with this technique. If I run Pd
> from the gdb prompt (with -nrt and -stderr) and a break point within the
> extern (meaning object not compiled into pd) nothing happens when I run
> the function where I want to break. If I follow the instructions on
> Hans' tutorial (run pd in a separate process then attach gdb to it) Pd
> simply hangs when I hit the break point and gdb doesn't appear to do
> anything.
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
Planned, no. If you want to contribute one/upgrade the SWIG interface, then it sure is!
What's there now is Peter's original Python wrapper from ~2010/2011. If some Python people want to help bring it up to date, feel free to dig in.
> On Apr 10, 2018, at 12:00 PM, pd-list-request(a)lists.iem.at wrote:
>
> Date: Mon, 9 Apr 2018 16:40:54 +0200
> From: Jack <jack(a)rybn.org <mailto:jack@rybn.org>>
> To: pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>
> Subject: [PD] [OT] libpd and python3
> Message-ID: <1e74e048-31f7-5e62-dcdc-5c8017460fe4(a)rybn.org <mailto:1e74e048-31f7-5e62-dcdc-5c8017460fe4@rybn.org>>
> Content-Type: text/plain; charset=utf-8
>
> Hello,
>
> The question is for people involved in the libpd project. I would like
> to know if the module pylibpd is planned for python3 ?
> Ciao.
> ++
>
> Jack
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
"pure-data_INSTALL.txt at master · pure-data_pure-data · GitHub.html"
says for Debian: install build-essentials.
took me quite some time to find it should be "build-essential"
rolf
I'm working on a couple of bugfixes for pd~: https://github.com/pure-data/pure-data/pull/349
I hit a wall with a bug where opening a subprocess with a large -fifo size will stall both processes (they seem to wait for each other forever). can someone confirm this issue? and if yes, on which system and at which fifo size does it happen?
Christof
Hi all,
Trying to migrate a video patch (from pd extended 0.42.5, in mac) to pure data 0.48.1, in win.
I’m able to load Gem 0.93.3 through deken, and when i start Pd Gem seems to load correctly.
But when trying gemframebuffer it doesn`t work and an error appears at console:
[gemframebuffer]: openGL version 1.3 needed
I have updated to the latest drivers for the Graphics Cards (Intel & Nvidia). Both of them support openGL 4.
I use Win 10 Home 64 bits. Pure data 32bit. Quicktime installed.
(I also try with pure data extended 0.42.5 for win, but the same error occurs)
(I try opening software VPT7, that needs openGL 1.4 or higher and it works perfectly)
Is it because of 64bits SO vs 32 bits PureData?
Any idea is welcome.
I have made a deep search in pd-list posts and web but I didn`t found any solution (I have try copying msvcr71.dll in Gem folder -as have said once in the pd-list- but the same error ocurrs)
I found a post that related similar problem 8 years ago, but with no answers in it (https://forum.pdpatchrepo.info/topic/4199/error-gemframebuffer-opengl-versi…)
I think it should be a silly thing that i am not doing, but I can`t find the solution and I am a little desperate
I’m using a brand new laptop Dell Inspiron 15 7000 Gaming.
Processor: Intel(R) Core(TM) i7-7700HQ CPU(a)2.80GHz
S.O. Windows 10 Home 64 bits
I have updated to the last drivers of the Graphic-Cards.
Intel(R) HD Graphics 630
NVIDIA GeForce GTX 1060 with Max-Q Design
Thanks in advance for your help
Cheers!