[PD] [PD-announce] Deep Learning Models in Pure Data with pyext for Python 3

2021-06-02 Thread Koray Tahiroğlu
Dear all, As part of the Deep learning with Audio course, we integrated AI-Duet, DDSP, NSynth, GANSynth, SampleRNN models and GANSpaceSynth hybrid architecture in Pure Data. Here it is the link to the course materials with Pd templates and further setup instructions;

Re: [PD] UDP server with Pd

2021-06-02 Thread Roman Haefeli
On Wed, 2021-06-02 at 17:29 -0400, Martin Peach wrote: > > What is/are the issue{s} with firewall + NAT? Asking because I never > used either, I only ever use them on a LAN. From what I know, NAT firewalls forward packets coming back from a public server only when previously a matching packet

Re: [PD] UDP server with Pd

2021-06-02 Thread Martin Peach
On Wed, Jun 2, 2021 at 12:09 PM Christof Ressi wrote: > > On 02.06.2021 16:55, Martin Peach wrote: > > > On Wed, Jun 2, 2021 at 9:58 AM Roman Haefeli wrote: > > You could still have the server reply to the source port plus one, or > > something like that, > This doesn't solve anything regarding

Re: [PD] cyclone 0.2beta1 wasn't showing up in deken for macOS + issues with other old versions

2021-06-02 Thread IOhannes m zmölnig
On 6/2/21 18:27, Alexandre Torres Porres wrote: So, cyclone 0.2beta1 wasn't showing up in deken for macOS, this is something I've been aware of for years, but I only decided to do something about it today. So I uploaded a new build I did

Re: [PD] Pd FLOSS Manual, what to do with it?

2021-06-02 Thread Antonio Roberts
Hi, I have edit access to the English one. I tried editing several years ago but the signup and editing process put me off! I believe that I had to sign up and then the host e-mailed me for verification. Antonio On Wed, 2 Jun 2021 at 17:33, Alexandre Torres Porres wrote: > great to hear,

[PD] [cyclone/MouseState] not working with the Kiosk Plugin on Linux

2021-06-02 Thread Ingo
I was wondering if anybody else is having trouble with [cyclone/MouseState] when the kiosk plugin is running. It's not working anymore here with Debian. I have made myself an alternative with [hid] but it's not 100% reliable. [MouseState] was the only left mouse button recognition that

Re: [PD] UDP server with Pd

2021-06-02 Thread Philip Stone via Pd-list
t; https://lists.puredata.info/listinfo/pd-list -- next part -- An HTML attachment was scrubbed... URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20210602/aa4883b3/attachment.htm> -- Subject: Digest Footer ___

Re: [PD] Pd FLOSS Manual, what to do with it?

