Hi, I prepare a patch of pd that run with option "-nogui". I would want to know with which command I can close the application.
I imagine something of similar in one messagebox:
; quit
but it does not work :)
Lazzaro
Hi, I prepare a patch of pd that run with option "-nogui". I would want to know with which command I can close the application.
I imagine something of similar in one messagebox:
; quit
but it does not work :)
Lazzaro
Hi, I prepare a patch of pd that run with option "-nogui". I would want to know with which command I can close the application.
I imagine something of similar in one messagebox:
; quit
|; pd quit (
cheers... tim
Lazzaro N. Ciccolella wrote:
Hi, I prepare a patch of pd that run with option "-nogui". I would want to know with which command I can close the application.
I imagine something of similar in one messagebox:
; quit
but it does not work :)
thanks for the aid
[;pd quit(
mfg.asd.r IOhannes
Hallo, IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote:
Lazzaro N. Ciccolella wrote:
I prepare a patch of pd that run with option "-nogui". I would want to know with which command I can close the application.
[;pd quit(
Or, which is the same internally:
[quit( | [s pd]
You could use the [s pd] for other purposes as well, like [dsp 1( and so on.
Frank Barknecht _ ______footils.org__