[Resolved] - see gsagostinho first reply for solution.
Troubleshooting listed below - you might have more luck understanding the issue by checking here first.
Hello,
I've been working on using [netsend]
and [netreceive]
for sending OSC data between a series of audio clients.
I'm having trouble working out a way to send a multi part message. My issue is getting the timing right. I want to be able to build a multi part message like the one in black below. The image below is of a sub-patch which is "trying" to build a list which would then be send via netsend
.
My real issue is working out how to provide all the parameters before finally sending the list.
If there was a way to use pack to construct a list then bank it to send it's data then I'd be right.
Any ideas?
the_destination/type_of_message/some_parameter/some_value
###-----------------------------------------------------------
###Troubleshooting - Update
Using print I'm seeing this signal flow which I can't explain.
If I send a bang in to inlet 1 - Destination print 5 is triggered first then print 4. Is this normal?