[PD] Pd standalone instruments ...

ciccolix ciccolix at tiscalinet.it
Sat Aug 12 20:05:37 CEST 2006


IOhannes m zmoelnig ha scritto:

>  - when the last window is closed, pd keeps on running (kill it with 
> Ctrl-C on the shell)
> 

Hi,
I have find a workaround for this problem (on linux),
I have add one line in pd.tk (near the line 860/864):

......
if {$pd_kiosk == 1} {
     toplevel $name
##Laz
bind $name <Destroy> {exec killall pd-watchdog pd-gui pd &}
##Laz
} else {
     toplevel $name -menu $name.m
}
.....

It is not very elegant but it work in my box :)
Hope help
--
Lazzaro




More information about the Pd-list mailing list