Skip to content

OSC read array not supported #5

@mgsx-dev

Description

@mgsx-dev

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions