plugdata-team / plugdata

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

osc.send/osc.receive bug #410

Open Drugo23 opened 1 year ago

Drugo23 commented 1 year ago

I'm trying to send floats to plugdata opened as a plugin in my DAW (Ableton Live) from PD using osc.send/osc.receive.

Everything works fine if it's just one osc.send/osc.receive. when I use more than one at the same time (for ex. [osc.send 1] that talks to [osc.receive 1] and [osc.send 2] that talks to [osc.receive 2]) console on my daw prints this error:

oscparse: PrintTypeTaggedArgs: Type tag said this arg is a string but it's not!

after a while my DAW just crash.

I'm using the last versions of plugdata, pd and Windows 11

Screenshot (2)

Drugo23 commented 1 year ago

this error occurs at some point. If I send a single float it doesn't happen but i I move a slider or send an lfo at some point I get this.

timothyschoen commented 1 year ago

Hi, sorry for the late response, I'll investigate this soon!

porres commented 10 months ago

ping