thisconnect / port

Port is an Node.js module to communicate and control Pd (Pure Data)
MIT License
35 stars 8 forks source link

Very slow with arrays #18

Open theslyprofessor opened 4 years ago

theslyprofessor commented 4 years ago

This project is incredible. It really helps me with my PhD dissertation. Is there any more intent to work on it? There seems to be a data transmission between puredata and javascript through stderr text, which seems to be very slow. Is there a way to pass the data directly into PD so that it is faster? I might be misinterpreting the documentation.

Thanks, Nakul

thisconnect commented 4 years ago

Hi, sorry I haven't looked into it for a long time. I believe Pd evolved and it could be possible with only 1 port.

Do you use a large array, could you paste a minimal code example?

thisconnect commented 4 years ago

If I remember correctly it was a lot faster with 'nogui': true :)