Re: [PD] [PD-announce] pd 0.53-1test1 released

2022-12-11 Thread Alexandre Torres Porres
Great, I did one last change in the documentation regarding the release notes, fixed a typo and added a bit more details, it's the last one in my docs PR and I really really think I am done with the documentation updates for now. I hope you have the time to check it out as I was pretty busy last

Re: [PD] [random] and seed value

2022-12-11 Thread Alexandre Torres Porres
The fact that you don't get different seeds is arguably something to mention in the help files. One thing is that this is not a real feature as I see it, because you can't really control the number of [random] objects that were created before opening a particular patch. On the other hand, I

Re: [PD] sonogram abstraction idea with data structures.

2022-12-11 Thread Alexandre Torres Porres
Em dom., 11 de dez. de 2022 às 17:32, Pierre Alexandre Tremblay < tremb...@gmail.com> escreveu: > The code is free if you want to take it back in your (fantastic) > collection. > I can't feel comfortable getting credit for this amazing work of yours :) I will say I'm stealing it, not getting it

Re: [PD] [random] and seed value

2022-12-11 Thread Thomas Mayer
On 11.12.22 23:22, Peter P. wrote: Hi Thomas, * Thomas Mayer [2022-12-11 21:20]: [...] My guess is, that most users probably expect at least different seed values every time. Maybe the help file should explicitely state the behaviour or a different way for deriving the initial seed should be

Re: [PD] Fwd: [random] and seed value

2022-12-11 Thread Thomas Mayer
Hi, On 12.12.22 00:39, Sebastian Shader via Pd-list wrote: of course the most common suggestion is to use [date] and [time] from zexy. maybe the better solution is to put those objects into vanilla.. because such an abstraction would be very simple also. That is my current solution as well,

[PD] Fwd: [random] and seed value

2022-12-11 Thread Sebastian Shader via Pd-list
it seems like this would also depend on automatically saving the parent at loadtime or closetime though -Original Message- From: Sebastian Shader To: pd-list@lists.iem.at Sent: Sun, Dec 11, 2022 2:34 pm Subject: Re: [PD] [random] and seed value well it used to be the case that it

Re: [PD] [random] and seed value

2022-12-11 Thread Dan Wilcox
> On Dec 11, 2022, at 11:58 PM, pd-list-requ...@lists.iem.at wrote: > > Message: 2 > Date: Sun, 11 Dec 2022 22:34:14 + (UTC) > From: Sebastian Shader mailto:sebfumas...@aol.com>> > ... > of course the most common suggestion is to use [date] and [time] from zexy. > maybe the better solution

[PD] sonogram abstraction idea with data structures.

2022-12-11 Thread João Pais
Generating and displaying many structs can be very slow, it might not be the most efficient way. Not sure internally if it's better to bang~ a whole table, or find a method to go not so fast. Anyway, when generating structs, it will help if the window where they will be drawn is closed. I

Re: [PD] [random] and seed value

2022-12-11 Thread Sebastian Shader via Pd-list
well it used to be the case that it was difficult to save per-abstraction parameters. with the addition of [savestate]I don't think that's as much of a factor anymore. In the past you could have a simple abstraction that could increment a value held in a message box to supply a different seed

Re: [PD] [random] and seed value

2022-12-11 Thread Peter P.
Hi Thomas, * Thomas Mayer [2022-12-11 21:20]: [...] > My guess is, that most users probably expect at least different seed values > every time. > > Maybe the help file should explicitely state the behaviour or a different > way for deriving the initial seed should be used, e.g. taking the local

Re: [PD] RaspberryPI GEM

2022-12-11 Thread Dan Wilcox
Yeah, actually I think it's *more* possible now with the RPi 4 than before, but it's not really officially supported since the hardware is optimized for ES. I also did a quick search to double-check. What is needed is to modify GEM to work with ES and the RPi's EGL implementation which allows

Re: [PD] [random] and seed value

2022-12-11 Thread Dan Wilcox
Related: https://github.com/pure-data/pure-data/issues/1717 > On Dec 11, 2022, at 9:59 PM, pd-list-requ...@lists.iem.at wrote: > > Message: 2 > Date: Sun, 11 Dec 2022 16:55:40 +0100 > From: Thomas Mayer mailto:tho...@residuum.org>> > To:

Re: [PD] RaspberryPI GEM

2022-12-11 Thread Dan Wilcox
As far as I know, nope. GEM requires full OpenGL while RPi supports OpenGL ES only. GEM needs modernization to support ES and maybe Vulkan or something similar at some point but it's a *massive* effort likely. I suggest writing a graphical frontend in a different environment such as

Re: [PD] hidio: can't load library

2022-12-11 Thread Christof Ressi
Hi, [hidio] loads just fine here on Windows 10. Either put a [declare -path hidio] and then create as [hidio], or create it as [hidio/hidio]. Christof On 02.12.2022 17:32, Samuel Burt wrote: Hi, Pd list. I have a student who was trying to use hidio in Pd in Windows. We have 64-bit Pd

[PD] [PD-announce] pd 0.53-1test1 released

2022-12-11 Thread Miller Puckette via Pd-announce
To Pd-announce: Pd version 0.53-1test1 available from http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data . I've already updated the translations since then, so no worries about that (I think). Otherwise, as always, if anything seems broken you

[PD] [random] and seed value

2022-12-11 Thread Thomas Mayer
Hello, currently [random] uses a fixed value for initialisation. This leads to the same sequence of values all the time. https://github.com/pure-data/pure-data/blob/c0cd34924a50bdd1cc37dfb6b01f9be02ad8a78b/src/x_misc.c#L55 My guess is, that most users probably expect at least different seed

[PD] RaspberryPI GEM

2022-12-11 Thread Jean-Marie Adrien
Hello Anyone knows wether it is feasible nowadays to run GEM on a Raspberry PI and process some 2500 pix_data grey value in real time at 25 fps ? Thanks ! :) JM ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] RPI4 GPIO

2022-12-11 Thread Winfried Ritsch
Maybe helpful : (for 100+ GPIOs if you need to drive solenoids or the like) Once ago doing a robot player for xylophones I needed a lot of GPIOs and used the GPIO-monster Olimex-A20 (maybe compares with RPI3), and we at Atelier Algorythmics wrote a kernel driver for it and a pd externals

Re: [PD] RPI4 GPIO

2022-12-11 Thread Winfried Ritsch
Maybe helpful : (for 100+ GPIOs if you need to drive solenoids or the like) Once ago doing a robot player for xylophones I needed a lot of GPIOs and used the GPIO-monster Olimex-A20 (maybe compares with RPI3), and we at Atelier Algorythmics wrote a kernel driver for it and a pd externals

[PD] hidio: can't load library

2022-12-11 Thread Samuel Burt
Hi, Pd list. I have a student who was trying to use hidio in Pd in Windows. We have 64-bit Pd installed and we installed hidio with Deken, but we can't get the declare object to load it. When we added it to startup items, Pd printed "hidio: can't load library". There was discussion about the