Quick question, is it possible to add custom flags to customise patches (e.g. using scripting etc.) that can be added when launching PD in a terminal
For example: pd -nogui -delay 1500
Where the -delay 1500 could set a maximum delay time etc.
Thanks, Sebastian
You can send messages via the command line:
-send "msg..." -- send a message at startup, after patches are loaded
pd -nogui -send "my-delay 1500"
[r my-delay]
|
[...]
Mensaje telepatico asistido por maquinas.
On 10/20/2021 5:04 PM, Sebastian Lexer wrote:
Quick question, is it possible to add custom flags to customise patches (e.g. using scripting etc.) that can be added when launching PD in a terminal
For example: pd -nogui -delay 1500
Where the -delay 1500 could set a maximum delay time etc.
Thanks, Sebastian
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Ah, yes! That’ll work for me! Thanks!
S On 20 Oct 2021, 21:41 +0100, Lucas Cordiviola lucarda27@hotmail.com, wrote:
You can send messages via the command line:
-send "msg..." -- send a message at startup, after patches are loaded
pd -nogui -send "my-delay 1500"
[r my-delay] | [...]
Mensaje telepatico asistido por maquinas.
On 10/20/2021 5:04 PM, Sebastian Lexer wrote:
Quick question, is it possible to add custom flags to customise patches (e.g. using scripting etc.) that can be added when launching PD in a terminal
For example: pd -nogui -delay 1500
Where the -delay 1500 could set a maximum delay time etc.
Thanks, Sebastian
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list