Hi there,
I'm trying to write a program that sends photometry data to matlab using udp and osc.
When I try and send the photometry data, I get the following error:
"The specified connection name has no matching configuration."
Strangely, while I can't send photometry data, I can send simpler data successfully. For example, I've been able to send a single integer using these nodes. It seems that the error has something to do with the type of data I'm sending.
Does anyone know what this error means exactly?
Best,
Joe
p.s. Attaches is an image of my current workflow.