Re: [PD] 0.52.0test2: window jitter on (Mac OS)

2021-12-04 Thread IOhannes m zmölnig
On 12/4/21 23:20, Dan Wilcox wrote: Howdy Phil, this may be related to a reported GOP performance problem with test2, so I copied your report to the issue on Github: it might also be related to the scrollbar glitches reported in [1410] (it's kind of hard to tell what "visual flutter" really

Re: [PD] 0.52.0test2: window jitter on (Mac OS)

2021-12-04 Thread Dan Wilcox
Howdy Phil, this may be related to a reported GOP performance problem with test2, so I copied your report to the issue on Github: https://github.com/pure-data/pure-data/issues/1488 > On Dec 4, 2021, at 6:40 AM, pd-list-requ...@lists.iem.at

Re: [PD] [Öffnen],feature request: [get] and [set] template-agnostic?

2021-12-04 Thread Christof Ressi
not sure if this was discussed before: would it make sense for [get], [set] and other pointer-related objects to be template agnostic? This is already possible. You can use "-" as a template wildcard. This is documented for [set], [get], [element], [setsize] and [getsize]. For some reason,

[PD] [Öffnen],feature request: [get] and [set] template-agnostic?

2021-12-04 Thread João Pais
Hi list, not sure if this was discussed before: would it make sense for [get], [set] and other pointer-related objects to be template agnostic? That means that an object [get mytemplate x y] wouldn't need the "mytemplate" argument, and it would get the fields from any pointer it receives.