Re: [PD] behringer xr18 (x32) osc

2020-03-30 Thread Christof Ressi
Pd vanilla's [netsend] actually allows bi-directional communication: the second outlet outputs messages sent back from the receiver. On 30.03.2020 23:31, Peter Venus wrote: Hello On 2020-03-29 18:47, Simon Iten wrote: > has anyone done any osc control of the xr series mixers from behringer

Re: [PD] tcpserver and tcpclient

2020-03-30 Thread Roman Haefeli
Hey On Mon, 2020-03-30 at 20:16 +0200, Edwin van der Heide wrote: > Here is more context: > - What I’m interested in is to create a small and 'super simple' > internet ensemble in which multiple participants are playing together > over the internet. They play together, not by sending each other

Re: [PD] behringer xr18 (x32) osc

2020-03-30 Thread Peter Venus
Hello On 2020-03-29 18:47, Simon Iten wrote: > has anyone done any osc control of the xr series mixers from behringer with PD? i did play around with the x32, which behaves rather similar. the main point being, that using pairs of [udpsend] [udpreceive] objects wont give you any success in

Re: [PD] tcpserver and tcpclient

2020-03-30 Thread Edwin van der Heide
> On 30 Mar 2020, at 22:39, Roman Haefeli wrote: > > On Mon, 2020-03-30 at 21:27 +0200, Edwin van der Heide wrote: >> >>> >>> https://github.com/reduzent/netpd-server/ >>> >> >> On https://github.com/reduzent/netpd-server/ I only find the >> delimiting part for OSC. Do you have it also for

Re: [PD] tcpserver and tcpclient

2020-03-30 Thread Edwin van der Heide
> On 30 Mar 2020, at 22:22, IOhannes m zmölnig wrote: > > On 3/30/20 9:29 AM, Edwin van der Heide wrote: >> My problem is that iemnet/tcpclient outputs the the received messages as >> bytes in individual messages instead of a list. > > actually it's the other way round: mrpeach/tcpclient

Re: [PD] tcpserver and tcpclient

2020-03-30 Thread Roman Haefeli
On Mon, 2020-03-30 at 21:27 +0200, Edwin van der Heide wrote: > > > > > https://github.com/reduzent/netpd-server/ > > > > On https://github.com/reduzent/netpd-server/ I only find the > delimiting part for OSC. Do you have it also for FUDI? Sorry, I posted the link without even checking if

Re: [PD] tcpserver and tcpclient

2020-03-30 Thread IOhannes m zmölnig
On 3/30/20 9:29 AM, Edwin van der Heide wrote: > My problem is that iemnet/tcpclient outputs the the received messages as > bytes in individual messages instead of a list. actually it's the other way round: mrpeach/tcpclient outputs the received messages as lists instead of bytes. assuming

Re: [PD] tcpserver and tcpclient

2020-03-30 Thread Edwin van der Heide
Dear Roman, > On 30 Mar 2020, at 14:32, Roman Haefeli wrote: > > I solved the delimiting part for OSC and FUDI for netpd-server. Check > the abstraction [tcpsocketserver] in: > > https://github.com/reduzent/netpd-server/ > On https://github.com/reduzent/netpd-server/ I only find the

Re: [PD] tcpserver and tcpclient

2020-03-30 Thread Edwin van der Heide
Dear Roman and Dan, I’m combining my reply to both of you and hope that is ok. Here is more context: - What I’m interested in is to create a small and 'super simple' internet ensemble in which multiple participants are playing together over the internet. They play together, not by sending each

Re: [PD] tcpserver and tcpclient

2020-03-30 Thread Edwin van der Heide
Dear Martin, As I wrote I’m not 100% sure that the crash is caused my mrpeach but it seems like it. I’m not sure how to find a proper crash report on windows. Attached is a crash report of tcpclient on macos. Although on macos it happens very rarely. Here is a link to the server patch and a

Re: [PD] tcpserver and tcpclient

2020-03-30 Thread Martin Peach
On Mon, Mar 30, 2020 at 3:36 AM Edwin van der Heide wrote: > > It seems that objects from the mrpeach library give me trouble (crashing) > (especially on windows) although this needs further testing on my side. Which mrpeach objects are crashing on Windows? I'd like to know so I can fix it.

Re: [PD] tcpserver and tcpclient

2020-03-30 Thread Roman Haefeli
On Mon, 2020-03-30 at 09:29 +0200, Edwin van der Heide wrote: > As a strategy I would like to compare them to tcpserver and tcpclient > in iemnet. My problem is that iemnet/tcpclient outputs the the > received messages as bytes in individual messages instead of a list. Yeah. TCP is a

Re: [PD] tcpserver and tcpclient

2020-03-30 Thread Dan Wilcox
This is only *partially* related, but could be useful to know: We overhauled the core networking objects last year and this work is now integrated into the current Pd master branch. It will come out with the next release version and I recommend trying it out if you are able to build Pd

[PD] tcpserver and tcpclient

2020-03-30 Thread Edwin van der Heide
I’m trying to find a good-working combination of tcpserver and tcpclient for the 64 bit version of Pure Data on macos, windows and linux in order to send fudi messages between the different clients via the server. I started with maxlib but found that tcpserver and tcpclient are not part of the