Hello,
I send a message [gcalctool(_[system] and my calculator starts. E.g. I send a message [echo $USERNAME(_[system] and would like to get it back to pd. How to input messages from the system?
Thank you.
On Mon, 2009-10-05 at 09:59 +0300, Gintaras Lau. wrote:
Hello,
I send a message [gcalctool(_[system] and my calculator starts. E.g. I send a message [echo $USERNAME(_[system] and would like to get it back to pd. How to input messages from the system?
Thank you.
[system] apparently has no outlets. It is able to print directly to the console, but not to the Pd-patch.
In order to get the $USERNAME, you could use the [shell] object class instead. It opens a shell and routes its output to the outlet instead of the Pd console.
roman
___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de
That solved everything to me. Thank you.
2009/10/5 Roman Haefeli reduzierer@yahoo.de:
On Mon, 2009-10-05 at 09:59 +0300, Gintaras Lau. wrote:
Hello,
I send a message [gcalctool(_[system] and my calculator starts. E.g. I send a message [echo $USERNAME(_[system] and would like to get it back to pd. How to input messages from the system?
Thank you.
[system] apparently has no outlets. It is able to print directly to the console, but not to the Pd-patch.
In order to get the $USERNAME, you could use the [shell] object class instead. It opens a shell and routes its output to the outlet instead of the Pd console.
roman
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de