Re: [PD] Using GEM

2014-04-08 Thread Antoine Villeret
hello you can control the rendering order with the [gemhead]'s argument (see gemhead-help.pd for explanation) or you can also trig manually a rendering chain by banging a [gemhead], in this second case you may need to disable auto-trigering by sending a [0( to [gemhead] (auto-rendering is turned

Re: [PD] [pix_opencv_facetracker]

2014-03-21 Thread Antoine Villeret
://antoine.villeret.free.fr 2014-03-21 9:19 GMT+01:00 Alexandros Drymonitis adr...@gmail.com: On Fri, Mar 21, 2014 at 12:43 AM, Antoine Villeret antoine.ville...@gmail.com wrote: hello, which archive did you download ? (for which OS) I've downloaded the osx one and btw I can't find any

Re: [PD] [pix_opencv_facetracker]

2014-03-21 Thread Antoine Villeret
adr...@gmail.com: Super! It's there and it works! Though I seem to be missing [gemvertexbuffer] but I'll search for it. The help patch did it though, it worked fine. Thanks! On Fri, Mar 21, 2014 at 6:01 PM, Antoine Villeret antoine.ville...@gmail.com wrote: hi alex, thanks

Re: [PD] [pix_opencv_facetracker]

2014-03-21 Thread Antoine Villeret
21:07 GMT+01:00 Alexandros Drymonitis adr...@gmail.com: Are you sure? I just downloaded Gem from Pd's website and it's still not there.. On Fri, Mar 21, 2014 at 9:53 PM, Antoine Villeret antoine.ville...@gmail.com wrote: cool [gemvertexbuffer] was introduced just after the 0.93.3

Re: [PD] [pix_opencv_facetracker]

2014-03-21 Thread Antoine Villeret
:23 GMT+01:00 Alexandros Drymonitis adr...@gmail.com: Do you have the source code? Maybe I can compile it for osx...Is there a makefile with it? On Fri, Mar 21, 2014 at 10:21 PM, Antoine Villeret antoine.ville...@gmail.com wrote: I think the release you've download is the 0.93.3, which

Re: [PD] [pix_opencv_facetracker]

2014-03-20 Thread Antoine Villeret
hello, which archive did you download ? (for which OS) I didn't receive any feedback for this beta release and I've switch to a new version with lot's of improvement but it breaks some backward compatibility but I could manage to produce a [pix_opencv_facetracker] binary on deman btw, it's most

[PD] [pix_opencv] binary release

2014-02-10 Thread Antoine Villeret
Dear all, I'm proud to announce the first release candidate for `[pix_opencv]`. I've upload binaries for MacOSX, Windows and Ubuntu 64bit (Ubuntu 32bit will come in one week). All needed OpenCV shared libraries are included. It's here : https://github.com/avilleret/pix_opencv/releases/tag/v0.2

[PD] How to get a list of midi devices without GUI

2014-02-09 Thread Antoine Villeret
Hello, I'm wondering how to get a list of midiout devices without GUI. This has to work without GUI. I tried [mediasettings/midisettings] but it always report 0 devices (both in and out) when there is no GUI. i also know the -listdev option to Pd, but this only list devices in console, and I

Re: [PD] How to get a list of midi devices without GUI

2014-02-09 Thread Antoine Villeret
...@digitalworlds.ufl.edu: I think it's just --listdevices on the command line Sent from my iPhone On Feb 9, 2014, at 10:03 AM, Antoine Villeret antoine.ville...@gmail.com wrote: Hello, I'm wondering how to get a list of midiout devices without GUI. This has to work without GUI. I

Re: [PD] How to get a list of midi devices without GUI

2014-02-09 Thread Antoine Villeret
lists on `[listdevices(` message ? + A -- do it yourself http://antoine.villeret.free.fr 2014-02-09 16:17 GMT+01:00 Antoine Villeret antoine.ville...@gmail.com: thanks, but no, at least with Pd Vanilla 0.45-4, the right flag is *-listdev* to list all devices (both midi and alsa

Re: [PD] OSC server to many clients

2014-02-02 Thread Antoine Villeret
if you want to make one server talking to several clients, you could use [tcpserver]/[tcpclient] and encapsulate your OSC in Slip packet see [mrpeach] externals + a -- do it yourself http://antoine.villeret.free.fr 2014-02-02 Joel Matthys jwmatt...@gmail.com: You can broadcast over UDP by

Re: [PD] Face tracking

2014-01-29 Thread Antoine Villeret
Is [pix_opencv_facetracker] threaded? no it's not If not, I'd suggest using FaceOSC to avoid the 30fps it's locked too when tracking and lower framerate when searching. On Jan 29, 2014, at 6:00 AM, pd-list-requ...@iem.at wrote: *From: *Antoine Villeret antoine.ville...@gmail.com

Re: [PD] GEM causes soung glitches

