To copy that file you could:
- copy the
core/default_libpd_render.cpp
file into your project. Assuming you have a project called PROJECT_NAME, you can do this by pasting this in the console at the bottom of the IDE:
and hit enter.cp /root/Bela/core/default_libpd_render.cpp /root/Bela/projects/PROJECT_NAME/render.cpp
- then you can edit the newly created
render.cpp
file using the IDE editor following the instructions above. - last, the Pd patch in the same project will need receivers such as
[receive keyup]
and `[receive key]