plugdata-team / plugdata

Pure Data as a plugin, with a new GUI
https://plugdata.org
GNU General Public License v3.0
1.58k stars 67 forks source link

netreceive broken in Logic Pro #1421

Open pd-tom opened 9 months ago

pd-tom commented 9 months ago

The netreceive object is broken in Logic Pro 10.8.1. The issue also affects all earlier versions of Logic I think.

Steps to reproduce.

  1. create plugdata-midi instance in Logic Pro (Midi-FX -> Audio Unis -> plugdata-midi)
  2. open netsend-receive-help.pd
  3. open a connection with the netsend -u object (e.g. connect localhost 3001)
  4. send some values
  5. result: netreceive will output nothing.

A second netreceive object listening to the same port in standalone pd, running next to Logic pro, will receive the values. So netsend is working fine.

pd-tom commented 9 months ago

netsend and netreceive work just fine in Ableton Live btw. So the problem might only occur in Logic Pro.

snerk4000 commented 8 months ago

this problem also exists in standalone on windows:

[netreceive -u -b port] > [oscparse] > [print]

in a simple patcher gets no output in plugdata 0.8.3, loading the exact same patch in vanilla puredata 0.54.1 messages appear in the console when sent.