2013-12-28 Thread Antoine Villeret
hi Luiz, I recently heard that for certain scenario Pd-extended is more CPU expensive than the same in pure vanilla. (a friend of mine reported that on RPi) Maybe you could try to reduce the number of extended objects to the strictly minimum. It's worth it most of the time. Best Antoine -- do

Re: [PD] video output from PD

2013-11-30 Thread Antoine Villeret
hello, for that kind of project I will choose a network of 20 raspiberry pi if you only need to playback video (no realtime effect) best a -- do it yourself http://antoine.villeret.free.fr 2013/11/30 peiman khosravi peimankhosr...@gmail.com I'm really not familiar with video, but a project

Re: [PD] using rpi_osc_video_player

2013-11-06 Thread Antoine Villeret
hi, nice to hear that you try and like it ! concerning the video encoding, you could do that with ffmpeg or avconv but i never try it, so I don't know which parameters work and concerning new features, feel free to add some ! I'm waiting for a project (or at least funding) to add seeking,

Re: [PD] using rpi_osc_video_player

2013-11-06 Thread Antoine Villeret
2013/11/6 Simon Wise simonzw...@gmail.com On 06/11/13 16:10, Antoine Villeret wrote: hi, nice to hear that you try and like it ! concerning the video encoding, you could do that with ffmpeg or avconv but i never try it, so I don't know which parameters work I haven't managed on ffmpeg

[PD] puredata.info Wiki editing was: audio output AND input with the Rpi?

2013-10-31 Thread Antoine Villeret
hi, to edit the Wiki, first create an account by clicking [join] in the upper right corner of the page then as soon as you are logged in you will see an [edit] tab on the top of page to update it yourself hope this help + a -- do it yourself http://antoine.villeret.free.fr 2013/10/31 Pierre

Re: [PD] compiling cw_binaural~ for android

