Giulio, thanks so much! I initially got an error: Error while sending to pipe from OscSndrTsk_127.0.0.17563: (9) Bad file descriptor (size: 24) I was able to fix it by initializing OscSender in the setup() function, adding oscSender.setup(7563, "127.0.0.1");` there. Now everything works perfectly.