I'm using PD with the monome hardware. So Im interested to run pd without the need for its GUI.
Would someone mind making it clear to me, how I can run a PD patch wit a terminal command and without the GUI?
Many thanks,
J
Run PD with Terminal Command and noGUI
I'm using PD with the monome hardware. So Im interested to run pd without the need for its GUI.
Would someone mind making it clear to me, how I can run a PD patch wit a terminal command and without the GUI?
Many thanks,
J
@Fauveboy You need a shell script that says (depends on the OS).......
run pd(extension) -nogui
open patch.pd
You look like you want to do this on a RPI, so be aware that there are reports of patches not working with the -nogui flag. Loadbang delays can be necessary (especially for DSP).
https://forum.pdpatchrepo.info/topic/5489/pd-no-gui-issue
If you google "pdpatchrepo no gui" you should find what you need to know.
David.
Oops! Looks like something went wrong!