2013-10-15 Thread Antoine Villeret
hi, the Makefile is from template version 1.0.7 whereas the actual template is 1.0.14 as cw_binaural~ library is written in C++ (at least have .cpp file, I didn't look at the code) the template needs some tweak to work also I just tried this and I got : make: *** Pas de règle pour fabriquer la

Re: [PD] compiling cw_binaural~ for android

2013-10-15 Thread Antoine Villeret
2013/10/15 Husk 00 hus...@gmail.com On Tue, Oct 15, 2013 at 1:06 PM, Antoine Villeret antoine.ville...@gmail.com wrote: hi, the Makefile is from template version 1.0.7 whereas the actual template is 1.0.14 as cw_binaural~ library is written in C++ (at least have .cpp file, I didn't

Re: [PD] RPI usb soundcards that require mmap_emul

2013-10-13 Thread Antoine Villeret
-1.1:1.0 | sudo tee /sys/bus/usb/drivers/smsc95xx/unbind #disable the cheap + a On 10 October 2013 18:42, Antoine Villeret antoine.ville...@gmail.comwrote: sorry, I have several cards from ESI and messed them every times ! I was thinking about UGM96 which works great at 48kHz (btw I didn't try

Re: [PD] RPI usb soundcards that require mmap_emul

2013-10-13 Thread Antoine Villeret
to run pd by root but it is often recommended to avoid that + a -- do it yourself http://antoine.villeret.free.fr 2013/10/13 Antoine Villeret antoine.ville...@gmail.com 2013/10/11 Julian Brooks jbee...@gmail.com I tend to stick with 44.1 so it's good to know 48k could be trouble. Hmmm

Re: [PD] RPI usb soundcards that require mmap_emul

2013-10-10 Thread Antoine Villeret
it yourself http://antoine.villeret.free.fr 2013/10/10 Julian Brooks jbee...@gmail.com Good to know, thanks Antoine. What was it that you rolled back? BTW - can't be the UDJ card as that has no input but I think you have a different ESI card too. On 9 October 2013 21:02, Antoine Villeret

Re: [PD] RPI usb soundcards that require mmap_emul

2013-10-09 Thread Antoine Villeret
hi, I couldn't try this and I don't know anything about mmap_emul but I recently updated a Pi (in the middle september) and got crakle with an ESI UDJ 6 (2in/2out) which was working great before then I downgrade to the version of april 26 2013, and it works again + a -- do it yourself

[PD] libdir template Mac OSX build

2013-10-04 Thread Antoine Villeret
hello, 2 things in one thread : 1. I've made an external started with the template from up-to-date SVN and I realised that this template makes .pd_linux instead of .l_i386 or .l_ia64 so I switched to another one doing that (the one from pix_opencv, which Hans updated from template if I remember

[PD] Invalid autobuild download

2013-10-04 Thread Antoine Villeret
hi, since this afternoon I can only download invalid archive from http://autobuild.puredata.info/auto-build/ or from http://apt.puredata.info/auto-build all downloaded files have a 0 byte size. I tried under 3 OS with 2 different internet connections. is the server under maintenance ? a -- do

Re: [PD] tanh() or a compressor?

2013-10-01 Thread Antoine Villeret
hey, if CPU is a matter, you could try to use an external analog (or digital) compressor (and an eq) between your mic and your soudcard. The table display in Pd is linear while sound intensity feeling is logarithmic, so it's not surprising to have such peaks. When you try to write value 1 to

Re: [PD] pix_video problem

2013-09-27 Thread Antoine Villeret
hello, to reduce CPU eating, did you try to put each [pix_video] in a separate pd~ and then send the image to a main patch with [pix_share_*] ? this could help I never worked with blackmagic card but it could be possible to add a new backend to [pix_video] to support those cards natevely in pd.

Re: [PD] small template bug on 64 bit system for building externals for android

2013-09-15 Thread Antoine Villeret
hi, in version 1.0.14 (svn r17152) I have $(NDK_PROCESSOR) instead of x86 or x86_64 on my system (Ubuntu 12.04 64bit) this environment variable isn't set automatically with Anroid NDK r9 so I add NDK_PROCESSOR=$(shell uname -p) just before and i seems to work I don't know if it only works on

Re: [PD] Please help!!

2013-07-30 Thread Antoine Villeret
hi, i've successfully tested an ESI Gigaport HD+ on the Pi without clicks with ethernet disable this interface doesn't have inputs this is why (i think) it could work with USB 1.1 from its user manual specifications, part 5, page 11 : 1. Interface - USB spec version 1.1 - USB audio class spec

Re: [PD] PLEASE HELP !

2013-07-30 Thread Antoine Villeret
not *every kind* but thoses who are recognized by alsa... there is a list somewhere on the net and your question is more related to ALSA than to PD itself so you'll probably get more accurate answer on the ALSA list/forum -- do it yourself http://antoine.villeret.free.fr 2013/7/30 Luca Mani

Re: [PD] Syphon for Pd

2013-07-28 Thread Antoine Villeret
great news ! I saw a while ago some efforts to port Syphon under Linux, do you know if it's working now ? regards a -- do it yourself http://antoine.villeret.free.fr 2013/7/28 Mailing Lists li...@vade.info Hi Syphon for PD is up on Git now Just be sure you link against the latest GEM

Re: [PD] building Pd vanilla with mingw

2013-07-26 Thread Antoine Villeret
hi, i'm also trying to build Pd vanilla under Windows 7 with MinGW since yesterday I follow all the things on http://puredata.info/docs/developer/WindowsMinGW until You can now build Pd vanilla note that I cannot find the ASIOSDK2.2 but only the 2.3 on Steinberg website with a fresh git clone :

Re: [PD] building Pd vanilla with mingw

2013-07-26 Thread Antoine Villeret
2013/7/26 yvan volochine yvan...@gmail.com On 26/07/13 15:15, Antoine Villeret wrote: git reflog 5419183 HEAD@{0}: clone: from git:// pure-data.git.sourceforge.net/**gitroot/pure-data/pure-datahttp://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data maybe I cloned the wrong repos

[PD] pix_openni blocks pd gui

2013-07-26 Thread Antoine Villeret
hi, i'm working on pix_openni code and trying to figure out why pd is blocking 4 or 5 seconds when quitting after using [pix_openni] the gui stays alive and the command line shows watchdog: signaling pd... 4 or 5 times then the gui disappear how can I figure out what is blocking pd ? thanks a

[PD] git and svn links update was:Re: building Pd vanilla with mingw

2013-07-26 Thread Antoine Villeret
hi, i've updated http://puredata.info/docs/developer/GettingPdSource please double check I didn't make any mistake and that all links point to an up-to-date repo regards a -- do it yourself http://antoine.villeret.free.fr 2013/7/26 yvan volochine yvan...@gmail.com On 26/07/13 19:18, Antoine

Re: [PD] SIGPIPE on iemnet's tcpserver

2013-07-02 Thread Antoine Villeret
on tcp communication...) cheers antoine -- do it yourself http://antoine.villeret.free.fr 2013/7/2 Antoine Villeret antoine.ville...@gmail.com hi all, I got some crashes with iemnet's tcpserver gdb tells : [New Thread 0x7fffb9ffb700 (LWP 7828)] Program received signal SIGPIPE, Broken pipe

Re: [PD] compiling pix_opencv on debian (lmde)

2013-06-25 Thread Antoine Villeret
hello, it should be fixed now, i don't know from where the line 643 comes... but my gcc 4.6.3 doesn't complain for that thanks for reporting a -- do it yourself http://antoine.villeret.free.fr 2013/6/25 yvan volochine yvan...@gmail.com On 21/06/13 20:40, Antoine Villeret wrote: i've

Re: [PD] compiling pix_opencv on debian (lmde)

2013-06-21 Thread Antoine Villeret
hum strange i've made some change in the headers it should not depends on libcv-dev libhighgui-dev and libcvaux-dev anymore maybe this solve your problem too i've only tested with OpenCV 2.3.1 from packages ++ a -- do it yourself http://antoine.villeret.free.fr 2013/6/21 yvan volochine

Re: [PD] compiling pix_opencv on debian (lmde)

2013-06-20 Thread Antoine Villeret
thanks for this I just tested your patch with a fresh install of Ubuntu and it doesn't work pix_opencv still depends both on opencv 1.5 and 2.3 it's a shame but I'll fix this later the svn version works on ubuntu after installing legacy packages : sudo apt-get install libopencv-dev libcv-dev

Re: [PD] compiling pix_opencv on debian (lmde)

2013-06-20 Thread Antoine Villeret
2013/6/20 yvan volochine yvan...@gmail.com On 20/06/13 15:04, Antoine Villeret wrote: thanks for this I just tested your patch with a fresh install of Ubuntu and it doesn't work pix_opencv still depends both on opencv 1.5 and 2.3 it's a shame but I'll fix this later yep, I thought

Re: [PD] compiling pix_opencv on debian (lmde)

2013-06-19 Thread Antoine Villeret
hello, you shouldn't have to run configure script on debian/ubuntu just run make after installing the right package see README.txt pkg-config determines the Pd and Gem's path if it doesn't work this is due to an old version or a bad installation and I don't know an easier way to fix it than

Re: [PD] multiblob tracking in Gem while objects keep their IDs

2013-06-16 Thread Antoine Villeret
hi, pix_multiblob algorithm changes just after the 0.93.3 release in november 2011 Ricardo Fabbri made those changes so maybe he is the best person to help us figuring out where the bug is, if this is really a bug since the algorithm changed I'm not so surprised that the same patch with the same

Re: [PD] multiblob tracking in Gem while objects keep their IDs

2013-06-10 Thread Antoine Villeret
hi, it works on my machine (Ubuntu 64bit) with pd 0.44-extended-20130528 (Gem 93.3) and I can also confirm it works with latest pd vanilla and Gem 0.93.3 and it doesn't with the latest Gem from Git but I don't know why yet... + a -- do it yourself http://antoine.villeret.free.fr 2013/6/6 Max

Re: [PD] linux best for pd? / best linux for Pd? / On a Mac?

2013-06-02 Thread Antoine Villeret
hi all, I used Windows first when I was young, I switched to Mac OS for the Coreaudio performance and because Apple's laptop were the only I known to have a powered firewire plug. Now and since i'm using pd (I worked with MaxMSP before) I'm on Ubuntu. I'm quite satisfied except for the driver

Re: [PD] multiblob tracking in Gem while objects keep their IDs

2013-05-30 Thread Antoine Villeret
schrieb Antoine Villeret antoine.ville...@gmail.com: I have a strange behavior here, some cross appear in the middle of nowhere... but the blobs are keeping their ID well could you try again? I just changed the values of the settings. https://github.com/mxa/Bewegungsmelder

Re: [PD] how to kill all [shell]'s child before quitting Pd

2013-05-29 Thread Antoine Villeret
, if there is no ping during 1 second, the child kill itself so the main pd can quit safely king regards antoine -- do it yourself http://antoine.villeret.free.fr 2013/5/28 Jack j...@rybn.org Le 28/05/2013 20:14, Antoine Villeret a écrit : hi, I'm calling a new instance of Pd inside a Pd

[PD] how to kill all [shell]'s child before quitting Pd

2013-05-28 Thread Antoine Villeret
hi, I'm calling a new instance of Pd inside a Pd patch with [shell] but I notice I can't quit the main pd instance if a process is still running inside the [shell] the GUI hangs until the process ends (until I quit Pd) since the child pd is running without gui, 1) is it possible to exit a

