Re: [PD] close all patches on quit sourceforge patch

2012-11-07 Thread Ivica Ico Bukvic
-list@iem.at Subject: Re: [PD] close all patches on quit sourceforge patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-10-25 06:18, Hans-Christoph Steiner wrote: yup: hans@palatschinken bin $ dpkg -l tkpng Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf

Re: [PD] close all patches on quit sourceforge patch

2012-11-01 Thread Billy Stiltner
I always get (Tcl) UNHANDLED ERROR: bad window path name .x94d6a18.c while executing winfo toplevel $tkcanvas (procedure pdtk_canvas_getscroll line 2) invoked from within pdtk_canvas_getscroll .x94d6a18.c (uplevel body line 349) invoked from within uplevel #0 $cmd_from_pd when I open a voice

Re: [PD] close all patches on quit sourceforge patch

2012-11-01 Thread IOhannes m zmölnig
On 11/01/2012 05:55 PM, Billy Stiltner wrote: not sure if that has anything to do with what you guys are talking about i'm not familiar with anything tcl tk no (unless i misunderstood what we are talking about) fgmadsr IOhannes ___ Pd-list@iem.at

Re: [PD] close all patches on quit sourceforge patch

2012-11-01 Thread Hans-Christoph Steiner
Can you provide an example patch that does this every time? If so, please file a bug report (Help - Report Bug). .hc On Nov 1, 2012, at 12:55 PM, Billy Stiltner wrote: I always get (Tcl) UNHANDLED ERROR: bad window path name .x94d6a18.c while executing winfo toplevel $tkcanvas

Re: [PD] close all patches on quit sourceforge patch

