Thank you for the reply.
Sorry, I just started using the IDE this week, so I'm still having difficulty putting these things together.
Do I make a C++ project and then upload a .pd file? I'm having a hard time understanding this part "start from the base default render file: cp core/default_libpd_render.cpp project/yourpdproject/render.cpp ". Do I need two cpp files or do I only need a render.cpp and a pd file if I'm only communicating one way?
This seems like what I need "int libpd_float(const char *destination, float value) " but I'm not sure where to exactly put it in the render.cpp file. Will it look something like libpd_float("foo", 0.5) and I'll have (s foo) in pd? But I'm still not sure where to put that function and if there are lines of code that I need to setup/initialize the communication.
If there a simple project template for C++ -> Pd communication somewhere, I would greatly appreciate if you could direct me to that.
Again, thank you so much for the help.