[PD] Gem compiled without FONT-support

2013-07-27 Thread Alexandros Drymonitis
I've compiled Pd-0.44.3 on Ubuntu 12.04 and compiled the Gem library as well. Thought all was good (ok, I have some issues with the camera and a couple of other stuff, but it's not of my interest at this point), but when I opened a patch I made some time ago I got this error: [text2d]: Gem has

Re: [PD] Reverse Kickstarter Update

2013-07-27 Thread João Pais
Hi, nice work. I just tested it on windows xp sp3, and it works. At some other point I can test it on w7, and ubuntu. Some remarks, though, in case it interests you - or shold they be sent to someone else? - when patching, I could open/close an object to text edit it by using ctrl-return. This

Re: [PD] Gem compiled without FONT-support

2013-07-27 Thread IOhannes m zmölnig
On 07/27/13 08:09, Alexandros Drymonitis wrote: I've compiled Pd-0.44.3 on Ubuntu 12.04 and compiled the Gem library as well. Thought all was good (ok, I have some issues with the camera and a couple of other stuff, but it's not of my interest at this point), but when I opened a patch I made

Re: [PD] Raspberry Pi Behringer UCA222 boot problems

2013-07-27 Thread John Canning
Hi Dan, I have done some more hunting around and on the Pd FrontPage site it says that my Behringer soundcard has been proven to work with the Raspberry Pi with reduced USB speed and I have found some posts that say they have it running in full duplex. What I get is something like this when I

Re: [PD] Gem compiled without FONT-support

2013-07-27 Thread Alexandros Drymonitis
I've installed the ftgl-dev package and recompiled Gem, but now I get this error: [text2d]: cannot find font-file '/home/alexandros/Dropbox/pd_patches/H1N1/video/vera.ttf' I just downloaded vera.ttf, but where should it be so that Pd can see it? For now it's in the Downloads directory. On Sat,

Re: [PD] Gem compiled without FONT-support

2013-07-27 Thread Cyrille Henry
put the ttf file in a place pd will look at it : in the search patch, or directly in the patch folder. but since the error is that the file /home/alexandros/Dropbox/pd_patches/H1N1/video/vera.ttf can not be found, putting vera.ttf in /home/alexandros/Dropbox/pd_patches/H1N1/video/ will

Re: [PD] Gem compiled without FONT-support

2013-07-27 Thread Alexandros Drymonitis
I put it in the extra directory and it works. Thanks. On Sat, Jul 27, 2013 at 2:28 PM, Cyrille Henry c...@chnry.net wrote: put the ttf file in a place pd will look at it : in the search patch, or directly in the patch folder. but since the error is that the file

Re: [PD] l2ork: SSSAD loads but doesn't save presets

2013-07-27 Thread András Murányi
Just an update with a happy ending: it turned out that rc-patches was still in the search path and it indirectly involved an incompatible version of sssad. Removing it from the path fixed the problem. Thanks for the tips, they definitely helped me understand what to look for. András On Mon, Jun

Re: [PD] Raspberry Pi Behringer UCA222 boot problems

2013-07-27 Thread Martin Peach
Maybe your power supply can't handle the load? 2 Amps regulated 5V is good, 1 Amp might not do it. Martin On 2013-07-27 05:51, John Canning wrote: Hi Dan, I have done some more hunting around and on the Pd FrontPage site it says that my Behringer soundcard has been proven to work with the

Re: [PD] Building Pd App on OSX

2013-07-27 Thread Dan Wilcox
Wee. You're lucky I just did a bunch of low level library compiling stuff on OSX/iOS for OpenFrameworks ... On Jul 27, 2013, at 5:51 AM, pd-list-requ...@iem.at wrote: From: Jonathan Wilkes jancs...@yahoo.com Subject: Re: [PD] Building Pd App on OSX Date: July 27, 2013 1:34:11 AM EDT To:

Re: [PD] l2ork: SSSAD loads but doesn't save presets

2013-07-27 Thread Dan Wilcox
Yeah, I have an old version of SSAD. I'm slowly rewriting everything to rely on rjlib, so eventually I'll remove it. On Jul 27, 2013, at 10:36 AM, pd-list-requ...@iem.at wrote: From: András Murányi muran...@gmail.com Subject: Re: [PD] l2ork: SSSAD loads but doesn't save presets Date: July

Re: [PD] Reverse Kickstarter Update

2013-07-27 Thread rolfm
hi jonathan, on my windows 7 the sound works both with standard and ASIO; tested with the Pd audio test. rolf ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Raspberry Pi Behringer UCA222 boot problems

2013-07-27 Thread Pagano, Patrick
I tried too, no luck with sound blaster USB dongles btw Sent from my iPhone On Jul 26, 2013, at 6:03 PM, Dan Wilcox danomat...@gmail.commailto:danomat...@gmail.com wrote: Simply put, the RPI firmware does not work with USB audio correctly yet. See this thread:

[PD] polygate~, demux~ mux~, mtx_*~

2013-07-27 Thread puredata
hi, i need to route 1 to x x to 1 audio signal. demux~ (demultiplex~ on pd-extended) and mux~ are doing exactly that, but when switching using a number box = glitch. polygate~ have a fade option that avoid this glitch but there's no couterpart (like unpolygate~) and finally mtx_*~ on

Re: [PD] polygate~, demux~ mux~, mtx_*~

2013-07-27 Thread Alexandros Drymonitis
[mtx_*~] is part of the iemmatrix library. On Pd-extended on my mac I also can't create [mtx_*~], but [mtx_mul~] using [import iemmatrix]. I think [mtx_mul~] should be deprecated, but it works on Pd-extended-0.43 (I think, the latest version from puredata.info). On my Linux I have Pd-0.44.3

Re: [PD] polygate~, demux~ mux~, mtx_*~

2013-07-27 Thread João Pais
I would advise using mtx_mul~ instead of that. Also, I did an abstraction called matrixctrl some weeks ago that works just like its max/msp counterpart. Can't search for a link now, but you should be able to find it easily in the list archives. 2013/7/28 pured...@11h11.com hi, i need to

Re: [PD] Raspberry Pi Behringer UCA222 boot problems

2013-07-27 Thread John Canning
Hi Martin, I thought about this but since the Pi boots with the soundcard plugged in at USB 2 speed I reckon that this is not the issue. That said, I am using an iPhone charger that only outputs 1 amp. I will try it with another one as soon as I can but that won't be for a few days at least. I'll

Re: [PD] Raspberry Pi Behringer UCA222 boot problems

2013-07-27 Thread John Canning
@Pagano, Patrick Grim!! That was the next one I was about to try Have you guys seen this http://createdigitalmusic.com/2013/07/roll-your-own-looper-cheap-raspberry-pi-pd-korg-monotron-hands-on/ Its at least a proof of concept but he has given no information about what hardware he has used.

Re: [PD] Syphon for Pd

2013-07-27 Thread Mailing Lists
Hi Syphon for PD is up on Git now Just be sure you link against the latest GEM when compiling. This external needs some love from GEM folks, if anyone is interested to help support it and build out features. Its certainly bare bones for now, but recently I've gotten some interest from folks