[PD] [SOLVED!] Re: Determine library dependency tree for a patch?

2016-06-24 Thread William Huston
Wow! Found a feature I didn't know existed. Just to recap: My problem is that I want to distrubute a complex patch, but I do not know all of the dependencies. So I want to build a list of such. *In Pd version 0.46.7 (and perhaps others),* Edit -> Preferences -> Path Check "verbose". Now when

[PD] [PD-announce] PuREST JSON 1.4.1 "Orpheus's lyre" released

2016-06-24 Thread Thomas Mayer
Hello, I am happy to announce the release of PuREST JSON 1.4.1, code name: Orpheus's lyre. This release is a bug fix release to counter possible crashes and memory leaks due to a wrong usage of json-c in prior versions. PuREST JSON is a library for working with RESTful HTTP webservices, and

Re: [PD] Websocket Client in Pd

2016-06-24 Thread patrice colet
maybe flask would be better for a python socket module https://flask-socketio.readthedocs.io/en/latest/ Le 24/06/2016 à 16:22, me.grimm a écrit : yeah I am basically looking to stream a data feed from a website for example: wss://ws-feed.foobar.com with python:

Re: [PD] a multislider GUI as abstraction

2016-06-24 Thread Roman Haefeli
Hey Raphaël Impressive work. I'm all for more advanced GUIs. I even like them being abstractions as opposed to compiled externals. I'm not so concerned about performance, since the GUI runs in a separate thread. I believe it's rather GUIs like arrays that may cause hiccups when they send much

Re: [PD] a multislider GUI as abstraction

2016-06-24 Thread Fred Jan Kraan
Hi Raphaël, I love pd, but I miss some GUIs, like a good break-points curve editing (i am aware about [envgen] but it's buggy inside graph-on-parent), for envelopes or dynamic compressor ... Just today I completed a first reissue of the tof library containing [breakpoints], a derivate of

Re: [PD] Websocket Client in Pd

2016-06-24 Thread s p
You could maybe use rhizome and have the server send the websocket stream to Pd via OSC https://github.com/sebpiq/rhizome I can help if needed On Fri, Jun 24, 2016 at 5:22 PM, me.grimm wrote: > yeah I am basically looking to stream a data feed from a website for > example:

Re: [PD] Websocket Client in Pd

2016-06-24 Thread me.grimm
yeah I am basically looking to stream a data feed from a website for example: wss://ws-feed.foobar.com with python: https://github.com/Lawouach/WebSocket-for-Python which I'm having a hard time adapting to pyext. see: