Re: [PD] [PD-announce] pd 0.45-0 released

2013-08-27 Thread J Oliver
it happens consistently in os x 10.7.5. 1) create a number box. 2a) If it is selected and I try to delete the 5 in width it deletes the number box. 2b) If it is not selected, it won't even delete the 5 in width. J On Aug 27, 2013, at 10:53 PM, Miller Puckette wrote: Aha - I can make this

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread J Oliver
When testing the text and data structures example, when clicking on the 0 message, Pd freezes in OSX 10.7.5. With -sterr it doesn't freeze but it prints: type: 0 print: list a b c d

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread J Oliver
, 2013, at 10:35 AM, J Oliver wrote: When testing the text and data structures example, when clicking on the 0 message, Pd freezes in OSX 10.7.5. With -sterr it doesn't freeze but it prints: type: 0 print: list a b c d

Re: [PD] How to reduce CPU use on unused subpatches-abstracts?

2013-08-05 Thread J Oliver
Hi Mario, There is a thread somewhere about connections vs. s/r throw/catch, don't have time right now to search for it, but I'm sure it is there. If I remember correctly the overhead is not that big and you don't want to be connecting all that stuff by hand. In any case, there are other

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

2013-07-24 Thread J Oliver
Hi Dan, I am Cc'ing the list, which is really your best resource. I haven't output variable voltages from the pi, but I am sure a lot of people have experience with this... best, J On Jul 24, 2013, at 4:39 AM, Dan Nigrin wrote: Hi Jaime, Saw this post of yours from back in April re:

[PD] tabread4 interpolation

2013-07-22 Thread J Oliver
Hi all, Where can I find the code for tabread4? Does someone have any lights on how this interpolation is implemented? best, J ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] tabread4 interpolation

2013-07-22 Thread J Oliver
thanks! J On Jul 22, 2013, at 12:06 PM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-07-22 11:47, J Oliver wrote: Hi all, Where can I find the code for tabread4? Does someone have any lights on how this interpolation is implemented? $ cd src/git

Re: [PD] tabread4 interpolation

