Followers
0
Following
0
Joined
Last Online
-
jumeca
Hi all,
I am working on building a patch that will work as an intermediary between an app built in C++ and a set of sound generators or puredata patches all contained inside a folder. My idea is that this middle patch will get a filename from C++ (libpd) and will be able to open the corresponding patch to be run. I have declared the path of the folder but I don't know how to open a patch from another patch by filename.
Thanks in advance!