j
k
j a
j l
...or Guile: (pd-inlet 0 'any (lambda (x) (pd-outlet 0 (getenv x))))
or Guile:
(pd-inlet 0 'any (lambda (x) (pd-outlet 0 (getenv x))))
Didn't test that one. This one works:
(pd-outlets 1) (pd-inlet 0 'any (lambda (x) (pd-outlet 0 (getenv (symbol->string x)))))
Back to the thread
Back to the list