Re: [PD] Purr Data rc4

2017-02-01 Thread Jonathan Wilkes via Pd-list
Sorry, I missed this one. > 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

Re: [PD] Purr Data rc4

2017-02-01 Thread Jonathan Wilkes via Pd-list
> Some stuff to continue something that I think is rather closed: >>> But why I got it to work? >>Do you have a screenshot of this?  AFAICT nw.js quite literally doesn't ship >>the code to do tab-based browsing. > The tab is just a new window, place an:http://www.w3schools.com/; >

Re: [PD] [coll] bug

2017-02-01 Thread Derek Kwan
> Lots of thoughts here, but little time. Here are the salient points to me: > > 1. The best analogy to this in Pd is [soundfiler]. [soundfiler] stops the > world in order to load the file, which routinely causes dropouts. This is a > constant source of disappointment and frustration to students

Re: [PD] Purr Data rc4

2017-02-01 Thread Lucas Cordiviola
> 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;) > on a new patch of course. The problem here was "_self",

Re: [PD] Purr Data rc4

2017-02-01 Thread Lucas Cordiviola
Ok, I want to explore this: >There's no need to save html to Pd files. An html file can instead specify >the patch to be opened, in a variety of ways: ( tag as you mentioned, javascript API, etc.) >That is one of the reasons to keep a strict separation. Just thinking about >it a little,

Re: [PD] [coll] bug

2017-02-01 Thread Matt Barber
There's always a worst-case scenario for a system call blocking on loading even a small file that would involve dropouts. Nothing is guaranteed when you read from disk. On Wed, Feb 1, 2017 at 7:14 PM, Derek Kwan wrote: > > Lots of thoughts here, but little time. Here are

Re: [PD] [coll] bug

2017-02-01 Thread Alexandre Torres Porres
Hey, guess what else may cause audio chokes in Pd? the dump message, which also has a bang to warn you when it is done... hence, it also needs to be done in a threaded way ;) 2017-02-02 0:30 GMT-02:00 Lucas Cordiviola : > > There's also the best-case scenario where you

[PD] pduino/firmata using SPI protocol

2017-02-01 Thread Stéphane Cl-
Hello dear list, I m trying to control a digital potentiometer (MCP41100) with PD via an arduino. The potentiometer needs a SPI protocol which is not included in Firmata. Does anyone have experience with that? Thanks Stéphane -- stephaneclor.net https://stephcl.bandcamp.com/

Re: [PD] Purr Data rc4

2017-02-01 Thread Lucas Cordiviola
I`m starting to forget about doing html inside a patch. [pddp] already gave remote content on a browser. Mensaje telepatico asistido por maquinas. From: Pd-list on behalf of Lucas Cordiviola Sent:

Re: [PD] email phdho...@newblankets.org if you're interested/able to host Pd *Artists in Transit*

2017-02-01 Thread Jaime Oliver La Rosa
Hi Joe, Thanks for this! Add Lima (and potentially Cusco and Arequipa) to your list of hosts, and New York again of course after August. And whoever is considering the next PdCon should consider this! If you're not familiar with New Blankets, one of their programs is to sponsor Pd Artists

Re: [PD] email phdho...@newblankets.org if you're interested/able to host Pd *Artists in Transit*

2017-02-01 Thread Alexandros Drymonitis
Hi all, Since the next PdCon was mentioned, and I have shown interest in organizing it, I though I should also send an email here. There's currently no venue where I could host any New Blankets AIT, but it's quite possible that, along with a friend and colleague, I'll be organizing the next PdCon,

Re: [PD] phdho...@newblankets.org

2017-02-01 Thread Rick Snow
Hi there... I just got a bounce back from this address so I thought I would reply here instead: I am happy to host or coordinate hosting for artists that would like to present work in New Orleans. There are several venues in town that present experimental music on an almost weekly basis though

Re: [PD] [coll] bug

2017-02-01 Thread Matt Barber
Lots of thoughts here, but little time. Here are the salient points to me: 1. The best analogy to this in Pd is [soundfiler]. [soundfiler] stops the world in order to load the file, which routinely causes dropouts. This is a constant source of disappointment and frustration to students especially

Re: [PD] Purr Data rc4

2017-02-01 Thread Jonathan Wilkes via Pd-list
>>...to display a DOM window inside a graphical window.. > Do you mean that everything could be "injected" via a javascript? No. nw.js is basically a wrapper around a DOM window.  A DOM window is the API that displays a web page. The wrapper is for doing things that the DOM window cannot--

Re: [PD] Fwd: [coll] bug

2017-02-01 Thread Alexandre Torres Porres
2017-01-29 17:53 GMT-02:00 Ivica Ico Bukvic : > I also think unthreaded should be default to maintain determinacy in sync > with Max, 2017-01-30 17:42 GMT-02:00 Roman Haefeli : > Sounds like Max' [coll] is threaded yep, it is threaded, so the idea it

Re: [PD] Purr Data rc4

2017-02-01 Thread Jonathan Wilkes via Pd-list
>> 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? Do you have a screenshot of this?  AFAICT nw.js quite literally doesn't ship the

Re: [PD] Fwd: [coll] bug

2017-02-01 Thread Ivica Bukvic
I am perfectly fine with that because I don't mind updating all my patches to adapt them to this change. You will, however, find other users who won't like this because they will need to update their patches, even though it may be a matter of running a simple shell script. Best, -- Ivica Ico

Re: [PD] Purr Data rc4

2017-02-01 Thread Jonathan Wilkes via Pd-list
> I`m starting to forget about doing html inside a patch. > [pddp] already gave remote content on a browser. Sounds good. -Jonathan ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

[PD] Please continue to send your hosting/hospitality ideas to pdh...@newblankets.org

2017-02-01 Thread Joe Deken
We are slowly building the infrastructure for tours and events. Please note that (re: a previous message about "bounce") the address is pdh...@newblankets.org The address is *singular* (Maybe it SHOULD have been plural, but it's singular :)

Re: [PD] [coll] bug

2017-02-01 Thread Alexandre Torres Porres
2017-02-01 15:42 GMT-02:00 Matt Barber : > more Max-like makes plenty of sense since there is the load termination > bang outlet > totally > but I would want the deviation from Pd-like control object behavior > prominently documented (probably with a compare/contrast with

Re: [PD] [coll] bug

2017-02-01 Thread Jonathan Wilkes via Pd-list
> 3. So the question, as with all things cyclone, is whether it should be more > Pd-like or more Max-like. Do we know if Ivica's implementation actually matches up with what Max is doing? -Jonathan ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] [coll] bug

2017-02-01 Thread Alexandre Torres Porres
2017-02-01 16:41 GMT-02:00 Jonathan Wilkes : > Do we know if Ivica's implementation actually matches up with what Max is > doing? > yep, I've tested it and shown it with a screenshot! ___ Pd-list@lists.iem.at mailing list