Hi all,
Does anyone know if there is a simple way to run an outside command from inside pure data on linux? I'd really like it if I could just click a button from within pd to run 'xset -r' and 'xset r' to turn keyboard repeat off and on again respectively.
Thanks! James
perhaps try [shell] object (ggee lib I think)
On Mon, Feb 6, 2012 at 11:21 AM, James Mckernon jmckernon@gmail.com wrote:
Hi all,
Does anyone know if there is a simple way to run an outside command from inside pure data on linux? I'd really like it if I could just click a button from within pd to run 'xset -r' and 'xset r' to turn keyboard repeat off and on again respectively.
Thanks! James
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Perfect. Thanks, both.
On Mon, Feb 6, 2012 at 12:33 PM, ALAN BROOKER alan.brooker2010@gmail.comwrote:
perhaps try [shell] object (ggee lib I think)
On Mon, Feb 6, 2012 at 11:21 AM, James Mckernon jmckernon@gmail.com wrote:
Hi all,
Does anyone know if there is a simple way to run an outside command from inside pure data on linux? I'd really like it if I could just click a
button
from within pd to run 'xset -r' and 'xset r' to turn keyboard repeat off
and
on again respectively.
Thanks! James
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I always use [shell] to trigger commands, but there is also [system] - both work by sending the command as a [command-to-tun( message.
best, pedro
On Mon, Feb 6, 2012 at 2:14 PM, James Mckernon jmckernon@gmail.com wrote:
Perfect. Thanks, both.
On Mon, Feb 6, 2012 at 12:33 PM, ALAN BROOKER alan.brooker2010@gmail.comwrote:
perhaps try [shell] object (ggee lib I think)
On Mon, Feb 6, 2012 at 11:21 AM, James Mckernon jmckernon@gmail.com wrote:
Hi all,
Does anyone know if there is a simple way to run an outside command from inside pure data on linux? I'd really like it if I could just click a
button
from within pd to run 'xset -r' and 'xset r' to turn keyboard repeat
off and
on again respectively.
Thanks! James
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list