Re: [PD] [pix_writer] help patch/documentation

2012-03-20 Thread Antonio Roberts
The current stable version of Gem doesn't have [pix_writer] help file, but the latest development release does. I don't know if Pd Extended will ship with the development version of Gem so I'll file a bit against it On 20 March 2012 13:50, Hans-Christoph Steiner wrote: > > A missing help patch is

Re: [PD] OSC strings and Pd symbols

2012-03-20 Thread Martin Peach
So I just committed a new [unpackOSC] to svn. I don't really have a sure way of generating UTF-8 in Pd so someone with a non-US keyboard will have to test it. I can do things like the accented e and mu but serious symbols end up as something like /u123 if I try to paste them into Pd. Martin O

Re: [PD] Puredata.js ?

2012-03-20 Thread José Luis Santorcuato Tapia
Hi ...time ago there was a program called Lily with identical syntax as Pd, the project was abandoned, ran online ... still is. Transmits osc ... http://www.lilyapp.org/ Best José El 20 de marzo de 2012 15:34, Max escribió: > Hi List, > > i just found this nifty dataflow in a browser, may it i

[PD] Puredata.js ?

2012-03-20 Thread Max
Hi List, i just found this nifty dataflow in a browser, may it inspire a puredata.js: http://idflood.github.com/ThreeNodes.js/public/index.html#example/particle1.json m. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://list

Re: [PD] [PD-dev] Filter design for iPhone

2012-03-20 Thread Joe White
Hi Ed, I just tested your filtertest_list patch in RjDj and it worked exactly as expected. As Rich suggested maybe you're using an outdated version of libpd? If Frank's around I'm sure he would know for certain but if I remember rightly the [u_lowpass] / [u_beequad] combination is not really desi

Re: [PD] [PD-dev] Filter design for iPhone

2012-03-20 Thread Rich E
What do you mean by break, crashes? If yes, what version of libpd are you using? Up until about a month ago, floating point exceptions (such as NAN) would crash libpd, whereas pd-vanilla ignores them. Peter B. recently added a commit that changed this: https://github.com/libpd/libpd/commit/27c8

Re: [PD] libdirs and search-plugin

2012-03-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-03-20 15:32, IOhannes m zmoelnig wrote: > On 2012-03-20 14:48, Hans-Christoph Steiner wrote: >> I did a quick test, I just added a blank Gem-meta.pd file to Gem in >> Pd-extended. It did not seem to prevent Gem from loading, either using >>

Re: [PD] libdirs and search-plugin

2012-03-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-03-20 14:48, Hans-Christoph Steiner wrote: > I did a quick test, I just added a blank Gem-meta.pd file to Gem in > Pd-extended. It did not seem to prevent Gem from loading, either using > [import Gem] and "pd -noprefs" or just the default lo

Re: [PD] pdlua + Gem-any examples/tips?

2012-03-20 Thread Claude Heiland-Allen
Hi, On 19/03/12 19:25, ALAN BROOKER wrote: can I ask where did you get the frag shader from? I wrote it. Thanks all, Claude ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] [pix_writer] help patch/documentation

2012-03-20 Thread Hans-Christoph Steiner
A missing help patch is a bug. If it is not included in Gem at all, then please file it with Gem. If Gem has it, but Pd-extended's Gem does not, please file the bug with Pd-extended. .hc On Mar 20, 2012, at 6:21 AM, Antonio Roberts wrote: > In PD extended 0.43 I [pix_writer] appears to have

Re: [PD] Change font size for Tk menus

2012-03-20 Thread Hans-Christoph Steiner
That is the Tk generic way, as far as I know. .hc On Mar 20, 2012, at 4:15 AM, Lorenzo Sutton wrote: > Ok thanks I'll look into that. I wonder if a more generic way exists for Tk, > in similar fashion to gtk for example. > > Lorenzo. > On 19/03/12 19:30, Hans-Christoph Steiner wrote: >> Check

Re: [PD] libdirs and search-plugin

2012-03-20 Thread Hans-Christoph Steiner
On Mar 20, 2012, at 3:41 AM, IOhannes m zmoelnig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2012-03-19 21:03, Hans-Christoph Steiner wrote: >> >> Yes, in scripts/ in pure-data SVN. You're best bet for getting Gem to >> accept the meta files is to submit them to the pd-gem

Re: [PD] libdirs and search-plugin

2012-03-20 Thread Hans-Christoph Steiner
You need to use $menufont as the font, otherwise its small. Checkout pd-gui.tcl. One way to do that is to make your menu have one of the existing Tk classes, like HelpBrowser or DialogWindow. .hc On Mar 19, 2012, at 10:31 PM, Jonathan Wilkes wrote: > Well, I got it working with vanilla. >

Re: [PD] OSC strings and Pd symbols

2012-03-20 Thread Martin Peach
Hi Roman, I'll look into implementing that. I don't see what harm it could do. Martin On 2012-03-20 04:58, Roman Haefeli wrote: Hey Martin Do you have an opinion on this? Would it do any harm if [packOSC] and [unpackOSC] would allow UTF-8 in strings? Roman On Tue, 2012-03-13 at 11:08 +0100

Re: [PD] Reading a specific image from [pix_buffer] and saving it using [pix_write]

2012-03-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-03-20 12:21, Antonio Roberts wrote: > I've been attempting to build on the stop-motion animation patch that > guido built some time ago (attached). I want to output each new frame > to an image but there's one problem: [pix_write] reads what is

Re: [PD] how to compile pdlua in svn ?

2012-03-20 Thread Jack
Le 19/03/2012 16:17, Martin Peach a écrit : Hi Jack, -->cd trunk/externals -->make loaders-pdlua or --#make loaders-pdlua_install will put everything in externals/build. Martin On 2012-03-19 10:29, Jack wrote: Hello, I would like to compile lua in the the pd svn : trunk/externals/loaders/pdl

[PD] Reading a specific image from [pix_buffer] and saving it using [pix_write]

2012-03-20 Thread Antonio Roberts
I've been attempting to build on the stop-motion animation patch that guido built some time ago (attached). I want to output each new frame to an image but there's one problem: [pix_write] reads what is currently in the frame buffer, which could be one of the old pictures. Is there any way to make

[PD] [pix_writer] help patch/documentation

2012-03-20 Thread Antonio Roberts
In PD extended 0.43 I [pix_writer] appears to have no help patch and I can't find any documentation on its usage. A possible bug? Antonio -- anto...@hellocatfood.com http://www.hellocatfood.com ___

Re: [PD] OSC strings and Pd symbols

2012-03-20 Thread Roman Haefeli
Hey Martin Do you have an opinion on this? Would it do any harm if [packOSC] and [unpackOSC] would allow UTF-8 in strings? Roman On Tue, 2012-03-13 at 11:08 +0100, Roman Haefeli wrote: > Hi all > > Nowadays, Pd supports UTF-8 and it's possible to type non-ASCII > characters into a symbol box (

Re: [PD] Change font size for Tk menus

2012-03-20 Thread Lorenzo Sutton
On 19/03/12 19:30, Hans-Christoph Steiner wrote: Check out the GUI plugins for 0.43. You'll want to use the Tk command 'options'. With that you can target very specific GUI elements and apply styles to them. Ok thanks I'll look into that. I wonder if a more generic way exists for Tk, in simi

Re: [PD] libdirs and search-plugin

2012-03-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-03-19 21:03, Hans-Christoph Steiner wrote: > > Yes, in scripts/ in pure-data SVN. You're best bet for getting Gem to accept > the meta files is to submit them to the pd-gem tracker. For this release of > Pd-extended 0.43, Gem is already im