Re: [PD] Patch2Svg exports controlled in a pd patch

2021-06-07 Thread IOhannes m zmölnig
On 6/7/21 15:38, boscomac wrote: Hi List, I recently discovered this Patch2Svg add-on. It works perfectly (mac os mojave, Pd 0.50-2). Working with data structures, I generate many serial drawings that I export to Svg. Basically, I export my Pd-data sub-patch which contains the graphical

Re: [PD] UDP server with Pd

2021-06-07 Thread Roman Haefeli
On Mon, 2021-06-07 at 16:57 -0400, Martin Peach wrote: > So I changed it to use sendto and it works a lot better. It receives > from multiple clients while sending to any one. > I added a [to ( message to set the destination, and removed the > [connect( and [disconnect{ methods. > Thanks Christof

Re: [PD] UDP server with Pd

2021-06-07 Thread Christof Ressi
Great to hear! On 07.06.2021 22:57, Martin Peach wrote: So I changed it to use sendto and it works a lot better. It receives from multiple clients while sending to any one. I added a [to ( message to set the destination, and removed the [connect( and [disconnect{ methods. Thanks Christof for

Re: [PD] UDP server with Pd

2021-06-07 Thread Martin Peach
So I changed it to use sendto and it works a lot better. It receives from multiple clients while sending to any one. I added a [to ( message to set the destination, and removed the [connect( and [disconnect{ methods. Thanks Christof for the critique!. Martin On Mon, Jun 7, 2021 at 4:02 PM

Re: [PD] UDP server with Pd

2021-06-07 Thread Martin Peach
On Mon, Jun 7, 2021 at 4:02 PM Christof Ressi wrote: > > > The only problem I see with it is that while the socket is connected > > for a send, it won't receive anything. > Why is that? This shouldn't happen. > I don't know why, that's what happens when I try it here on linux. I will see if

Re: [PD] UDP server with Pd

2021-06-07 Thread Christof Ressi
The only problem I see with it is that while the socket is connected for a send, it won't receive anything. Why is that? This shouldn't happen. BTW, you don't actually have to call connect(), instead you could just save the sockaddr and use sendto(). Consequently you could also rename the

Re: [PD] UDP server with Pd

2021-06-07 Thread Martin Peach
OK, I have implemented something that might work: [udpsrvr] can listen on a port and send to an address using the same or a different port. The only problem I see with it is that while the socket is connected for a send, it won't receive anything. I overcome this partly by sending the

Re: [PD] Binaural w32?

2021-06-07 Thread Dan Wilcox
earplug-0.3.0-macos-universal-64-arm-intel.zip > On Jun 7, 2021, at 8:03 PM, João Pais wrote: > > >>> I see that the version in deken is for all OSs except Mac, is that correct? >>> Is a mac

Re: [PD] Binaural w32?

2021-06-07 Thread João Pais
I see that the version in deken is for all OSs except Mac, is that correct? Is a mac (64+32b) binary available, or it's already there, only deken doesn't know about it? Lucas made a build for Linux and Windows. There isn't a build for macOS yet and we just need someone to upload one. if

[PD] Patch2Svg exports controlled in a pd patch

2021-06-07 Thread boscomac
Hi List, I recently discovered this Patch2Svg add-on. It works perfectly (mac os mojave, Pd 0.50-2). Working with data structures, I generate many serial drawings that I export to Svg. Basically, I export my Pd-data sub-patch which contains the graphical display only. I would like to know

[PD] osx - PD network allowance issues

2021-06-07 Thread oliver
hi, dear mac users recently i installed PD-0.51-4 on an old macbook (10.9.x) and even though everything works fine, i always get an alert at startup, asking me if i want to allow network connections for this application. i set "allow" everytime plus i also set the firewall exceptions for the

Re: [PD] Binaural w32?

2021-06-07 Thread Dan Wilcox
> On Jun 7, 2021, at 9:33 AM, João Pais wrote: > > Great, thanks. A first tryout seems to work with no issues (and sounds better > than the previous version which was highly filtered). Cool. > I see that the version in deken is for all OSs except Mac, is that correct? > Is a mac (64+32b)

Re: [PD] UDP server with Pd

2021-06-07 Thread Roman Haefeli
On Sun, 2021-06-06 at 20:26 -0400, Martin Peach wrote: > > > If you have a [udpreceive 9898] as your 'server' it will receive from > anywhere on port 9898. So you can take the sender's ip and port from > the latest incoming message (route 'from' at the second outlet) and > use them to set the

Re: [PD] Binaural w32?

2021-06-07 Thread João Pais
Great, thanks. A first tryout seems to work with no issues (and sounds better than the previous version which was highly filtered). I see that the version in deken is for all OSs except Mac, is that correct? Is a mac (64+32b) binary available, or it's already there, only deken doesn't know