-
Kosmas
I want to be able to access some wav files in a folder outside of pd, so I am using the declare object in order to make my patch able to see that folder [declare -path absolute-path]. Then I want to access directly the recordings with a message like [open rec-1.wav(, but it doesn't work. What am I missing here?
-
Kosmas
hi everyone,
it's been some time since I worked with pd and jack on a macos so I want to ask a couple of things:
- how can I run pd from the terminal (the goal is to be able to start multiple instances of pd)
- I have started the jack audio server with the coreaudio as driver. How can pd see jack (I guess something like pd -jack from the terminal) and be routed through it?
I am running the Catalina version 10.15.7
Thanks!