Re: [PD-dev] what's the maximum list size?

2019-07-04 Thread Alexandre Torres Porres
Em qui, 4 de jul de 2019 às 13:54, Roman Haefeli escreveu: > > >>> +2147483648 :-) > >> Ha yeah! Wrote that in a rush, of course I meant 2^31 :*) > > but that's 2ˆ30 ;) > > You sure? > no, but a google search led me to this: http://potenciasde2.blogspot.com/ 2ˆ30 = 2 147 483 648 :/ so I

Re: [PD-dev] formatting HTML doc in Pd distro?

2019-07-04 Thread William Huston
I wish there was a way to include in the standard build a rendering of *all* supplied docs as PDF or HTML, so I can look something up if I am mobile and not near a machine with PD installed. The existing x1.html (etc) files are great, but there's a lot of stuff missing. thanks On Jun 30, 2019

Re: [PD-dev] formatting HTML doc in Pd distro?

2019-07-04 Thread IOhannes m zmölnig
On 7/4/19 9:25 PM, me.grimm wrote: >>> IOhannes patch2svg exporter. > > > btw the autoexport.pd patch crashes pd when I open it (macOs 10.14.5 pd > 0.49.1). l are you sure it crashes? > > here is output running from cli with -verbose: > > > w .x100330c60 > > wname autoexport.pd > > name

Re: [PD-dev] what's the maximum list size?

2019-07-04 Thread Jonathan Wilkes via Pd-dev
> On Thursday, July 4, 2019, 3:35:14 AM EDT, Alexandre Torres Porres > wrote: > how big of a list xcan we have in Pd? 100 > How many elements can a t_atom have? 1000 For best results, no bigger than: 5 All assuming the Pd user needs to hit low latency soft realtime deadlines. -Jonathan

Re: [PD-dev] what's the maximum list size?

2019-07-04 Thread Jamie Bullock
> On 4 Jul 2019, at 10:29, IOhannes m zmoelnig wrote: > > On 04.07.19 10:53, Jamie Bullock wrote: >>> On 4 Jul 2019, at 09:21, IOhannes m zmoelnig wrote: >>> >>> On 04.07.19 00:20, Alexandre Torres Porres wrote: how big of a list xcan we have in Pd? >>> >>> i don't think there's a

Re: [PD-dev] formatting HTML doc in Pd distro?

2019-07-04 Thread Lucas Cordiviola
If the only show stopper for HTML is "typeset equations in native HTML" there's a workaround: https://www.mathjax.org/ https://github.com/mathjax/MathJax the only gotcha is that the "typeset equations" wont render on an offline browser. Works by just