OSC

Hi,
There are some issues using multiple blocks-layers with OSC in d3 at the same time? I just can use one at time, the others stop working. Maybe the port number?

Hi Edgar, OSC utilises UDP sockets to communicate. The Block opens a listening socket on the port you specify in your project settings. Only one process/block can utilise that port at a time.

The way most people handle this is to:
[ul]Consolidate their effects/layers into one Block (File->Merge Projects)
OR Use different OSC port numbers for each Block[/ul]

Tx. Luke

Ok. Great! I will try it.
Thanks!