Re: [PD] how to use the vlc plugin in GEM?

2013-05-06 Thread Antoine Villeret
hi, you should select the VLC driver with the [driver vlc( message, then use the message [device $1( to open something (a file, a stream...) but note 1 : $1 in device message should be a full path like the one you enter in VLC (ex : file://home/me/mavideo.avi or udp://@232.0.1.1:8200) 2 : vlc

Re: [PD] How to set up OpenCv in pd (Windows)

2013-05-05 Thread Antoine Villeret
hello, unfortunately I never built pix_opencv on Windows (but I do on Mac OS X and Linux) and I've no plan do to that because 1) I know anything about Windows platform and 2) I don't have such a computer I hope this is ready to build on Windows but I'm not sure... but you are welcome to share

Re: [PD] UA-25 on RPI

2013-05-04 Thread Antoine Villeret
Hi dan, Did you try to disable Ethernet turbo or to disable Ethernet at all as describe on linuxaudio.org [1] ? it gives me good result with ESI sound card (UGM-6, see my post on the list from Thursday). Cheers a [1] http://wiki.linuxaudio.org/wiki/raspberrypi -- do it yourself

Re: [PD] UA-25 on RPI

2013-05-04 Thread Antoine Villeret
:31 PM, Antoine Villeret antoine.ville...@gmail.com wrote: Hi dan, Did you try to disable Ethernet turbo or to disable Ethernet at all as describe on linuxaudio.org [1] ? it gives me good result with ESI sound card (UGM-6, see my post on the list from Thursday). Cheers a [1] http

Re: [PD] ESI Gigaport HD+ on RPI

2013-05-02 Thread Antoine Villeret
it to work at all with dwc_otg.speed=1 I've updated the Wiki page cheers a -- do it yourself http://antoine.villeret.free.fr 2013/4/28 Antoine Villeret antoine.ville...@gmail.com hi, thanks for feedback I bought yesterday a Gigaport HD+ I hope it will work at least on my Ubuntu laptop

Re: [PD] ESI Gigaport HD+ on RPI

2013-05-02 Thread Antoine Villeret
it yourself http://antoine.villeret.free.fr 2013/5/2 Julian Brooks jbee...@gmail.com Cool - did the gigaport work straight off/recognised at boot/lsusb etc? On 2 May 2013 16:20, Antoine Villeret antoine.ville...@gmail.com wrote: Hi, I got an ESI Gigaport HD+ to work on the RPi 8 outputs at 48kHz

Re: [PD] ESI Gigaport HD+ on RPI

2013-05-02 Thread Antoine Villeret
for the info. When I have more time I'll have another go with the HD. On 2 May 2013 16:33, Antoine Villeret antoine.ville...@gmail.com wrote: it makes the Pi to reboot when you plug it in, maybe it's due to my power supply but after rebooting it works straight off lsusb -d 2573: -vvv Bus 001

Re: [PD] ESI Gigaport HD+ on RPI

2013-04-28 Thread Antoine Villeret
(if it were just one of us perhaps it could have been a fluke). cheers M On Sat, Apr 27, 2013 at 11:18:06AM +0200, Antoine Villeret wrote: hi all, someone added the ESI Gigaport HD+ as a not working sound card few days ago on http://puredata.info/docs/raspberry-pi I'm quite

[PD] ESI Gigaport HD+ on RPI

2013-04-27 Thread Antoine Villeret
hi all, someone added the ESI Gigaport HD+ as a not working sound card few days ago on http://puredata.info/docs/raspberry-pi I'm quite surprised because this sound card is USB Audio Class 1 compliant and USB spec version 1.1 compliant and also fully compatible to USB 2.0 host controllers

[PD] [ANN] RPi osc video player

2013-04-24 Thread Antoine Villeret
hi all, i've just start an OSC video player on the RPi for now, it's just an embryo, it plays a demo video file defined in the code, it's a proof of concept : it can work but it needs some work for now the only feature implemented is the 4 corners perspective correction (intended to be used with

Re: [PD] pix_multiblob and tracking multiple objects

2013-04-18 Thread Antoine Villeret
? Are there examples around? Also, could you please explain me better what do you mean with adaptive background subtraction method? Thank you for your time :) francesco 2013/4/17 Antoine Villeret antoine.ville...@gmail.com hi, the segmentation method (how you extract what is your interest

Re: [PD] pix_multiblob and tracking multiple objects

2013-04-18 Thread Antoine Villeret
how to use morphological filters to clear up the noise in the image? Are there examples around? Also, could you please explain me better what do you mean with adaptive background subtraction method? Thank you for your time :) francesco 2013/4/17 Antoine Villeret antoine.ville...@gmail.com

Re: [PD] pix_multiblob and tracking multiple objects

2013-04-18 Thread Antoine Villeret
is that you can't find a way to change the order of the filtering. I'm not sure that's something you'll find you actually need though to improve the result of the blob tracking. Just my $.02. -John On Thu, Apr 18, 2013 at 8:42 AM, Antoine Villeret antoine.ville...@gmail.com wrote: i tried CCV

Re: [PD] pix_multiblob and tracking multiple objects

2013-04-18 Thread Antoine Villeret
On Thu, Apr 18, 2013 at 9:23 AM, Antoine Villeret antoine.ville...@gmail.com wrote: how is it possible to use several cameras, correct perspective on each, make a big picture with blending and then tracking on that big picture with CCV ? this have been done with Pd and pix_opencv

Re: [PD] pix_multiblob and tracking multiple objects

2013-04-17 Thread Antoine Villeret
hi, the segmentation method (how you extract what is your interest from the rest of the image) is very critical in video tracking background subtraction is a basic way to extract blob and it works only in certain conditions of light (if you want to track something outdoor, you should use an

Re: [PD] using kinect in ubuntu 12.04 and pd-extended 0.43.4

2013-03-20 Thread Antoine Villeret
Hi, don't forget to blacklist gspca module, your Kinect will be mounted as a generic video camera in /dev/video* instead here is some good tuto : http://blog.jozilla.net/2012/03/29/getting-up-and-running-with-the-kinect-in-ubuntu-12-04/ http://mitchtech.net/ubuntu-kinect-openni-primesense/ and

Re: [PD] GEM FPS

2013-03-20 Thread Antoine Villeret
yep something like attached you may need to filter the output + a -- do it yourself http://antoine.villeret.free.fr 2013/3/20 Pagano, Patrick p...@digitalworlds.ufl.edu Is there a way to tell how many FPS GEM is performing at? pp ___

Re: [PD] [GEM] pix_write numbering

2013-03-19 Thread Antoine Villeret
Hi, I totally agree with you Fero, I experienced the same difficulty to use images written with pix_write in pix_multiimage. I made a script to rename the files. But it could good to have an option like 'pix_write_naming_style' in pix_multiimage which can make both working together, isn't it ?

[PD] pix_share_write error

2013-03-19 Thread Antoine Villeret
hi, i'm experiencing some strange behavior with pix_share_write/read sometimes i get this error when setting pix_share_write : couldn't get shm_id: error 0 but i couldn't reproduce this, it seems it happens when a patch with pix_share_write crashes (due to errors in a V4L2 device) after

Re: [PD] crude pd interface for omxplayer/Rpi

2013-03-16 Thread Antoine Villeret
Hi, thanks for sharing, it works but still with the audio crack when launching and quitting omxplayer but this is an omxplayer's issue... cheers a -- do it yourself http://antoine.villeret.free.fr 2013/3/7 batinste dwanaf...@yahoo.fr Hi list Looking for a way to control video playback on

Re: [PD] PMPD on RPi

2013-03-11 Thread Antoine Villeret
hi, i've build it yesterday evening, i didn't fully test I can send it to you this afternoon cheers a -- do it yourself http://antoine.villeret.free.fr 2013/3/10 Cyrille Henry c...@chnry.net Le 10/03/2013 20:12, Julian Brooks a écrit : Hi all, Does anyone have a copy of the most

Re: [PD] Announcing PdParty

2013-03-09 Thread Antoine Villeret
hi Dan, thanks for that, and please count me in ! a. -- do it yourself http://antoine.villeret.free.fr 2013/3/8 Dafydd Hughes dafyd...@gmail.com Hi Dan - yeah, me too! It looks great. On Fri, Mar 8, 2013 at 10:44 AM, Mikael Fernström mikael.fernst...@ul.iewrote: Dan, I'm also

Re: [PD] Gem with Intel HD 4000 F/MSAA

2013-03-06 Thread Antoine Villeret
hi, I think it depends on the driver. I heard it doesn't work on Ubuntu 12.04 with crapy intel driver (and unfortunately this is not the only issue on Linux with Intel cards). + a -- do it yourself http://antoine.villeret.free.fr 2013/3/6 pured...@11h11.com Is it possible to use

Re: [PD] Saving camera dialog

2013-03-05 Thread Antoine Villeret
hi, All camera settings should be available through [pix_video] it self without dialog. Try sending [enumProps( and [pix_video] should send all readable and writeable properties. Cheers a -- do it yourself http://antoine.villeret.free.fr 2013/3/3 Alexandros Drymonitis adr...@gmail.com With

Re: [PD] Saving camera dialog

2013-03-05 Thread Antoine Villeret
in, without the gui? On Tue, Mar 5, 2013 at 11:19 AM, Antoine Villeret antoine.ville...@gmail.com wrote: hi, All camera settings should be available through [pix_video] it self without dialog. Try sending [enumProps( and [pix_video] should send all readable and writeable properties

Re: [PD] Hercules Muse Pocker LT / Raspberry Pi

2013-03-05 Thread Antoine Villeret
thanks for the feedback ;-) -- do it yourself http://antoine.villeret.free.fr 2013/3/5 Alexandre Saunier saunier.alexan...@yahoo.com Hi everyone, I've been testing the Hercules Muse Pocket LT usb sound device on a Rasberry Pi (wheezy). In short: - I got it to output six channels with pd

Re: [PD] wireless audio from Pd to PA system

2013-03-01 Thread Antoine Villeret
Hello, every cheap systems I've tested to send data (video or sound) wireless don't work when the emitter moves to have a robust connection with a professional sound quality, you should use a professional emitter like Shure UR1 with appropriate receiver. Those can be found in any good audio hire.

Re: [PD] wireless audio from Pd to PA system (katja)

2013-03-01 Thread Antoine Villeret
hello, those are good for what they have been designed for and it depends on what you mean by exellent sound quality I've made few tests on those few years ago and the bandwidth could be good enough to transmit guitar/bass signal but nothing else for me + a -- do it yourself

Re: [PD] wireless audio from Pd to PA system (katja)

2013-03-01 Thread Antoine Villeret
, 2013 at 11:41 AM, Antoine Villeret antoine.ville...@gmail.com wrote: hello, those are good for what they have been designed for and it depends on what you mean by exellent sound quality I've made few tests on those few years ago and the bandwidth could be good enough to transmit guitar

Re: [PD] Pd on the RPi with multiple audio out

2013-03-01 Thread Antoine Villeret
2013/3/1 Charles Goyard c...@fsck.fr Hi, Antoine Villeret wrote: hi, the ESI UDJ6 USB sound card works on the raspberry pi with pd and alsa driver. I have 6 channels @ 44,1 kHz and 48 kHz in 24 bit depth Blocksize of 64 samples and 9 ms of latency no click when playing wav file

[PD] RPi Video player was : Re: RPi - GEM openGL

2013-02-17 Thread Antoine Villeret
several RPi in a frame accurate way. Cheers -- do it yourself http://antoine.villeret.free.fr 2013/2/16 Simon Wise simonzw...@gmail.com On 16/02/13 20:16, Antoine Villeret wrote: hello, if by from within PD you mean triggering omxplayer from pd you can do that either by using [shell] like

Re: [PD] RPi - GEM openGL

2013-02-16 Thread Antoine Villeret
hello, if by from within PD you mean triggering omxplayer from pd you can do that either by using [shell] like Simon explained or by using pdsend and pdreceive, this could be done remotely, here is an how to : http://antoine.villeret.free.fr/?p=600 cheers a -- do it yourself

Re: [PD] off topic but can be usefull casparcg beta with osc support

2013-02-11 Thread Antoine Villeret
nice, i'm looking for the same thing running on RPi... -- do it yourself http://antoine.villeret.free.fr 2013/2/11 Py Fave pyf...@gmail.com a nice open source video playback server . last version supports osc . i am sure this can be useful for some people here

Re: [PD] Raspberry Pi : DSP on the GPU ? (WAS : Message from the boss of Raspberry Pi Foundation !)

2013-02-09 Thread Antoine Villeret
hi, the only realtime audio tool which use GPU I knew is the one from LiquidSonic http://www.liquidsonics.com it uses CUDA to compute reverb with convolution This is the only application I found when I was interested in 3 years ago for my master thesis but it was the very first steps of CUDA,

Re: [PD] pix_opencv_blobtracker output

2013-02-08 Thread Antoine Villeret
hi, pix_opnecv repos on my github is outdated ! i used it before having SVN access it is still there because there is one object (patreco for pattern recgnition) which is not yet port to the main repo it's kind of ARToolkit but the code is ugly... it's on my todo list... the uptodate repos is

Re: [PD] pix_opencv_blobtracker output

2013-02-07 Thread Antoine Villeret
hello, i think you mean pix_opencv_blobtrack (without er) ? by the way, it's output follow the iem matrix standard : nb of row (=nb of blob) nb cols (6) followed for each blob by : ID x y width heigh state (valid or not) i've just push an update of help patch feedbacks are welcome :-) i'm

Re: [PD] [rpi] X11 forwarding woes

2013-01-28 Thread Antoine Villeret
hi, strange, X11 forwarding works fine for me on Raspbian which distro are you using ? + a -- do it yourself http://antoine.villeret.free.fr 2013/1/28 Charles Goyard c...@fsck.fr Hi list, just starting using pd on the rpi. It works well, but there's something strange with X11 forwarding.

Re: [PD] gpio on the raspberry pi from within pd ?

2013-01-25 Thread Antoine Villeret
hi all, i made a small program which uses GPIO to scan a keypad matrix and send OSC data to pd it depends on liblo and libbcm2835 it's very specific to my project but could help someone... code is here : https://github.com/avilleret/pianophone cheers a -- do it yourself

Re: [PD] GEM - camera lens correction or camera calibration

2013-01-08 Thread Antoine Villeret
hi, don't hesitate to ask here if you need help to use pix_opencv_calibration i don't know anybody using it except cyille and me and perhaps the help file is not clear enought it would be a good test :-) cheers a PS : don't forget to check the other new cool features of pix_opencv ;-) -- do

Re: [PD] libPd PdDroidParty comport ?

2013-01-07 Thread Antoine Villeret
hi, if you can't see console output, you can log the comport output for [ports( message into a file with [textfile] and then open it hope this helps a -- do it yourself http://antoine.villeret.free.fr 2013/1/7 Maurin Donneaud maurin@gmail.com I m familiar with the PD comport object but

Re: [PD] Creating a line in Gem

2012-12-18 Thread Antoine Villeret
hi, just to notice, I used to use [GEMglBegin] - [GEMglVertex2d] - [GEMglVertex2d] - [GEMglEnd] structure to draw line directly on screen the first GEMglVertex2d is the starting point, the second the end point in conjunction with [gemlist] you can draw line with an arbitrary number of segments

Re: [PD] 2 triggers to turn on 1 trigger?

2012-12-13 Thread Antoine Villeret
use logical and [] and [t b f] see attachment + a -- do it yourself http://antoine.villeret.free.fr http://drii.ensad.fr -- Google lit ce mail... si vous refusez cela, utilisez l'adresse antoine.villeret [at] free.fr pour me contacter 2012/12/13 Sebastian Valenzuela svalenzuelamu...@gmail.com:

Re: [PD] pd~ gem

2012-11-21 Thread Antoine Villeret
hi, yes you can i'm doing that for a video server in which each cam is processed in a separate pd~ to optimize core loading i'm using pix_share* to exchange data with main patch (but this is not whithout problem...) + a -- do it yourself http://antoine.villeret.free.fr http://drii.ensad.fr --

Re: [PD] [PD-announce] share-mem lib

2012-11-02 Thread Antoine Villeret
nice work thanks guys, maybe you can add a [declare -path ..] to all examples patches so that they will work just after the make ++ a -- do it yourself http://antoine.villeret.free.fr http://drii.ensad.fr -- Google lit ce mail... si vous refusez cela, utilisez l'adresse antoine.villeret [at]

Re: [PD] mrpeach/binfile under Ubuntu 12.04

2012-10-05 Thread Antoine Villeret
hello, i just manage to build it by hands in two steps : $ gcc -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W -Wno-unused -Wno-parentheses -Wno-switch -g -DLINUX -I/home/antoine/pd/pd/src -o binfile.pd_linux binfile.o $ gcc -Wl,--export-dynamic -shared -o

Re: [PD] Few steps further on analog synth emulation on RPi

2012-09-18 Thread Antoine Villeret
-data/src $ autoconf-bash: autoconf: command not found where is autoconf? m On Sun, Sep 16, 2012 at 6:38 PM, Antoine Villeret antoine.ville...@gmail.com wrote: hi all, here is an up-to-date tutorial to make an analog synth with a Raspberry Pi and pd : 1. installing raspbian on a SD card

[PD] Few steps further on analog synth emulation on RPi

2012-09-16 Thread Antoine Villeret
hi all, here is an up-to-date tutorial to make an analog synth with a Raspberry Pi and pd : 1. installing raspbian on a SD card see instruction : http://www.raspbian.org/ http://elinux.org/RPi_Easy_SD_Card_Setup connect a keyboard, a mouse, an HDMI screen and an ethernet cable with DHCP (to get

Re: [PD] another user experience with raspberry pi

2012-09-14 Thread Antoine Villeret
hi, did you start pd with alsa ? we choose alsa with the gui then save the settings yesterday sorry, we forgot to mention that if it still doesn't work you can check this : http://elinux.org/R-Pi_Troubleshooting#Sound to make sure sound is working outside pd cheers antoine -- do it yourself

Re: [PD] sdtout converts symbol with space to list

2012-02-08 Thread Antoine Villeret
hi guys, Thanks for your tips. Finally the workaround i choosed is to not use [stdout]... In fact i need to get and set properties of a [pix_video] embedded in a [pd~] and I was forwarding pix_video outlet to the main patch through [stdout] which leads to disaster with symbols with space...

Re: [PD] playing a RTSP video stream in GEM (and getting it to work)

2011-08-18 Thread Antoine Villeret
Hi, you should also consider using pdgst and it's pix_gst2pix external it works well on Ubuntu 10.04, it should on Mac OS X but I don't know for Windows it might be a good occasion to test it ! + a. Message: 2 Date: Thu, 18 Aug 2011 10:39:44 +0200 From: matteo sisti sette

[PD] RE : problem with pdgst

2011-06-16 Thread Antoine Villeret
hi, gnomevfssrc works fine for me with photojpeg stream i just need to do : [location=location= http://discontrol:discontrol@192.168.1.21/cgi-bin/cmd/system?GET_STREAM( | [gnomevfssrc] | [jpegdec] | [ffmpegcolorspace] | [pix_gst2gem] do you have the same error on all locations ? i'm using

[PD] pdgst capsfilter ?

2011-06-13 Thread Antoine Villeret
hello, does anyone know how to set caps filter with pdgst ? for me, the patch tests/capstest.pd doesn't work, the object [audio/x-raw rate=22500] can't be created i'm on Ubuntu 10.04, pdgst svn rev. 877 best antoine ___ Pd-list@iem.at mailing list

[PD] pdgst mime type

2011-06-11 Thread Antoine Villeret
hi, i'm trying to buid an image server and want to stream the result in a local network via RTSP here is my pipeline that works on command line : # sender : gst-launch -tv v4l2src \ ! videorate ! videoscale method=1 \ ! video/x-raw-yuv,width=640,height=480,framerate=\(fraction\)24/1 \ !

  1   2   >