reading an array remotely require duplex communication :
- first remote application send the request : array name, offset, length to read
- then pd send data back throw OSC
It imply some locking on gdx-pd size since operation is not synchronous which can be messy.
Maybe another solution would be to open another channel (socket) for a TCP communication.
Use cases for read array might not be so important compared to write array : loading some samples at startup, ...etc.
reading an array remotely require duplex communication :
It imply some locking on gdx-pd size since operation is not synchronous which can be messy.
Maybe another solution would be to open another channel (socket) for a TCP communication.
Use cases for read array might not be so important compared to write array : loading some samples at startup, ...etc.