2013-07-22 Thread J Oliver
Right! I remember it now, so: a Lagrange interpolator J On Jul 22, 2013, at 12:40 PM, Claude Heiland-Allen wrote: On 22/07/13 10:47, J Oliver wrote: Where can I find the code for tabread4? Does someone have any lights on how this interpolation is implemented? See also this (quite long

Re: [PD] how to install and use GPIO external

2013-06-19 Thread J Oliver
On Jun 19, 2013, at 7:07 PM, Josh Downing wrote: click enable 1, open 1, and then output 0. ok. No error messages but where should I expect to see the high/low state of GPIO 17? it should come out of the object into a number box or toggle as far as I can remember... put a number box in the

Re: [PD] external: method to convert t_atom to c string.

2013-05-19 Thread J Oliver
the function prototype has to be as in: void testtext_path(t_testtext *x, t_symbol *s, int argc, t_atom *argv). cheers Miller On Sun, May 19, 2013 at 10:47:20PM -0500, J Oliver wrote: Hello all, I need to create a textfile from inside an external and I need to give the computer a path

[PD] template external library

2013-04-29 Thread J Oliver
Hi all, Just a note that at least in OSX 10.7.5 The following links are different http://puredata.info/downloads/template (doesn't work) https://puredata.info/docs/developer/MakefileTemplate (works) The first one is therefore a bit problematic... best,

[PD] pdp_sdl on Raspberry Pi Fullscreen from Console (No X Win) Initial Findings / Working (Kind of)

2013-04-12 Thread J Oliver
Hi Mark, Did you make any progress running pdp on the pi? best, J ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

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

2013-04-11 Thread J Oliver
Miller Puckette wrote: I think either I or a grad student (we'll see) will be writing a Pd extern to do this efficiently -- for the moment it would be possible with a Python script (using netsend/netreceive in Pd) but having an extern would be more lightweight and probably more robust. Hi

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

2013-04-11 Thread J Oliver
Hi Julian, All,I think I've figured out the [gpio] external. It works fine, but there there is no documentation, however, the .c file is not very complicated.The test-gpio.pd file is not very good as documentation, so I am attaching adraft help file.The argument of [gpio] is the pin number.The

Re: [PD] Control a USB fan from Pd

2013-04-09 Thread J Oliver
not controllable at all. but may be that there are more intelligent devices out there which i haven't seen yet. Link to a product you are talking about? Am 09.04.2013 um 07:48 schrieb J Oliver jaime.oliv...@gmail.com: Hello everyone, Would anyone know how to control a USB fan from Pd? best

Re: [PD] Control a USB fan from Pd

2013-04-09 Thread J Oliver
Thanks, (CC the list) best, J On Apr 9, 2013, at 11:03 AM, Bastiaan van den Berg wrote: On Tue, Apr 9, 2013 at 4:41 PM, J Oliver jaime.oliv...@gmail.com wrote: I'd rather avoid the soldering route if possible, so I was just wondering if people have had experience controlling the voltage

Re: [PD] Control a USB fan from Pd

2013-04-09 Thread J Oliver
On Apr 9, 2013, at 10:33 PM, Patrice Colet wrote: Output voltage of a USB port is _always_ 5VDC it can be modulated with zero voltage, like PWM This sounds promising. I'll give this a try tomorrow on a RaspberryPi:

[PD] Control a USB fan from Pd

2013-04-08 Thread J Oliver
Hello everyone, Would anyone know how to control a USB fan from Pd? best, Jaime ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pix_record file size limit

2013-03-19 Thread J Oliver
what is codec 23? [codeclist( will enumerate the codecs installed on your system. the ID might change between systems. raw RGB uncompressed. cannot get a filesize bigger than 4294967295 bytes or 4.29 GB. The files by looks like a 4GB file size limitiation. probably a bug in

Re: [PD] [GEM] pix_record .mov files and codecs

2013-03-18 Thread J Oliver
That's great, just not documented in the help file. It actually tells you it will be printed int he console: Inlet 1: codeclist: enumerate a list of available codecs to the pd-console There is no description for what outlet 3 does either... Attached is a modified helpfile in case it is useful.

Re: [PD] Retrieve overwritten audio from [writesf~]?

2013-03-01 Thread J Oliver
Well, I guess this sort of thing has happened to almost everyone on this list. Is there anyway we can get a warning just like the one we get when we close an unsaved patch? or to close a file being recorded when closing a patch? Are these valid feature requests? J On Mar 1, 2013, at 9:33

Re: [PD] The third Japanese Pd-Book will be released on Feb.4.2013

2013-01-23 Thread J Oliver
Congratulations! J On Jan 17, 2013, at 3:23 AM, Seiichiro MATSUMURA wrote: Hi Chikashi, Congratulations! I also really look forward this new Pd book. I hope that both of our Japanese Pd books (your dictionary type book and my introductory book for newbies published an year ago) and my

Re: [PD] the next PdCon in...

2013-01-15 Thread J Oliver
first week of October 2013 Is this the week starting on Oct 7th? J ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Webcam recommendations (linux/osx)

2012-12-20 Thread J Oliver
- USB cam like PSEye or logitech (don't remember equivalent model to PSEye but it exists) : pros : could have good image quality, framerate and resolution, cons : cable lenght limitation, mostly fixed lens and sometimes fixed focus I'd be interested in hearing about this logitech equivalent.

Re: [PD] firewire is dead?

2012-11-27 Thread J Oliver
Hi Miller, Is this with the test tone patch? for the record i compared the on board intel card of the linux machine, the result is quite impressive, i don't think it can get any better: I have also gotten the HDA way lower than 20 ms in ubuntu 12.04...! best, J

Re: [PD] firewire is dead?

2012-11-26 Thread J Oliver
Hi Max, Is it possible for you to test this same card in linux? J On Nov 26, 2012, at 9:25 AM, Max wrote: I got a new Fireface UCX, updated drivers and did a fresh test (replacement for the first one which didn't work). It has three modes: Firewire, USB and USB in Class Compliant (Plug

[PD] pix_external alias

2012-11-19 Thread J Oliver
Hi everyone, I've noticed that when compiling pix_externals in the extra folder it creates an alias for pix_external.pd_darwin (or _linux if that is the case). Therefore this file cannot be put in a folder inside a project and declared with [declare -path]. Does GEM create such a file? and

Re: [PD] compiling externals for osx i5/i7

2012-11-03 Thread J Oliver
Have you tried Hans' library template? https://puredata.info/docs/developer/LibraryTemplate/ J On Nov 3, 2012, at 7:31 PM, Rich E wrote: Don't you want to compile universal binaries (-arch i386 -arch x86_64)? That way you only need one set. On Sat, Nov 3, 2012 at 7:49 PM, Miller

Re: [PD] Getting Sihouette from GEM/pidip

2012-10-14 Thread J Oliver
a simple threshold test, and get whatever is higher than the threshold to be white and the rest black and then go on from there... ? J [1] Here's a cheap way: https://vimeo.com/2939528 From: J Oliver [jaime.oliv...@gmail.com] Sent: Friday, October 12, 2012 2:59 PM To: Pagano, Patrick Cc: pd

Re: [PD] Getting Sihouette from GEM/pidip

2012-10-12 Thread J Oliver
I guess the trickiest part is not necessarily the software, but what the dancers are doing/wearing, the stability of your lighting conditions, the size of the space you're in, background noise, tracking strategy, and so on. On the software side I guess (if I am getting you correctly) that you

Re: [PD] compiling external in linux

2012-10-08 Thread J Oliver
This is a great solution! J On Oct 4, 2012, at 2:00 PM, Hans-Christoph Steiner wrote: Looks like you are using a very old Makefile. I highly recommend using the Library Template. Its well tested, easy to use, very cross-platform, and even decently documented:

Re: [PD] Translating Puckette Lectures into Spanish

2012-10-07 Thread J Oliver
Indeed! Not all details are solved yet, but we can work in parallel or document the process for replication. J On Oct 7, 2012, at 12:28 PM, Alexandre Torres Porres wrote: Hi, I assume you'll create some subtitles file formats or something, right? If so, I'd like to help and to the same

Re: [PD] [text3d] video subtitling in Pd

2012-10-07 Thread J Oliver
Indeed pd 0.42-5. One of my old versions. thanks! J *** Jaime Oliver www.jaimeoliver.pe jo2...@columbia.edu Columbia University On Oct 7, 2012, at 3:57 AM, IOhannes m zmölnig wrote: On 10/07/2012 06:51 AM, J Oliver wrote: that's a bit weirder and might well be a bug in Gem

Re: [PD] Translating Puckette Lectures into Spanish

2012-10-06 Thread J Oliver
awesome work lately. By when do you want to have this done? On Fri, Oct 5, 2012 at 7:44 PM, J Oliver jaime.oliv...@gmail.com wrote: Hard to say if I should write this one in spanish or english, but... I am working with New Blankets and escuelab.org in Peru, on translating and subtitling

Re: [PD] [text3d] video subtitling in Pd

2012-10-06 Thread J Oliver
, but the output is what matters... Ed Gemnotes-0.2: Live music notation for Pure Data, now with dynamics! http://sharktracks.co.uk/ From: J Oliver jaime.oliv...@gmail.com To: PD list pd-list@iem.at Sent: Saturday, 6 October 2012, 0:54 Subject: [PD] [text3d

[PD] Translating Puckette Lectures into Spanish

2012-10-05 Thread J Oliver
Hard to say if I should write this one in spanish or english, but... I am working with New Blankets and escuelab.org in Peru, on translating and subtitling Miller's 171 lectures [1] into spanish. After quite some time working on lecture one, which is almost done, I realize that it would really

[PD] [text3d] video subtitling in Pd

2012-10-05 Thread J Oliver
Dear all, I was working on a subtitling patch for videos, however, I encountered two problems to which I hope there is a solution, as solving them would make it work. Hard to say if this is a Pd problem or text3d problem or both. PROBLEM 1: commas cannot be written in [text3d] Since

Re: [PD] Pd, Gem and Mac OS 10.8

2012-09-26 Thread J Oliver
Did you compile it or run it? I have also run it and it is fine... J *** Jaime Oliver www.jaimeoliver.pe jo2...@columbia.edu Columbia University On Sep 26, 2012, at 9:18 PM, Max wrote: I dared to try this and it seems to run just fine, even Gem does. Just wanted to report

Re: [PD] [GEM] compiling with ImageMagick

2012-09-25 Thread J Oliver
libmagickwand-dev did it though... $ sudo apt-get build-dep gem This is what I was hoping for though... thanks! J masdr IOhannes ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

[PD] [GEM] cheap 4+ displays ?

2012-09-15 Thread J Oliver
Hi all, I am looking for a cheap 4 display system in linux. I stumbled upon this one: http://www.newegg.com/Product/Product.aspx?Item=N82E16814162100 Has anyone successfully used this? Other cheap options? best, J ___ Pd-list@iem.at mailing list

[PD] binaural encoder

2012-09-11 Thread J Oliver
Hello list, I have been trying out [earplug~] and the resulting sounds are not great. There is a great loss in amplitude and a spectral transformation caused by the filter that boosts bass and hinders mid and high frequencies. Any of you know of other options for binaural encoding? best, J

Re: [PD] best way of controlling 50 speakers with pd?

2012-08-31 Thread J Oliver
expensive is a problem. I have only used madi cards for such a long number of speakers, but then you need some way of getting analog outs to the speakers... J *** Jaime Oliver www.jaimeoliver.pe jo2...@columbia.edu Columbia University On Aug 31, 2012, at 11:58 AM, umberto

Re: [PD] [PD-dev] Adding support for return inside comments

2012-08-03 Thread J Oliver
Well how about if hitting ctrl+5 while writing a comment creates a new comment immediately below the one you are currently writing in, just like you do with ctrl+1and objects? J *** Jaime Oliver www.jaimeoliver.pe jo2...@columbia.edu Columbia University On Aug 3, 2012, at 9:31

[PD] [OT] Latency?

2012-07-27 Thread J Oliver
10ms is around the human-ear latency, so anything at that level or below should be good enough for guitar/drumming Hi all, I did some research on this some time ago. You could check: The perception of cross-modal simultaneity by DJ Levitin, 2000 and Musical Effects of Latency by

Re: [PD] [PD-announce] Call for Projects: 4th Ircam Musical Research Residency

2012-07-17 Thread J Oliver
Hey Julien, I will go this year (12-13) in may, and I use Pure Data. I know Ben Hackbarth used Csound, so it is platform free as far as I can tell. Best, J *** Jaime Oliver www.jaimeoliver.pe jo2...@columbia.edu Columbia University On Jul 16, 2012, at 8:43 AM, APO33 wrote:

[PD] [GEM] Re: question about contours and Pure Data?

2012-06-18 Thread J Oliver
Hey Mick, I'm copying the list as you might get interesting responses... in fact I am looking for a contour transform in PD. I come from Matlab image processing and I am confortable with the Image Processing form of approaching images, treating them like matrices, and applying Hit Or Miss

Re: [PD] PS3eye macam pix_video duplicate frames

2012-05-14 Thread J Oliver
I can confirm this behavior with same driver, same gem, latest pd and OS 10.7. This is not the case in Fedora with gspca_ov534 driver from kaswy. best, J On May 3, 2012, at 10:46 PM, William Brent wrote: Hi list, I've been banging my head against a wall trying to understand why I'm

Re: [PD] pix_pointer from pix_colortrack-help.pd

2012-05-01 Thread J Oliver
Hi Hans, did you get the help file from here?: http://www.jaimeoliver.pe/archives/645 I don't see pix_pointer there. It is an old object I stopped using. In any case, it is only used to graph the output of pix_colortrack. let me know if you need anything else... best, J ***

Re: [PD] PhD Defense / Acknowledgement to the Pd-list

2012-04-23 Thread J Oliver
hope it went well! J *** Jaime Oliver www.jaimeoliver.pe jo2...@columbia.edu Columbia University On Apr 20, 2012, at 12:15 PM, Jim Hickcox wrote: Good luck with the defense! On Fri, Apr 20, 2012 at 9:55 AM, Hans-Christoph Steiner h...@at.or.at wrote: Congratulations on

Re: [PD] [GEM] pix_external, OS X 10.7

2012-04-15 Thread J Oliver
...@columbia.edu Columbia University On Apr 15, 2012, at 3:22 PM, IOhannes m zmölnig wrote: On 04/15/12 00:38, J Oliver wrote: are you sure that Gem is loaded before you try to load pix_example? Yes. Another Gem built in a 10.6 machine that works well otherwise. Pd reports loading it as usual

Re: [PD] [GEM] pix_external, OS X 10.7

2012-04-15 Thread J Oliver
of Pd... J *** Jaime Oliver www.jaimeoliver.pe jo2...@columbia.edu Columbia University On Apr 15, 2012, at 3:22 PM, IOhannes m zmölnig wrote: On 04/15/12 00:38, J Oliver wrote: are you sure that Gem is loaded before you try to load pix_example? Yes. Another Gem built

Re: [PD] [GEM] pix_external, OS X 10.7

2012-04-15 Thread J Oliver
On Apr 15, 2012, at 5:52 PM, IOhannes m zmölnig wrote: this is true. but there never has been a public API until Gem-0.93. for 0.93, i changed the Gem-API a bit, in order to make it hopefully more stable in the future... Well, thanks for that and look forward to further developments on that

Re: [PD] [GEM] pix_external, OS X 10.7

2012-04-14 Thread J Oliver
Hi all, I am building a new external in /extra. I am calling it pix_example. I am running OS X 10.7, using Pd-0.43-2 and latest GEM from git. I am: 1) running autogen.sh 2) ./configure 3) running make inside the /extra/pix_example folder - the pix_example external builds fine. - I load Pd

Re: [PD] [GEM] pix_external, OS X 10.7

2012-04-14 Thread J Oliver
Hi all hi jaime Hi IOhannes, 2) ./configure --enable-fat-binary=i386 Again it built ok, but now I got: /Users/joliver/Gem/extra/pix_example/pix_example.pd_darwin: dlopen(/Users/joliver/Gem/extra/pix_example/pix_example.pd_darwin, 10): Symbol not found: __ZN9CPPExternaSERKS_