[PD] fixes for two memory leaks

2013-03-05 Thread Ivica Ico Bukvic
Miller, Hans, et al, I am forwarding you two patches that are memory leaks in pd. Pd vanilla is affected only by one of them, while pd-extended has both (second is magicGlass that Hans ported from pd-l2ork and that I just figured out a couple days ago). Since code bases are now fairly apart on

[PD] Gem with Intel HD 4000 F/MSAA

2013-03-05 Thread puredata
Is it possible to use anti-aliasing with an Intel HD 4000? http://communities.intel.com/thread/31912 Intel graphics built into the last two generations support MSAA I tried to send MSAA 1 || 2 || 4 || 8 = not working. I think Gem only support FSAA? ___

Re: [PD] [PD-announce] Club Inegales London, Tuesday 5th, also streamed

2013-03-05 Thread Epic Jefferson
i'd like to hear it, what time? On Sat, Mar 2, 2013 at 6:14 PM, Ed Kelly wrote: > If anyone is in the area...or not... > > I'll be playing with my new live audio manipulation tools at a gig in > Euston, London this Tuesday 5th of March. > Some serious Pd reassemblage will happen in the music, s

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 > 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 but the sound quality

[PD] Hercules Muse Pocker LT / Raspberry Pi

2013-03-05 Thread Alexandre Saunier
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 but the sound quality is really poor (no matter what the audiobuffer, blocksize... are) - I then slowed down the usb (dwc_otg.speed=1). I

Re: [PD] Saving camera dialog

2013-03-05 Thread Alexandros Drymonitis
Hmm, I do have the latest version but I guess I didn't check the help patch thoroughly...which is there to give insight. I'm sorry, should have checked better. The [device $1( did it eventually. Thanks a lot. On Tue, Mar 5, 2013 at 3:44 PM, Antoine Villeret wrote: > ha, > > which version of Gem

Re: [PD] Saving camera dialog

2013-03-05 Thread Antoine Villeret
ha, which version of Gem do you have ? here is the latest help patch for pix_video, take a look at [enumerate( with which you will have the list of available devices and driver then [device $1( may help to choose the right one and then [enumProps( to get its properties and [set(, [get( and other

Re: [PD] Saving camera dialog

2013-03-05 Thread Alexandros Drymonitis
Don't really get it. I'm sending [enumProps( to [pix_video], but if I do that before anything else I get the following error message: [pix_video]: cannot enumerate properties without a valid video-device If I set the desired camera via [dialog( I get nothing... What I wanna do is use a PS3 eye came

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

2013-03-05 Thread Charles Goyard
Hi, see if netjack fills the bill : Netjack is a Realtime Audio Transport over a generic IP Network. It is fully integrated into JACK. When you transport Audio Signals over a Network, you will always have the problem, that two Computers are bound to two different Sample Clocks. The other Ne

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

2013-03-05 Thread Roman Haefeli
On Die, 2013-03-05 at 00:41 +0100, katja wrote: > I learned about 'ad hoc networks', where computers can be paired via > Wifi and talk to each other directly, without a router. Never knew > about this before. What a cool option that is. Considering that in a wireless network only one device can ta

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 > With midi or audio y