2012-10-25 Thread Ivica Ico Bukvic
Just tried it here, works fine. There are some older versions of tcl/tk files in the bin directory I forgot to clean out so make sure to explicitly copy all tcl/tk files, like so: cd pd/bin cp ../src/pd.tk . cp ../src/*tcl . ./pd-l2ork That said, running core pd-l2ork without all the customized

Re: [PD] close all patches on quit sourceforge patch

2012-10-25 Thread Ivica Ico Bukvic
That said, running core pd-l2ork without all the customized externals will only give you a limited picture. E.g. pd-l2ork uses a custom version of cwiid that supports wiimote passthrough mode, but that requires installing the custom version of cwiid. If you are using the full installer, this

Re: [PD] close all patches on quit sourceforge patch

2012-10-25 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-10-25 06:18, Hans-Christoph Steiner wrote: yup: hans@palatschinken bin $ dpkg -l tkpng Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/

Re: [PD] close all patches on quit sourceforge patch

2012-10-25 Thread Hans-Christoph Steiner
Ah, that was it. I did cp ../tcl/*.tcl and now it works. Maybe you could just delete the stuff in tcl/ if its not in use? I'll try the full distro too, I just want a way to quickly check stuff in your git. .hc On 10/25/2012 09:07 AM, Ivica Ico Bukvic wrote: Just tried it here, works fine.

Re: [PD] close all patches on quit sourceforge patch

2012-10-25 Thread Hans-Christoph Steiner
On 10/25/2012 09:09 AM, Ivica Ico Bukvic wrote: That said, running core pd-l2ork without all the customized externals will only give you a limited picture. E.g. pd-l2ork uses a custom version of cwiid that supports wiimote passthrough mode, but that requires installing the custom version of

Re: [PD] close all patches on quit sourceforge patch

2012-10-25 Thread Ivica Ico Bukvic
I'll try to check this out. I think the problem is the socket-based communication which is really a pain. When a cpu is on powersave mode it appears the sockets are such a low priority at times some messages arrive up to a half-second later... And this is on a lowlatency kernel too... Once I

Re: [PD] close all patches on quit sourceforge patch

2012-10-24 Thread Ivica Ico Bukvic
Hans and Iohannes, The following is FYI. Several months ago I integrated the close all patches before quitting patch in pd-l2ork and since then I've been experiencing extremely sporadic crashes on close that would hang pd-l2ork. Now, I am not sure this is because of architectural differences

Re: [PD] close all patches on quit sourceforge patch

2012-10-24 Thread Hans-Christoph Steiner
Thanks for that info. Sounds like a good idea in general. I personally can't think of any reason why the DSP would need to be on during the quitting. But for the 'redraw' part, that depends. If it is literally only redrawing that is suspended, that would be fine. But if its all Pd--GUI

Re: [PD] close all patches on quit sourceforge patch

2012-10-24 Thread Ivica Bukvic
It is only the draw command, not the communication... BTW do either of you know why one would be getting pdtk_post { stack overflow } messages? Doors that mean the cpu is unable to handle all gui requests? On Oct 24, 2012 8:32 PM, Hans-Christoph Steiner h...@at.or.at wrote: Thanks for that

Re: [PD] close all patches on quit sourceforge patch

2012-10-24 Thread Hans-Christoph Steiner
Stack overflow usually comes from recursiveness in patches until Pd's stack overflows, or at least that's my experience of that error. The pdtk_post logic has changed a lot in 0.43 with drastic improvements. You can now post 1000 lines/sec and still patch in Pd. In related work, I've been

Re: [PD] close all patches on quit sourceforge patch

2012-10-24 Thread Hans-Christoph Steiner
I just tried the latest pd-l2ork from git, and it doesn't seem to start correctly. I did: cd pd/src aclocal autoconf ./configure make ../bin/pd-l2ork I also tried: cd ../bin ./pd-l2ork All I got was a great square window with no menu. I'm on Linux Mint 13 Maya amd64, which is basically

Re: [PD] close all patches on quit sourceforge patch

2012-10-24 Thread Ivica Bukvic
If you are not installing it onto system, copy TCL files into the pd/bin dir. Remember, this is a fork of 0.42. On Oct 24, 2012 9:07 PM, Hans-Christoph Steiner h...@at.or.at wrote: I just tried the latest pd-l2ork from git, and it doesn't seem to start correctly. I did: cd pd/src aclocal

Re: [PD] close all patches on quit sourceforge patch

2012-10-24 Thread Hans-Christoph Steiner
I did: cd pd/ cp tcl/*.tcl bin/ cd bin ./pd-l2ork and got the same result: hans@palatschinken bin $ ./pd-l2ork -stderr -d 3 set pd_whichmidiapi 2 pdtk_pd_startup {Pd version 0.42-6extended-l2ork-20121007 } { {OSS 2} {ALSA 1} } { {default-MIDI 2} {ALSA-MIDI 1} } {DejaVu Sans Mono} normal set

Re: [PD] close all patches on quit sourceforge patch

2012-10-24 Thread Ivica Bukvic
You forgot pd.tk... On Oct 24, 2012 10:52 PM, Hans-Christoph Steiner h...@at.or.at wrote: I did: cd pd/ cp tcl/*.tcl bin/ cd bin ./pd-l2ork and got the same result: hans@palatschinken bin $ ./pd-l2ork -stderr -d 3 set pd_whichmidiapi 2 pdtk_pd_startup {Pd version

Re: [PD] close all patches on quit sourceforge patch

2012-10-24 Thread Hans-Christoph Steiner
Hmm, something different, but still not running: hans@palatschinken bin $ cp ../src/pd.tk . hans@palatschinken bin $ ./pd-l2ork -stderr -d 3 set pd_whichmidiapi 2 pdtk_pd_startup {Pd version 0.42-6extended-l2ork-20121007 } { {OSS 2} {ALSA 1} } { {default-MIDI 2} {ALSA-MIDI 1} } {DejaVu Sans

Re: [PD] close all patches on quit sourceforge patch

2012-10-24 Thread Ivica Bukvic
Do you have tkpng installed as per instructions on pd-l2ork's webpage? On Oct 24, 2012 11:57 PM, Hans-Christoph Steiner h...@at.or.at wrote: Hmm, something different, but still not running: hans@palatschinken bin $ cp ../src/pd.tk . hans@palatschinken bin $ ./pd-l2ork -stderr -d 3 set

Re: [PD] close all patches on quit sourceforge patch

2012-10-24 Thread Hans-Christoph Steiner
yup: hans@palatschinken bin $ dpkg -l tkpng Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description