Re: [PD] 100k lines of code (was libpd separating gui from core)

2014-03-22 Thread Billy Stiltner
IOHannes, re: 'dir for vanilla' well a quick look for the TCL script to expose the innards of pd's file browser dialog turned up empty. browsing my old code I came up with this. http://www.geocities.ws/billy_stiltner/code/cgidir.tar.gz directory services through http. with that idea pd could use

Re: [PD] pdgst and gstreamer1.x

2014-03-22 Thread Etienne Landon
Ok, thanks IOhannes, might be a bit ambitious for a first c/c++ experience, but I'll try and find help about this, pdgst just rocks ! Etienne 2014-03-20 16:32 GMT+01:00 IOhannes m zmoelnig zmoel...@iem.at: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-03-20 10:56, Etienne Landon

[PD] Application initialization failed: no display name and no $DISPLAY environment variable

2014-03-22 Thread Alexandros Drymonitis
Just installed Pd in my Udoo quad with sudo apt-get install puredata and all the necessary files appear to be where they should but when I type /usr/bin/puredata (or pd) I get the above message and then 'watchdog: signaling pd...' without anything else happening. I'm logging in udoo with ssh. What

Re: [PD] 100k lines of code (was libpd separating gui from core)

2014-03-22 Thread Billy Stiltner
found them in wheredoesthisgo 0.1 looks like there is no reference to the variables used in http://www.tcl.tk/man/tcl8.5/TkCmd/getOpenFile.htm maybe it is in the tk source. anyways why not just make an abstraction that calls tcl exec for linux send the path sent on an inlet to ls for windows

[PD] pd source code style

2014-03-22 Thread Jonathan Wilkes
In the changes.txt it says that indentation is four spaces?  Does that mean that a click of the tab key is supposed to generate four consecutive spaces?   I don't see any tab characters in the source (unless I'm searching them wrong.) Thanks,

Re: [PD] pd source code style

2014-03-22 Thread Jonathan Wilkes
Great. Thanks, Jonathan On Saturday, March 22, 2014 2:37 PM, Miller Puckette m...@ucsd.edu wrote: There aren't any tabs (so that it doesn't matter how you have set your tab spacing to look at the code). The code uses 4-space indentation.  (That shouldn't be affected by tab spacing). cheers

Re: [PD] Application initialization failed: no display name and no $DISPLAY environment variable

2014-03-22 Thread Roman Haefeli
On Sam, 2014-03-22 at 19:27 +0200, Alexandros Drymonitis wrote: Just installed Pd in my Udoo quad with sudo apt-get install puredata and all the necessary files appear to be where they should but when I type /usr/bin/puredata (or pd) I get the above message and then 'watchdog: signaling pd...'

Re: [PD] Application initialization failed: no display name and no $DISPLAY environment variable

2014-03-22 Thread Alexandros Drymonitis
Super, it worked! Though, I tried to open the Test audio and midi patch and the Pd window was gone. I stopped the session with ^C and started it again, opened a new window and put an [osc~ 440] connected to [dac~], turned the DSP on and nothing comes out of the headphones, plus I get this in the