Re: [PD] [coll] bug

2017-01-30 Thread Dan Wilcox
If you just need the common thread callback function and a mutex, you can do that with the Windows API. It’s not too difficult. See the old thread implementation used by OpenFrameworks which uses both pthread & win api, depending on the platform: ofxThread.h

[PD] Fwd: [coll] bug

2017-01-30 Thread Alexandre Torres Porres
one of my messages didnt go to the list, it was too big... let me adaot and resend it Tests in Max that stand out: > > Reading and writing coll files while sound is running does not cause xruns > in Max, whereas in Pd it can depending on the size of the coll file and CPU > utilization. > yes, I'

Re: [PD] Purr Data rc4

2017-01-30 Thread Jonathan Wilkes via Pd-list
> 1) Give an example, [canvasinfo] gives me “” , using -verbose > -stderr, or “(pointer)” using the Purr Data console. FYI I never used pointers on Pd. Unfortunately this one will have to wait.  I thought I could get fields from a scalar without having to specifying the template name.  Looks li

Re: [PD] Purr Data rc4

2017-01-30 Thread Lucas Cordiviola
>> 3) I will when the new HTML stuff is ready to test. >Just to be clear-- I probably won't be able to address that for awhile. >There's a lot of work with documenting and streamlining the build system and getting consistent behavior across platforms that takes priority. But I'm happy t

Re: [PD] Fwd: [coll] bug

2017-01-30 Thread Roman Haefeli
On Mon, 2017-01-30 at 15:20 -0200, Alexandre Torres Porres wrote:   > > Doing Uzi with 100k generated entries into coll object in Max and I > > get guaranteed crashes from these on both 6 and 7. > > > well, I tested opening a file with 300k entries in Max 7 and got no > audio crash/choke... it loa

Re: [PD] Fwd: [coll] bug

2017-01-30 Thread IOhannes m zmölnig
On 01/30/2017 08:42 PM, Roman Haefeli wrote: > On Mon, 2017-01-30 at 15:20 -0200, Alexandre Torres Porres wrote: > >>> Doing Uzi with 100k generated entries into coll object in Max and I >>> get guaranteed crashes from these on both 6 and 7. >>> >> well, I tested opening a file with 300k entries

Re: [PD] Fwd: [coll] bug

2017-01-30 Thread Roman Haefeli
On Mon, 2017-01-30 at 21:10 +0100, IOhannes m zmölnig wrote: > On 01/30/2017 08:42 PM, Roman Haefeli wrote: > > > > On Mon, 2017-01-30 at 15:20 -0200, Alexandre Torres Porres wrote: > >   > > > > > > > > > > > Doing Uzi with 100k generated entries into coll object in Max > > > > and I > > > > ge

Re: [PD] Purr Data rc4

2017-01-30 Thread Lucas Cordiviola
Or describe what has to be done. May be someone reading may want to participate. Salutti, Lucarda. Mensaje telepatico asistido por maquinas. From: Pd-list on behalf of Lucas Cordiviola Sent: Monday, January 30, 2017 6:54 PM To: Alexandre Torres Porres; pd

Re: [PD] Purr Data rc4

2017-01-30 Thread Jonathan Wilkes via Pd-list
>> 3) …. I will when the new HTML stuff is ready to test. >>Just to be clear-- I probably won't be able to address that for awhile.   >>There's a lot of work with documenting and streamlining the build system and >>getting consistent behavior across platforms that takes priority.  But I'm >>happ

Re: [PD] Purr Data rc4

2017-01-30 Thread Jonathan Wilkes via Pd-list
> Or describe what has to be done. > May be someone reading may want to participate. One related area is Ivica's K12 module in Pd-l2ork.  That is something I haven't ported yet. It could probably be implemented using data structures, but I'd bet it would be a lot easier to just use an HTML temp

Re: [PD] Purr Data rc4

2017-01-30 Thread Lucas Cordiviola
1) try adding this lines to "pd_canvas.html" overwriting the : http://lucarda.com.ar/pd-tutorial"; width="600" height="400"> As the is below and fixed position, mouse coordinates remain there and [objects] are above. But the iframe is not going down. There might be different cases, but su

Re: [PD] Purr Data rc4

2017-01-30 Thread Lucas Cordiviola
More: I can browse local files like any browser, but I cant browse online, it just crash the window whenever I request other page than which I loaded via: window.open("http://www.lucarda.com.ar/pd-tutorial","_self";) This is incosistent, I could but I can`t again. Mensaje telepatico asisti

Re: [PD] Purr Data rc4

2017-01-30 Thread Lucas Cordiviola
I can browse online if : 1- load a local: window.open("D:/purr-data clean/win32_inno/build/doc/1.manual/x3.htm","_self") 2- load a remote: window.open("http://www.lucarda.com.ar/pd-tutorial","_self";) Mensaje telepatico asistido por maquinas. From: Pd-list

Re: [PD] Purr Data rc4

2017-01-30 Thread Lucas Cordiviola
There are problems with the : window crashes if other document is required inside of it or if reloading with F5 @ the devtools console. But links inside same document work. I dont know if this is related with what was happening in the messages below this one. Mensaje telepatico asistido por

Re: [PD] Purr Data rc4

2017-01-30 Thread Lucas Cordiviola
> I dont know if this is related with what was happening in the messages below > this one. It does. becomes fully operational if: 1- load iframe in new "pd_canvas.html ", 2- load a local html in that window with: window.open("D:/purr-data-clean/win32_inno/build/doc/1.manual/x3.htm","_self")

Re: [PD] Purr Data rc4

2017-01-30 Thread Jonathan Wilkes via Pd-list
> I dont know if this is related with what was happening in the messages below > this one.  > It does. > becomes fully operational if: > 1- load iframe in new “pd_canvas.html ”, > 2- load a local html in that window with: > window.open("D:/purr-data-clean/win32_inno/build/doc/1.manual/x3.htm"

Re: [PD] Purr Data rc4

2017-01-30 Thread Lucas Cordiviola
>Because nw.js uses Chromium's "content shell" to display a DOM window inside >inside a graphical window. Other stuff like tabs/extensions/etc. aren't part >of this toolkit. But why I got it to work? I think there's something strange with locality, I also couldn`t save things with devtools.

Re: [PD] Purr Data rc4

2017-01-30 Thread Lucas Cordiviola
I think the trouble is cuz its being unnamed "untitled-N" Attached "pd_canvas.html" try the diff of placing it where it should, or opening it via: nw.Window.open("yourpath/bin/pd_canvas.html"); this way it works but you cant put objects. On the other hand you can put objects but the crash the

Re: [PD] Purr Data rc4

2017-01-30 Thread Lucas Cordiviola
>...to display a DOM window inside a graphical window.. Do you mean that everything could be "injected" via a javascript? Why? Why not? Is it more "Straight forward"? If Purr-data try to open blah.js for any blah.pd it can instead open blah.html. Or better: Can html also be injected via a ma