I'm trying to put Pd on a DSP processor, but I need to separate completely the Pd engine from the GUI. Does anybody knows if it is available on the web the Pd engine code? (without GUI) Thx!
good luck! marius.
Pierpaolo Marcon wrote:
I'm trying to put Pd on a DSP processor, but I need to separate completely the Pd engine from the GUI. Does anybody knows if it is available on the web the Pd engine code? (without GUI) Thx!
-- Choose Life. Choose a job. Choose a career. Choose a family. Choose a fucking big television, choose washing machines, cars, compact disc players and electrical tin openers. Choose good health, low cholesterol, and dental insurance. Choose fixed interest mortage repayments. Choose a starter home. Choose your friends. Choose leisurewear and matching luggage. Choose a three-piece suite on hire purchase in a range of fucking fabrics. Choose DIY and wondering who the fuck you are on a Sunday morning. Choose sitting on that couch watching mind-numbing, spirit-crushing game shows, stuffing fucking junk food into your mouth. Choose rotting away at the end of it all, pishing your last in a miserable home, nothing more than an embarrassment to the selfish, fucked up brats you spawned to replace yourself. Choose your future. Choose life. (John Hodge - Trainspotting)
WWW.PIERPAOLOMARCON.TK http://WWW.PIERPAOLOMARCON.TK
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
On Mon Mar 12, 2007 at 11:08:42AM +0100, Pierpaolo Marcon wrote:
I'm trying to put Pd on a DSP processor, but I need to separate completely the Pd engine from the GUI. Does anybody knows if it is available on the web the Pd engine code? (without GUI)
sure.. just download PD from miller puckette's website. delete the GUI files, disable it in the makefile and on launch..
the desireData branch has gone further than that, but im not sure how well it works with nogui. youre porably better off using csound, supercollider, or chuck, if you dont want a GUi, for the time being
On Tue, Mar 13, 2007 at 12:27:33AM -0400, carmen wrote:
On Mon Mar 12, 2007 at 11:08:42AM +0100, Pierpaolo Marcon wrote:
I'm trying to put Pd on a DSP processor, but I need to separate completely the Pd engine from the GUI. Does anybody knows if it is available on the web the Pd engine code? (without GUI)
sure.. just download PD from miller puckette's website. delete the GUI files, disable it in the makefile and on launch..
the desireData branch has gone further than that, but im not sure how well it works with nogui. youre porably better off using csound, supercollider, or chuck, if you dont want a GUi, for the time being
You also might want to try PDa - I had some trouble trying to compile Pd with no GUI (but that was some time ago).
Chris.
------------------- chris@mccormick.cx http://mccormick.cx
Chris McCormick wrote:
On Tue, Mar 13, 2007 at 12:27:33AM -0400, carmen wrote:
On Mon Mar 12, 2007 at 11:08:42AM +0100, Pierpaolo Marcon wrote:
I'm trying to put Pd on a DSP processor, but I need to separate completely the Pd engine from the GUI. Does anybody knows if it is available on the web the Pd engine code? (without GUI)
sure.. just download PD from miller puckette's website. delete the GUI files, disable it in the makefile and on launch..
the desireData branch has gone further than that, but im not sure how well it works with nogui. youre porably better off using csound, supercollider, or chuck, if you dont want a GUi, for the time being
You also might want to try PDa - I had some trouble trying to compile Pd with no GUI (but that was some time ago).
I've compiled Pd without pd-gui, on a machine without X (and so probably no tk, not sure about X). Can't remember how I did it now, probably ./configure, make pd pdsend pdreceive, edit Makefile if/when make fails, repeat as necessary.
I used pd -nogui -lib gridflow on that machine to render video.
Claude
Pierpaolo Marcon wrote:
I'm trying to put Pd on a DSP processor, but I need to separate completely the Pd engine from the GUI. Does anybody knows if it is available on the web the Pd engine code? (without GUI)
"pd -nogui" will launch pd without gui (no X or whatsoever needed)
"pd -guiport 7777" will connect pd to an already running gui via a network socket (btw: it would be a very cool feature if pd could connect to a remotely running gui, but to my knowledge this is currently not implemented)
nevertheless i guess, that on your dsp you will want to run pd without an ip-stack.
mfad.sr IOhannes
I'm trying to put Pd on a DSP processor, but I need to separate completely the Pd engine from the GUI. Does anybody knows if it is available on the web the Pd engine code? (without GUI)
You could try the patch posted on the pd sourceforge page: http://sourceforge.net/tracker/index.php?func=detail&aid=1544076&gro...
Steve
please keep us posted on your progress. i too would look into PDa. sometime this year i may be trying to port it to palm os and will need to compile it without any tcl/tk code dependancies as well.
-josh
Pierpaolo Marcon wrote:
I'm trying to put Pd on a DSP processor, but I need to separate completely the Pd engine from the GUI. Does anybody knows if it is available on the web the Pd engine code? (without GUI) Thx!
-- Choose Life. Choose a job. Choose a career. Choose a family. Choose a fucking big television, choose washing machines, cars, compact disc players and electrical tin openers. Choose good health, low cholesterol, and dental insurance. Choose fixed interest mortage repayments. Choose a starter home. Choose your friends. Choose leisurewear and matching luggage. Choose a three-piece suite on hire purchase in a range of fucking fabrics. Choose DIY and wondering who the fuck you are on a Sunday morning. Choose sitting on that couch watching mind-numbing, spirit-crushing game shows, stuffing fucking junk food into your mouth. Choose rotting away at the end of it all, pishing your last in a miserable home, nothing more than an embarrassment to the selfish, fucked up brats you spawned to replace yourself. Choose your future. Choose life. (John Hodge - Trainspotting)
WWW.PIERPAOLOMARCON.TK http://WWW.PIERPAOLOMARCON.TK
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
Sure! Another question: I'm now trying to understand how the Gui communicates with the engine, I mean what kind of messages are sent to the socket to say that something has changed in the window. I want to try to emulate the Gui with something else, for example my keyboard, but I have to know WHAT my keyboard has to say to the engine (i.e. what do i have to put in the buffer read by the engine and stored in the _socketreceiver structure).
I've found no guides about it... Thx! Pierpaolo
2007/3/13, Josh Steiner josh@vitriolix.com:
please keep us posted on your progress. i too would look into PDa. sometime this year i may be trying to port it to palm os and will need to compile it without any tcl/tk code dependancies as well.
-josh
Pierpaolo Marcon wrote:
I'm trying to put Pd on a DSP processor, but I need to separate completely the Pd engine from the GUI. Does anybody knows if it is available on the web the Pd engine code? (without GUI) Thx!
-- Choose Life. Choose a job. Choose a career. Choose a family. Choose a fucking big television, choose washing machines, cars, compact disc players and electrical tin openers. Choose good health, low cholesterol, and dental insurance. Choose fixed interest mortage repayments. Choose a starter home. Choose your friends. Choose leisurewear and matching luggage. Choose a three-piece suite on hire purchase in a range of fucking fabrics. Choose DIY and wondering who the fuck you are on a Sunday morning. Choose sitting on that couch watching mind-numbing, spirit-crushing game shows, stuffing fucking junk food into your mouth. Choose rotting away at the end of it all, pishing your last in a miserable home, nothing more than an embarrassment to the selfish, fucked up brats you spawned to replace yourself. Choose your future. Choose life. (John Hodge - Trainspotting)
WWW.PIERPAOLOMARCON.TK http://WWW.PIERPAOLOMARCON.TK
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
-- ________________________________________________________________ tasty electronic music vittles -- bluevitriol.com the only music blog you need -- playtherecords.com you are the dj. interactive music -- improbableorchestra.com random observations of the bizarre -- vitriolix.com
Sure! Another question: I'm now trying to understand how the Gui communicates with the engine, I mean what kind of messages are sent to the socket to say that something has changed in the window.
maybe with the -d (shows various debugging info) flag would help
-d 2 -> shows what gui sends to the server -d 3 -> shows what server sends back to the server.
hope this helps.
cheers
chun
I want to try to emulate the Gui with something else, for example my keyboard, but I have to know WHAT my keyboard has to say to the engine (i.e. what do i have to put in the buffer read by the engine and stored in the _socketreceiver structure).
I've found no guides about it... Thx! Pierpaolo
2007/3/13, Josh Steiner josh@vitriolix.com:
please keep us posted on your progress. i too would look into PDa. sometime this year i may be trying to port it to palm os and will need to compile it without any tcl/tk code dependancies as well.
-josh
Pierpaolo Marcon wrote:
I'm trying to put Pd on a DSP processor, but I need to separate completely the Pd engine from the GUI. Does anybody knows if it is available on the web the Pd engine code? (without GUI) Thx!
-- Choose Life. Choose a job. Choose a career. Choose a family. Choose a fucking big television, choose washing machines, cars, compact disc players and electrical tin openers. Choose good health, low cholesterol, and dental insurance. Choose fixed interest mortage repayments. Choose a starter home. Choose your friends. Choose leisurewear and matching luggage. Choose a three-piece suite on hire purchase in a range of fucking fabrics. Choose DIY and wondering who the fuck you are on a Sunday morning. Choose sitting on that couch watching mind-numbing, spirit-crushing game shows, stuffing fucking junk food into your mouth. Choose rotting away at the end of it all, pishing your last in a miserable home, nothing more than an embarrassment to the selfish, fucked up brats you spawned to replace yourself. Choose your future. Choose life. (John Hodge - Trainspotting)
WWW.PIERPAOLOMARCON.TK http://WWW.PIERPAOLOMARCON.TK
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
-- ________________________________________________________________ tasty electronic music vittles -- bluevitriol.com the only music blog you need -- playtherecords.com you are the dj. interactive music -- improbableorchestra.com random observations of the bizarre -- vitriolix.com
-- Choose Life. Choose a job. Choose a career. Choose a family. Choose a fucking big television, choose washing machines, cars, compact disc players and electrical tin openers. Choose good health, low cholesterol, and dental insurance. Choose fixed interest mortage repayments. Choose a starter home. Choose your friends. Choose leisurewear and matching luggage. Choose a three-piece suite on hire purchase in a range of fucking fabrics. Choose DIY and wondering who the fuck you are on a Sunday morning. Choose sitting on that couch watching mind-numbing, spirit-crushing game shows, stuffing fucking junk food into your mouth. Choose rotting away at the end of it all, pishing your last in a miserable home, nothing more than an embarrassment to the selfish, fucked up brats you spawned to replace yourself. Choose your future. Choose life. (John Hodge - Trainspotting)
WWW.PIERPAOLOMARCON.TK _______________________________________________ PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev