Sorry if I've missed the obvious, but I cannot figure out how to run a Pd patch via libpd on Bela from the command line. I'm using Mac OS X Sierra. I've read the wiki section on libpd and the command line, but I can't see that it says how to actually do this technically.

    aknudsen there should be no difference in the script workflow between C++ and libpd projects, other than that the project directory needs to contain a _main.pd file rather than render.cpp. Instructions for the scripts can be found here, let me know if you encounter any problems.

    The --watch argument can be very useful to automatically upload and compile libpd projects when you change _main.pd.

      LiamDonovan Thanks, it works well! I wish the wiki section on libpd from the command line would inform of this though.

        aknudsen Thanks for the feedback, I added a link to the build scripts article on the wiki.