2021-06-02 Thread Alexandre Torres Porres
great to hear, we're actually doing this over here now https://github.com/pure-data/pddp and we should probably announce this sometime soon to recruit more forces :) Regarding floss, what's worrying me is that I cannot seem to get signed in to edit it :/ no one here has access to it really (the

[PD] cyclone 0.2beta1 wasn't showing up in deken for macOS + issues with other old versions

2021-06-02 Thread Alexandre Torres Porres
So, cyclone 0.2beta1 wasn't showing up in deken for macOS, this is something I've been aware of for years, but I only decided to do something about it today. So I uploaded a new build I did https://puredata.info/Members/porres/software/cyclone/0.2beta1/ The other version that's still up there is

Re: [PD] UDP server with Pd

2021-06-02 Thread Christof Ressi
If you want the server to reply only to the current client, [iemnet/udpserver] actually works fine (despite the error message in the console): the list method will send the packet to the source address of the most recently received packet. However, if you need to send packets to several/all

Re: [PD] UDP server with Pd

2021-06-02 Thread Christof Ressi
On 02.06.2021 16:55, Martin Peach wrote: On Wed, Jun 2, 2021 at 9:58 AM Roman Haefeli wrote: (replying to list as - I believe - you intended to) On Wed, 2021-06-02 at 09:34 -0400, Martin Peach wrote: On Wed, Jun 2, 2021 at 3:31 AM Roman Haefeli wrote: On Tue, 2021-06-01 at 19:19 -0400,

Re: [PD] UDP server with Pd

2021-06-02 Thread Martin Peach
OK, I found it now...The object is [udpsndrcv] in mrpeach. It allows you to set the source and destination ports and send and receive on them. Martin On Wed, Jun 2, 2021 at 9:58 AM Roman Haefeli wrote: > > (replying to list as - I believe - you intended to) > > On Wed, 2021-06-02 at 09:34

Re: [PD] Binaural w32?

2021-06-02 Thread Christof Ressi
Personally, I always use [vstplugin~] + "StereoEncoder" / "BinauralDecoder" from the IEM plugin suite, but I'm of course biased :-) On 01.06.2021 15:12, João Pais wrote: Hi list, what is the current state of the art in binaural externals? I see in the archives that there are several around,

Re: [PD] Binaural w32?

2021-06-02 Thread Dan Wilcox
Nothing too major. We haven't made a changelog yet but the changes in the current main branch form the last 0.2.1 tag (2013) are: * update to build via pd-lib-builder * loading the dataset txt file is now optional (needs double-checking) * fixed hang when dataset file is not loadable * post

Re: [PD] UDP server with Pd

2021-06-02 Thread Martin Peach
On Wed, Jun 2, 2021 at 9:58 AM Roman Haefeli wrote: > > (replying to list as - I believe - you intended to) > > On Wed, 2021-06-02 at 09:34 -0400, Martin Peach wrote: > > On Wed, Jun 2, 2021 at 3:31 AM Roman Haefeli > > wrote: > > > On Tue, 2021-06-01 at 19:19 -0400, Martin Peach wrote: > > > >

Re: [PD] UDP server with Pd

2021-06-02 Thread Roman Haefeli
(replying to list as - I believe - you intended to) On Wed, 2021-06-02 at 09:34 -0400, Martin Peach wrote: > On Wed, Jun 2, 2021 at 3:31 AM Roman Haefeli > wrote: > > On Tue, 2021-06-01 at 19:19 -0400, Martin Peach wrote: > > > A [udpsend] normally has a different port number to the one it > > >

Re: [PD] Binaural w32?

2021-06-02 Thread João Pais
that is nice - although I can't really build anything in windows on my own. what are the improvements compared to the 2009 version? I updated the earplug~ external to build using pd-lin-builder, so it should be easy to build on Windows: https://github.com/pd-externals/earplug/tree/main

Re: [PD] [PD-announce] 3 net objects

2021-06-02 Thread Dan Wilcox
> On Jun 2, 2021, at 12:35 PM, Lucas Cordiviola wrote: > > just because if we are all together in the same lan i prefer to tell others > "browse http://192.168.1.20;. I agree, which is why Pd accepts *both* and defaults to IPv4 for simplicity/compatibility. Dan Wilcox @danomatika

Re: [PD] [PD-announce] 3 net objects

2021-06-02 Thread Lucas Cordiviola
just because if we are all together in the same lan i prefer to tell others "browse http://192.168.1.20;. The [webserver] just wraps https://github.com/civetweb/civetweb . For simplicity I left out ipv6 + many more options like https (via openssl) and more options that are there. May be

Re: [PD] [PD-announce] 3 net objects

2021-06-02 Thread Dan Wilcox
"Why U No IPV6?" :) Even Pd now supports IPV6... See the functions in s_net for some helpers which may be useful, although s_net.h is not really part of the public API in m_pd.h. AT the very least, there are implementation snippets you can check out for configuration for IPv4 and IPv6.

Re: [PD] Binaural w32?

2021-06-02 Thread Dan Wilcox
I updated the earplug~ external to build using pd-lin-builder, so it should be easy to build on Windows: https://github.com/pd-externals/earplug/tree/main It's not the best but we use it for a project at work. It can use some additional

[PD] [PD-announce] 3 net objects

2021-06-02 Thread Lucas Cordiviola
Hi list, I'm presenting 3 net objects: [nicinfo] - prints to the console the associated ip(s) of your network card(s). also prints your outside ip if you have internet. [webserver] - ipv4 http server (threaded). [websocketserver] - a multi-threaded web-socket server. (not ready for macOS

Re: [PD] Pd FLOSS Manual, what to do with it?

2021-06-02 Thread Alexandros
I've been following this discussion quietly and wanted to say that I'm also willing to contribute in tidying up Pd's documentation any way needed. Cheers, Alexandros On 2/6/21 12:11 π.μ., Alexandre Torres Porres wrote: Em ter., 1 de jun. de 2021 às 09:54, > escreveu:

[PD] [PD-announce] 3 net objects

2021-06-02 Thread Lucas Cordiviola
Hi list, I'm presenting 3 net objects: [nicinfo] - prints to the console the associated ip(s) of your network card(s). also prints your outside ip if you have internet. [webserver] - ipv4 http server (threaded). [websocketserver] - a multi-threaded web-socket server. (not ready for macOS

Re: [PD] UDP server with Pd

2021-06-02 Thread Roman Haefeli
On Tue, 2021-06-01 at 15:27 -0700, Miller Puckette via Pd-list wrote: > One solution (which the conniption server/client and quacktrip both > use in somewhat different ways) is for a "netreceive" object to wait > for an incoming connection and then, once one arrives, immediately to > close > its