Re: [PD] receive UDP message from 224.0.0.1

2024-01-11 Thread Daniel Iglesia
Context: the original LANdini (custom networking protocol) implementation and demo software was on supercollider, so used the default SC port number for the broadcast pings. I kept that default in the MobMuPlat port in order to allow for interop between various clients. Sent from my iPhone >

Re: [PD] receive UDP message from 224.0.0.1

2024-01-11 Thread IOhannes m zmölnig
On 1/11/24 22:15, João Pais wrote: It doesn't work in windows, but it does in ubuntu - although windows is my main work system. (latest Pd version on both) a quick check on the internet suggest that you might have to explicitely enable multicast on Windows (not giving any links, because i

Re: [PD] receive UDP message from 224.0.0.1

2024-01-11 Thread João Pais
Are you opening with the following message? [ listen 57120 224.0.0.1 < | [ netreceive -u -b] The address is within the multicast range, so it needs to be given to netreceive in addition to the port. It doesn't work in windows, but it does in ubuntu - although windows is my main work system.

Re: [PD] receive UDP message from 224.0.0.1

2024-01-11 Thread João Pais
However, you can check if some other program already uses port 57120! On Windows you can do this by running "netstat -abno" in cmd.exe as Admin. I had a look at the report, 57120 doesn't appear. Also, have you tried with other port numbers? This is an open source app. In order to do that

Re: [PD] open multiple files limits?

2024-01-11 Thread Albert Rafetseder
I'd suggest to open a ticket on GitHub! Remmy: I can help with that if you like. Sorry, I missed that it's already here: https://github.com/pure-data/pure-data/issues/2170 ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management

Re: [PD] open multiple files limits?

2024-01-11 Thread Albert Rafetseder
(CC: Remmy, not sure if on the Pd mailing list) looks like there's a size limit for the callback message. ...and it's around 4 kilobytes, from a quick test with very-long-filename-files and the [openpanel] help patch which [print]s the result of [openpanel]. I see one OK and three bad

Re: [PD] protect [drawnumber] from mouse interaction

2024-01-11 Thread Roman Haefeli
On Thu, 2024-01-11 at 12:35 -0300, Alexandre Torres Porres wrote: > so, I created a single issue for these [drawunumber] related > things https://github.com/pure-data/pure-data/issues/2171 > Ok, thanks. I think all of your proposals are desirable. Roman signature.asc Description: This is a

Re: [PD] protect [drawnumber] from mouse interaction

2024-01-11 Thread Alexandre Torres Porres
so, I created a single issue for these [drawunumber] related things https://github.com/pure-data/pure-data/issues/2171 Em qui., 11 de jan. de 2024 às 12:23, Alexandre Torres Porres < por...@gmail.com> escreveu: > this request? https://github.com/pure-data/pure-data/issues/1513 > > I'm also up

Re: [PD] protect [drawnumber] from mouse interaction

2024-01-11 Thread Alexandre Torres Porres
this request? https://github.com/pure-data/pure-data/issues/1513 I'm also up for adding this feature and https://github.com/pure-data/pure-data/issues/1489 and https://github.com/pure-data/pure-data/issues/1620 cheers Em qui., 11 de jan. de 2024 às 12:18, Roman Haefeli escreveu: > Hi all >

[PD] protect [drawnumber] from mouse interaction

2024-01-11 Thread Roman Haefeli
Hi all Is there a conceptual reason that [drawpolygon]/[filledpolygen] support -x, xr, xe and [drawnumber] does not? I sometimes use [drawnumber] as labels and would like to make the numbers non-editable. Roman signature.asc Description: This is a digitally signed message part

Re: [PD] open multiple files limits?

2024-01-11 Thread Christof Ressi
Hi, looks like there's a size limit for the callback message. I'd suggest to open a ticket on GitHub! Christof On 11.01.2024 15:20, Remmy Canedo wrote: Hello, I'm trying to open 189 files with [bang( | [openpanel 2] file names are 1.wav, 2.wav, 3.wav... 189.wav with different sizes

[PD] open multiple files limits?

2024-01-11 Thread Remmy Canedo
Hello, I'm trying to open 189 files with [bang( | [openpanel 2] file names are 1.wav, 2.wav, 3.wav... 189.wav with different sizes from 48,2 to 343,5 KiB when I use short paths, like home/user/Music/test_samples I'm able to open 112 files with long paths, for ex:

Re: [PD] receive UDP message from 224.0.0.1

2024-01-11 Thread Dan Wilcox
Are you opening with the following message? [ listen 57120 224.0.0.1 < | [ netreceive -u -b] The address is within the multicast range, so it needs to be given to netreceive in addition to the port. > On Jan 11, 2024, at 10:34 AM, pd-list-requ...@lists.iem.at wrote: > > But with [netreceive

Re: [PD] receive UDP message from 224.0.0.1

2024-01-11 Thread Christof Ressi
I don't use SC, but I'll check anyway if some years ago I installed it and then forgot about it. Ok, then this was a red herring. That's a pretty strange coincidence, though. Anyway, sclang.exe must not only be installed, but also *running*. However, you can check if some other program already

Re: [PD] receive UDP message from 224.0.0.1

2024-01-11 Thread João Pais
I don't use SC, but I'll check anyway if some years ago I installed it and then forgot about it. It is a multicast address - I might be able to change it to the normal broadcast address, but I wouldn't count on it. So for now, it's better to assume that this can't be changed. Hmmm... 57120