Re: [PD] case-sensitivity for filenames of abstractions on different OSes?

2018-11-22 Thread Dan Wilcox
It maybe *nix, but its not Linux. Default macOS installs are case INsensitive, unlike Linux. You can, of course, choose case sensitive when formatting a new partition, but I'd say the vast majority of people are running patches from their default partition. > On Nov 20, 2018, at 4:05 PM, pd-lis

Re: [PD] webcam to pix_video with VLC plugin on Mac OS X

2018-11-22 Thread Csaba Láng
It was a long time ago when I compiled it for my Mac, but I guess with MacPort or homebrew, using the same method as for linux. Get the source of Gem from the github, and just compile it after installing libvlc-dev. I think that is the whole philosophy behind it. On Thu, Nov 22, 2018 at 9:30 PM Jo

Re: [PD] webcam to pix_video with VLC plugin on Mac OS X

2018-11-22 Thread Johnny Mauser via Pd-list
Somehow i never got the vlc plugin to work. How do you do it? Can someone enlighten me? Am Do., 22. Nov. 2018, 17:01 hat Jack geschrieben: > Good to know ! Should be useful for OSX users. > Thanx. > ++ > > Jack > > > > Le 22/11/2018 à 16:27, Csaba Láng a écrit : > > Just to make for others easie

Re: [PD] pd error detection

2018-11-22 Thread Matt Davey
ahh yeah, it was the message boxes. Thanks. Will remember about cloned objects too. ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] webcam to pix_video with VLC plugin on Mac OS X

2018-11-22 Thread Jack
Good to know ! Should be useful for OSX users. Thanx. ++ Jack Le 22/11/2018 à 16:27, Csaba Láng a écrit : > Just to make for others easier in the future, managed to have a video > input from a webcam into Gem on Mac OS X 10.14 with the VLC plugin, > which I admire very much :) > > Opened vlc f

Re: [PD] webcam to pix_video with VLC plugin on Mac OS X

2018-11-22 Thread Csaba Láng
Just to make for others easier in the future, managed to have a video input from a webcam into Gem on Mac OS X 10.14 with the VLC plugin, which I admire very much :) Opened vlc first and added a Capture Device, which opened immediately the webcam with a tytle of the window on the top: qtcapture://

Re: [PD] Exporting a patch as a zip file

2018-11-22 Thread José Rafael Subía Valdez
Hey Dario, I have been thinking about this, I saw a tcl/tk plug in to receive the console messages in a patch, continuing down this road I guess you could also save in a text file, all missing dependencies. I don't think it should be much of a problem to write an external that does that. cheers O

Re: [PD] webcam to pix_video with VLC plugin on Mac OS X

2018-11-22 Thread Csaba Láng
Perfect, thanks Jack, was looking for this page just could not find in the deep noise on the mighty internet! On Thu, Nov 22, 2018 at 4:15 PM Jack wrote: > To use VLC backend with [pix_video] : > - send [driver vlc( > - then send a message [device ...( > > where ... are instructions to use thi

Re: [PD] webcam to pix_video with VLC plugin on Mac OS X

2018-11-22 Thread Jack
To use VLC backend with [pix_video] : - send [driver vlc( - then send a message [device ...( where ... are instructions to use this backend. Explainations are here : https://wiki.videolan.org/VLC_command-line_help For exemple to capture your screen, you can send [device screen://( ++ Jack Le

Re: [PD] webcam to pix_video with VLC plugin on Mac OS X

2018-11-22 Thread Csaba Láng
Oliver, sounds good, please share the shaders. Is there any option to move from GPU to CPU so the pix_whatever objects can manipulate them again? Popesz On Thu, Nov 22, 2018 at 4:09 PM oliver wrote: > Csaba Láng wrote: > > Dear List, > > > > I am still looking for a reasonable solution to have

Re: [PD] webcam to pix_video with VLC plugin on Mac OS X

2018-11-22 Thread oliver
Csaba Láng wrote: Dear List, I am still looking for a reasonable solution to have a video input to Mac OS X with Gem. I was testing syphon_client, works almost OK, except that could not make any motion detector out of it, no pix_background works with it, cannot change contrast, threshold, b

[PD] webcam to pix_video with VLC plugin on Mac OS X

2018-11-22 Thread Csaba Láng
Dear List, I am still looking for a reasonable solution to have a video input to Mac OS X with Gem. I was testing syphon_client, works almost OK, except that could not make any motion detector out of it, no pix_background works with it, cannot change contrast, threshold, basically nothing. Just

Re: [PD] Gem, v4l2loopback and Gstreamer 1.0 (was Re: NDI for Gem)

2018-11-22 Thread Csaba Láng
I made a quick search, there is a plugin through NDI to Gstreamer, but not sure about the opposite. here is an other plugin but no description about if client or server: https://github.com/teltek/gst-plugin-ndi/releases Anyway, I think not myself is the only one who would be pleased to have a simp

Re: [PD] Gem, v4l2loopback and Gstreamer 1.0 (was Re: NDI for Gem)

2018-11-22 Thread IOhannes m zmölnig
On 11/22/18 2:19 PM, Csaba Láng wrote: > but does it mean that Gstreamer will appear as NDI input in any software > which works as an NDI client? i don't know of an NDI element for GStreamer (which doesn't mean that much, as i haven't followed the development here). i was merely making a general c

Re: [PD] Gem, v4l2loopback and Gstreamer 1.0 (was Re: NDI for Gem)

2018-11-22 Thread Csaba Láng
but does it mean that Gstreamer will appear as NDI input in any software which works as an NDI client? Popesz On Wed, Nov 14, 2018 at 6:21 PM Jack wrote: > I just tested it on Ubuntu 18.04 and the answer is : Yes, v4l2loopback > is working with Gstreamer 1.0 ! > > In a terminal : > $ sudo modpr

Re: [PD] pd error detection

2018-11-22 Thread Liam Goodacre
PD can't track errors inside message boxes. For instance, if you are trying to send a message using [; foo some message( you will get the error message you described, but won't be able to find its source. It's particularly difficult to track when using [; $1 some message(. __

[PD] mqtt

2018-11-22 Thread michael strohmann
hi list, i was wondering if there is an object in pd that can handle MQTT Protocol - would be great in order to use pd in a IoT context. Cheers! Michael ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.pured

Re: [PD] pd error detection

2018-11-22 Thread Antoine Rousseau
I think this happens when the error is inside a cloned abstraction. BTW "Find.." can't see into cloned abstractions either. Le jeu. 22 nov. 2018 à 09:21, Peter P. a écrit : > * Matt Davey [2018-11-22 02:31]: > > I get errors in the console (for example, foo: no such object), but pd's > > error

Re: [PD] pd error detection

2018-11-22 Thread Peter P.
* Matt Davey [2018-11-22 02:31]: > I get errors in the console (for example, foo: no such object), but pd's > error detection can't find the source of those errors, and when i click on > "find last error", i get "no findable error yet." This happens under some circumstances, but I don't know what