Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-16 Thread Jack
Hello Johannes, Thank you, but even with [declare -stdpath purest_json -stdlib purest_json] it doesn't work. libjson0 doesn't exist anymore on the official repository for Ubuntu 17.10 and according to the doc of purest_json, libcurl3 liboauth0 libjson0 are needed. Maybe the source of the problem

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-16 Thread IOhannes m zmölnig
On 10/16/2017 07:32 PM, Jack wrote: > [declare -stdlib purest_json] return nothing in the Pd console. if you haven't loaded the "libdir" loader, you might need to add [declare -stdpath purest_json] as well. dasmr IOhannes signature.asc Description: OpenPGP digital signature

Re: [PD] pd~ with LD_LIBRARY_PATH=

2017-10-16 Thread IOhannes m zmölnig
On 10/16/2017 08:44 PM, Max wrote: > Hi list, > > I need to start a pd~ process with a LD_LIBRARY_PATH= flag. How do I do > that? the env-vars should be inherited by any child process. so if you start the parent Pd with the LD_LIBRARY_PATH= flag, the pd~ process should see it as well.

[PD] pd~ with LD_LIBRARY_PATH=

2017-10-16 Thread Max
Hi list, I need to start a pd~ process with a LD_LIBRARY_PATH= flag. How do I do that? cheers m ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] [PD-announce] PuREST JSON 1.4.2 "Argo in shipyard" released

2017-10-16 Thread Jack
Hello Thomas, I just installed purest_json via deken but I can't create [json-decode]. [declare -stdlib purest_json] return nothing in the Pd console. My configuation : Pd version 0.48.0-test5 Ubuntu 17.10 Any clue ? Thanx. ++ Jack Le 03/01/2017 à 14:04, Thomas Mayer a écrit : > Hello, > >

Re: [PD] object that routes bangs to different outputs like a counter?

2017-10-16 Thread Jack
Le 16/10/2017 à 17:03, cyrille henry a écrit : > > > Le 16/10/2017 à 13:49, enrike a écrit : > >> I am doing *very* short introductions to PD to art students who are >> very far from being technical. In that context I noticed that the less >> connections the better. I basically provide them

Re: [PD] object that routes bangs to different outputs like a counter?

2017-10-16 Thread cyrille henry
Le 16/10/2017 à 13:49, enrike a écrit : I am doing *very* short introductions to PD to art students who are very far from being technical. In that context I noticed that the less connections the better. I basically provide them with ready to use examples and a basic understanding of how to

Re: [PD] Style the Pd html documentation

2017-10-16 Thread Lucas Cordiviola
Added responsive CSS for small screens to these PRs for the Pd html Manual: https://github.com/pure-data/pure-data/pull/232 > Serif font preview here https://github.com/pure-data/pure-data/pull/233 -> Sans-Serif font preview

Re: [PD] object that routes bangs to different outputs like a counter?

2017-10-16 Thread IOhannes m zmölnig
On 10/16/2017 01:49 PM, enrike wrote: > > I could have created a simple abstraction encapsulating the structure > but since the number of outputs must be dynamically created on load I am > not sure about how to do it. I also thought it might be already > something out there, I did not want to

Re: [PD] preview in Gem ? ...

2017-10-16 Thread oliver
thanks a lot for all your suggestions ! i think i'll go the IOhannes route, seems to be the most practicable best oliver Jack wrote: It is also possible to use [pix_share_read] and [pix_share_write] to share pix_ between two instances of Pd (with Gem). ++ Jack Le 15/10/2017 à 20:15,

Re: [PD] object that routes bangs to different outputs like a counter?

2017-10-16 Thread enrike
or., 2017.eko urrren 13a 17:13(e)an, IOhannes m zmölnig igorleak idatzi zuen: On 10/13/2017 11:06 AM, enrike wrote: I know, but I just wanted to know if there something that does the same job but within a single object why? what does it buy you? what does it cost you? sorry I did not

[PD] data structures arrays and Control / Shift keys

2017-10-16 Thread Liam Goodacre
Playing around with data-structures today, I discovered some unexpected features. It seems that the Control and Shift keys change the behavior of how the mouse interacts with data structure arrays. I'm not sure I fully understand it yet, but from what I can work out: 1. Holding down the Shift

Re: [PD] how to get the actual sample rate?

2017-10-16 Thread IOhannes m zmoelnig
On 2017-10-16 01:29, hans w. koch wrote: > sorry to be dense..how´s that supposed to work? when saving a file with [soundfiler], you can specify a nominal samplerate for the file; if you don't do that, it will use the system's samplerate (the "global" rate, alex wants to query). since Pd-0.48,

Re: [PD] how to get the actual sample rate?

2017-10-16 Thread Simon Iten
yep, same here. > On 16 Oct 2017, at 01:29, hans w. koch wrote: > > sorry to be dense..how´s that supposed to work? > trying to recreate the ascii patch doesn´t yield aynthing here except 0 > > :-( > > hans > >> Am 15.10.2017 um 19:59 schrieb IOhannes m zmölnig