mgsx-dev / gdx-pd

Pure Data extension for LibGDX
Apache License 2.0
27 stars 5 forks source link

OSC read array not supported #5

Open mgsx-dev opened 7 years ago

mgsx-dev commented 7 years ago

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.