Re: [PD] watchdog -> force restart

2019-02-18 Thread Peter P.
* michael strohmann [2019-02-18 11:49]: > wow, that looks interesting! > so which object do you use to read out the gpio? I use Miller's gpio object. > would you be so kind as to share your gpioReading-demo.pd ? Attached. #N canvas 1 49 450 300 10; #X obj 194 95 loadbang; #X msg 194 121 open 1;

Re: [PD] Gem on Arch Linux (was: Gem / [pix_movie] trouble: "no movie decoding backends found")

2019-02-18 Thread Carlos Franke
> > Indeed "gemdefaultwindow.pd" is not packaged with Gem 0.94(_pre1> > > instead there is "gemdefaultwindow-glx.pd"[2], but Pd/Gem still > > seems to search for it. Any ideas why? > > it is packaged fine, but not as a file but as a symlink that is > created at installation time, or whenver the

[PD] Pd & massively multi-channel wi-fi speakers

2019-02-18 Thread Peter Nyboer
I did as project some time ago with the NextThing CHIP computer attached to speakers. Each of 8 CHIPs ran a PD synth patch, and was attached to a speaker. One CHIP was attached to a Livid DS1 MIDI controller, which broadcast commands over the network to all the PD patches. Each channel strip

Re: [PD] Pd & massively multi-channel wi-fi speakers

2019-02-18 Thread Peter P.
* Maximiliano Estudies [2019-02-18 19:31]: > the radio idea sounds like a lot of fun. I guess Max Neuhaus has done such things. ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] Pd & massively multi-channel wi-fi speakers

2019-02-18 Thread Maximiliano Estudies
the radio idea sounds like a lot of fun. El lun., 18 feb. 2019 a las 10:24, Jean-Marie Adrien (< jm.adrien@gmail.com>) escribió: > hi > as far as i know, two major problems > - wireless speakers to be found for sale in the industry are based on the > stereophonic paradigm, music coming out

Re: [PD] watchdog -> force restart

2019-02-18 Thread Csaba Láng
Not sure if this is what you are looking for, but I use a python script to run 2 pd instances connected via netsend. The main patch sends a ing every second to the other patch, if the ping is stopped, the second kills the main pd. What the script recognizes and restarts both pd patches. Best,

Re: [PD] watchdog -> force restart

2019-02-18 Thread michael strohmann
wow, that looks interesting! so which object do you use to read out the gpio? would you be so kind as to share your gpioReading-demo.pd ? thanks! > On 18 Feb 2019, at 10:54, Peter P. wrote: > > * michael strohmann [2019-02-18 10:47]: >> >>> On 18 Feb 2019, at 10:36, Peter P. wrote: >>> >>>

Re: [PD] watchdog -> force restart

2019-02-18 Thread michael strohmann
thanks for the clarification! i must have imagined that sigup kills pd…indeed the rest of the system does not freeze. i am still looking for a way automatically restart pd or the computer if pd freezes… > On 18 Feb 2019, at 10:54, IOhannes m zmoelnig wrote: > > On 18.02.19 10:21, michael

Re: [PD] watchdog -> force restart

2019-02-18 Thread Peter P.
* michael strohmann [2019-02-18 10:47]: > > > On 18 Feb 2019, at 10:36, Peter P. wrote: > > > > * michael strohmann [2019-02-18 10:22]: > >> good morning, > > Guten Morgen! > > > > I know you didn't want this answer, but, is there a chance you can > > figure out why you are getting the

Re: [PD] watchdog -> force restart

2019-02-18 Thread IOhannes m zmoelnig
On 18.02.19 10:21, michael strohmann wrote: > i need help understanding this description of the pd-watchdog > >> s_watchdog.c is the source of pd-watchdog, which was spawned in >> sys_startgui(). >> pd-watchdog monitors its stdin for any input, timing out after 5 seconds if >> nothing was

Re: [PD] watchdog -> force restart

2019-02-18 Thread michael strohmann
> On 18 Feb 2019, at 10:36, Peter P. wrote: > > * michael strohmann [2019-02-18 10:22]: >> good morning, > Guten Morgen! > > I know you didn't want this answer, but, is there a chance you can > figure out why you are getting the watchdog message in Pd in the first > hand place? yes, i

Re: [PD] watchdog -> force restart

2019-02-18 Thread Peter P.
* michael strohmann [2019-02-18 10:22]: > good morning, Guten Morgen! I know you didn't want this answer, but, is there a chance you can figure out why you are getting the watchdog message in Pd in the first hand place? Did you already check the results of aptitude search watchdog > >

Re: [PD] Pd & massively multi-channel wi-fi speakers

2019-02-18 Thread Jean-Marie Adrien
hi as far as i know, two major problems - wireless speakers to be found for sale in the industry are based on the stereophonic paradigm, music coming out of two holes and that’s it - wireless technology introduces some latency, which is somehow contradictory with the pd real time approach, even

[PD] watchdog -> force restart

2019-02-18 Thread michael strohmann
good morning, is it possible to automatically restart pd (or the computer) whenever i get watchdog: signaling pd ? in other words: what would be the proper way to monitor a linux system and act upon e.g. CPU usage greater than xy% ? does anyone have experience with ps-watcher?

[PD] Audio clicks with postgresql external

2019-02-18 Thread Jakob Laue
Hey all, I am working on a sample player in pd. In my patch I am using a postgresql external from here: https://sourceforge.net/p/pure-data/svn/17183/tree/trunk/externals/postlude/psql/   Unfortunately, I get audio clicks when I send a query to my database, which is of course a no-go as I am

Re: [PD] Pd & massively multi-channel wi-fi speakers

2019-02-18 Thread Dan Wilcox
My 2 cents: Using just commercial speakers might be difficult. There are devices which use the DLNA protocol (https://en.wikipedia.org/wiki/Digital_Living_Network_Alliance ) those which use AirPlay by Apple. There might be others,