Re: [PD] Video problems using GEM

2014-04-17 Thread John Harrison
I wonder if it would work better if you ran 2 Pd instances, loaded the pics in one and ran the movie in the other, then shared the pics to the movie instance with [pix_share_read] and [pix_share_write]? On Thu, Apr 17, 2014 at 10:51 AM, Claire O'Connor wrote: > Hi Chris, > > Thanks for your hel

Re: [PD] GEM noobie: I don't understand this glsl thing... but I need it!

2013-09-09 Thread John Harrison
ExtendedViewToolkit does photo stitching. Maybe it does what you want or can give you some ideas: http://puredata.info/Members/Weitsicht/extended-view-toolkit/ On Mon, Sep 9, 2013 at 4:21 PM, Dan Wilcox wrote: > glsl is the open gl shader language ... basically a simple C-like language > for

Re: [PD] Gem create many cubes

2013-08-02 Thread John Harrison
use [separator] to use absolute instead of relative positions. On Fri, Aug 2, 2013 at 3:40 PM, wrote: > Wow, thank you very much! I still have a problem or two. > > I create a [coll] that looks like this: > 1, -4 -4 -1.2926 0.776471 0.878431 0.156863; > 2, -3.88759 -4 -0.8304 0.984314 1 0.050980

Re: [PD] Gem create many cubes

2013-08-02 Thread John Harrison
Here's an example I made of color using [gemlist] by hacking up the [gemlist] help patch. I think this is the method Dan was talking about. Hopefully it helps illustrate the idea... -John On Fri, Aug 2, 2013 at 4:57 AM, Alexandros Drymonitis wrote: > There's a recursion tutorial by Claude Heilan

Re: [PD] pmpd // call for English translation help

2013-06-01 Thread John Harrison
pd help files:) Julian ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list .

Re: [PD] pix_multiblob and tracking multiple objects

2013-04-18 Thread John Harrison
, > make a big picture with blending and then tracking on that big picture with > CCV ? > this have been done with Pd and pix_opencv and works great (at least if > you're not using a cheap V4L2 cam with buggy drivers) > > -- > do it yourself > http://antoine.villeret.free

Re: [PD] pix_multiblob and tracking multiple objects

2013-04-18 Thread John Harrison
moreover, i can't find an easy way to tune the processing chain > pd is more flexible but, i agree, could be harder > > -- > do it yourself > http://antoine.villeret.free.fr > > > 2013/4/18 John Harrison > >> I'm not totally clear on the big pictur

Re: [PD] pix_multiblob and tracking multiple objects

2013-04-18 Thread John Harrison
I'm not totally clear on the big picture here but it could be you might save yourself a lot of time and effort doing your blob tracking with Community Core Vision (CCV) then sending the blob data to Pd through OSC. After initially doing my blob tracking in Pd only (which did work), I switched to th

Re: [PD] gemlist into gemframebuffer?

2013-03-23 Thread John Harrison
e gpointer that I am missing? On Sat, Mar 23, 2013 at 2:16 PM, John Harrison wrote: > Solved it by making a loop instead of using gemlist. Sorry for the noise. > See attached for a demo of the solution if you are curious or if you might > have a better/alternative solution. > > -John

Re: [PD] gemlist into gemframebuffer?

2013-03-23 Thread John Harrison
Solved it by making a loop instead of using gemlist. Sorry for the noise. See attached for a demo of the solution if you are curious or if you might have a better/alternative solution. -John On Sat, Mar 23, 2013 at 11:47 AM, John Harrison wrote: > I have about 100 spheres I generate wit

[PD] gemlist into gemframebuffer?

2013-03-23 Thread John Harrison
I have about 100 spheres I generate with a gemlist which currently display into a gem window. I'd like to instead put them into a gemframebuffer. Is there a way to do this? It seems that gemlist is hardcoded to display in the window? I can think of workarounds i.e. make 100 abstractions of my spher

Re: [PD] Gem and audio pause/clicks

2013-03-16 Thread John Harrison
Based on what you said, one solution would be to run 2 Pd instances. Have one only generate the audio. Manipulate it using the 2nd patch (the one you will directly manipulate) using netsend/netreceive. This works especially well if your CPU has more than one core. It could be [pd~] could address yo

Re: [PD] [PD-announce] netpd 2.1

2013-03-10 Thread John Harrison
t pd-annou...@iem.at http://lists.puredata.info/listinfo/pd-announce -- John Harrison http://johnharrison.cc ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] pmpd2d, pmpd3d

2013-02-23 Thread John Harrison
.info/docs/faq/debian On Sat, Feb 23, 2013 at 9:00 AM, John Harrison wrote: > I'm curious the status of pmpd2d and pmpd3d as I do not see them in > Pd-extended 0.43.4. I'm also wondering if there is something I haven't > found yet to create results using pmpd2d to mimic

[PD] pmpd2d, pmpd3d

2013-02-23 Thread John Harrison
I'm curious the status of pmpd2d and pmpd3d as I do not see them in Pd-extended 0.43.4. I'm also wondering if there is something I haven't found yet to create results using pmpd2d to mimic things like iLine2D. I see examples like 58_pmpd2d_sand.pd (also not included in Pd-extended 0.43.4) which is

Re: [PD] pidip

2013-02-06 Thread John Harrison
I thought there was an earlier version of PiDiP which was and could be included with Pd-extended because it was released under an acceptable/compatible license? On Wed, Feb 6, 2013 at 9:39 AM, Hans-Christoph Steiner wrote: > > Just be aware that pidip is not free software because it has clauses i

Re: [PD] pix_motionblur + rotateXYZ

2012-12-15 Thread John Harrison
I think the issue might be that [pix_motionblur] works with images, not textures. Therefore you need to change your rotated texture into an image, then blur that. I modified your patch to do this. See if it does what you want (attached). -John On Sat, Dec 15, 2012 at 2:16 AM, Charles Goyard wrot

Re: [PD] Installing externals on ubuntu 12.4 omap

2012-09-11 Thread John Harrison
Not directly related to the problem but...I just want to throw out there that I've spent way too much time trying to get netsend~/netreceive~ to work robustly and they just don't. I'd highly recommend you look for another external as I'm unaware of anybody using netsend~/netreceive~ with any consis

Re: [PD] Pure Data/Arduino course webpage

2012-05-17 Thread John Harrison
Please steal freely. This is all public domain. Thanks for the tips on making them work on OSX. -John On Thu, May 17, 2012 at 4:07 PM, Max wrote: > > Am 14.05.2012 um 14:32 schrieb John Harrison: > > One thing I wrote as an example for the students in the class was a > colo

[PD] Pure Data/Arduino course webpage

2012-05-14 Thread John Harrison
it's not: http://cratel.wichita.edu/blogs/ee577aspring2012/forum2/code-group3/pd-patches-forum4/2-color-trackers-thread16/ -John -- John Harrison http://alumni.media.mit.edu/~harrison ___ Pd-list@iem.at ma

Re: [PD] [GEM] PS3eye in Ubuntu 12.04?

2012-05-14 Thread John Harrison
NSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list -- John Harrison http://alumni.media.mit.edu/~harrison ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.pu

Re: [PD] variable receive objects?

2012-05-13 Thread John Harrison
I thought [send13] and [receive13] from the ext13 library were for settable send and receive? Or am I misunderstanding the question? I've used those 2 objects a lot and thought they seemed pretty stable... -John On Sun, May 13, 2012 at 11:29 AM, Jonathan Wilkes wrote: > Does anyone have a demo

Re: [PD] trying to track down a bug: Pd-extended 0.43-1 beta on Oneric 32 bit

2012-04-30 Thread John Harrison
> > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >> On 2012-04-16 20:44, John Harrison wrote: > >>> Sorry for the delay on this. I downloaded today's binary build of > >>> Pd-extended for Ubuntu 11.10 32 bit, then ran Pd-exten

Re: [PD] trying to track down a bug: Pd-extended 0.43-1 beta on Oneric 32 bit

2012-04-16 Thread John Harrison
12:39 PM, IOhannes m zmoelnig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2012-04-05 17:35, John Harrison wrote: > > Today's build still fails with same test: > > > > [New Thread 0x1defb70 (LWP 19910)] > > [New Thread 0x2c86b70 (LWP 19911

Re: [PD] trying to track down a bug: Pd-extended 0.43-1 beta on Oneric 32 bit

2012-04-05 Thread John Harrison
(gdb) watchdog: signaling pd... On Wed, Apr 4, 2012 at 8:53 AM, Hans-Christoph Steiner wrote: > > On Apr 4, 2012, at 8:09 AM, IOhannes m zmoelnig wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 2012-04-04 14:06, John Harrison wrote: >

Re: [PD] trying to track down a bug: Pd-extended 0.43-1 beta on Oneric 32 bit

2012-04-04 Thread John Harrison
I'll see if I can figure all that out and test this weekend... I assume with git log it will be obvious what commit I need to cherry-pick. -John On Wed, Apr 4, 2012 at 2:08 AM, IOhannes m zmoelnig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2012-04-04 03:25, Hans-Christoph S

Re: [PD] trying to track down a bug: Pd-extended 0.43-1 beta on Oneric 32 bit

2012-04-03 Thread John Harrison
thread and is again attached to this email. -John On Tue, Apr 3, 2012 at 2:16 PM, Hans-Christoph Steiner wrote: > > What's test99.pd? Is this a new crash with today's build? > > .hc > > On Apr 3, 2012, at 3:03 PM, John Harrison wrote: > > Today's build (Apri

Re: [PD] trying to track down a bug: Pd-extended 0.43-1 beta on Oneric 32 bit

2012-04-03 Thread John Harrison
ass.c: No such file or directory. in m_class.c (gdb) watchdog: signaling pd... On Mon, Apr 2, 2012 at 9:53 AM, Hans-Christoph Steiner wrote: > > On Apr 2, 2012, at 3:32 AM, IOhannes m zmoelnig wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On

[PD] trying to track down a bug: Pd-extended 0.43-1 beta on Oneric 32 bit

2012-03-29 Thread John Harrison
I've been trying to track down a seg fault I keep getting and I'm still not sure if the problem is Gem or Pd-extended or what. This is the latest pd-extended 0.43.1 Beta CVS March 29 (today) running on Oneric 32 but. I have simplified my patch to a point it doesn't make sense anymore but I can sti

Re: [PD] Pd extended 0.43-1 nightly missing tk dependency on ubuntu 11.10 (Oneiric)

2012-02-14 Thread John Harrison
oute. -John On Tue, Feb 14, 2012 at 3:57 PM, Roman Haefeli wrote: > On Tue, 2012-02-14 at 15:11 -0600, John Harrison wrote: > > Then that would be the case for all stock Oneirics. I think it should be > > depends. This will be confusing for novice users, such as those using

Re: [PD] Pd extended 0.43-1 nightly missing tk dependency on ubuntu 11.10 (Oneiric)

2012-02-14 Thread John Harrison
tk8.5 is a > Recommends: rather than a Depends:. Its not Depends: because you can > actually run Pd -nogui without tk8.5. > > .hc > > On Feb 14, 2012, at 12:08 AM, John Harrison wrote: > > The problem still exists in today's nightly build (Feb 13, 2012). I just > inst

Re: [PD] Pd extended 0.43-1 nightly missing tk dependency on ubuntu 11.10 (Oneiric)

2012-02-13 Thread John Harrison
eforge.net/viewvc/pure-data?view=revision&revision=15956 > > .hc > > On Feb 7, 2012, at 3:06 PM, John Harrison wrote: > > > Pd extended 0.43-1 nightly gives "sh: wish: not found" error and won't > run until tk is loaded. > > > > > > _

Re: [PD] wiimote report

2012-02-10 Thread John Harrison
Yes I had similar problems and switching to [disis_wiimote] fixed all the crashes. OT: is any of L2Ork going to be merged into Pd/PdX at some point? Seems like there are some good improvements going on there, for example unlimited undo. -John On Fri, Feb 10, 2012 at 9:39 AM, Ivica Ico Bukvic wr

[PD] Pd extended 0.43-1 nightly missing tk dependency on ubuntu 11.10 (Oneiric)

2012-02-07 Thread John Harrison
Pd extended 0.43-1 nightly gives "sh: wish: not found" error and won't run until tk is loaded. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] pd-extended 0.42-5 zexy <~, >~, !=~, ==~ not working (win32, linux)

2012-01-29 Thread John Harrison
I've tried to create zexy's <~, >~, !=~, ==~ objects in 0.42-5 for both win32 and linux and they do not create successfully on either platform. Am I doing something silly? If not, is there a workaround for 0.42-5? ___ Pd-list@iem.at mailing list UNSUBSCR

Re: [PD] No loadbang in dynamically created objects

2011-08-20 Thread John Harrison
This is expected behavior and has been discussed on the list several times. You can send loadbang as a message to the abstraction or use initbang. Sent from my cell... On Aug 20, 2011 12:46 PM, "brandon zeeb" wrote: > > Hey dudes, > > I'm on 0.43-0 vanilla and just noticed that [loadbang] bangs a

Re: [PD] Desktop Screen Capture

2011-08-07 Thread John Harrison
iling list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list -- John Harrison http://alumni.media.mit.edu/~harrison ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Extended version for Natty AMD64?

2011-07-03 Thread John Harrison
I used 64 bit from lucid on my natty machine. I think I had to use gem from the repos but otherwise it works fine. Sent from my cell... On Jul 3, 2011 10:57 AM, "Mario Mey" wrote: > Hello, everybody. Is there any build for Natty AMD64 of the Extended > version? For the moment, I don't want to com

Re: [PD] getting pix_blobtracker to work

2011-04-11 Thread John Harrison
The issue of mtx_* not creating on PdX and how to solve has come up on this list several times now so you might check the archives. Yes mtx_* is an abbreviation for mtx_mul. pix_blobtracker works well for me in PdX --- just used it on a project last week. IOhannes mentioned it on the list just

Re: [PD] udp broadcasting with netsend: permission denied in Linux

2011-03-31 Thread John Harrison
Can you say more about disis netsend vs netsend? Btw I've been using netsend and netreceive to broadcast through a network on linux without problems for years. My guess is you have a firewall up... ...sent from my cell On Mar 31, 2011 11:11 AM, "Ivica Ico Bukvic" wrote: > Use disis_netsend/netre

Re: [PD] Dynamic patching with audio - review

2011-03-16 Thread John Harrison
al work to keep track of > which streams have been activated or cleared to avoid clips or > feedback... but it works in practice to give any to any dynamic > patching so you can have modular synths being gracefully repatched > at runtime. > > a. > > > > On Tue, 15 Mar 2

Re: [PD] Dynamic patching with audio - review

2011-03-15 Thread John Harrison
Not that I am necessarily recommending it but, Csound will allow you to instantiate multiple instances of objects at runtime. I did this with Csound awhile ago and haven't touched Csound since but the general idea was create all your instruments to accept parameters and store input/output conne

[PD] memento crashing in Pdextended 0.42-5 Ubuntu 10.10

2011-03-14 Thread John Harrison
Memento crashes Pdextended 0.42-5 on Ubuntu 10.10. Steps to reproduce: - open 5-tut.pd (in /usr/lib/pd-extended/extra/memento/manual) - try to interact with the patch/tutorial in any way as instructed in the patch I got pool as a binary from here: http://g.org/ext/beta/linux/pd/ -- John __

Re: [PD] How do I squeeze more performance out of Gem?

2011-03-09 Thread John Harrison
future. In any case, thanks for all the help! -John On Wed, Mar 9, 2011 at 1:55 PM, cyrille henry wrote: > with lighting on, things did not really change with the model or display > list, but rendering sphere is 2 time slower. > > here is the sphere. > > Cyrille > > Le

Re: [PD] How do I squeeze more performance out of Gem?

2011-03-09 Thread John Harrison
with the display list. > > it really is strange that the sphere is the fastest on your computer. > > Cyrille > > > Le 09/03/2011 19:08, John Harrison a écrit : > >> Using Cyrille's test patch for speed which he sent into the list a week or >> so ago, I tried cr

Re: [PD] How do I squeeze more performance out of Gem?

2011-03-09 Thread John Harrison
lot of > memory on GPUs now so 200 models of a sphere won't take up that much. > > On Wed, Mar 9, 2011 at 10:32 AM, John Harrison > wrote: > >> >> >>>> On Wed, Mar 9, 2011 at 1:59 AM, cyrille henry >>> c...@chnry.net>> wrote: >>&g

Re: [PD] How do I squeeze more performance out of Gem?

2011-03-09 Thread John Harrison
> >> On Wed, Mar 9, 2011 at 1:59 AM, cyrille henry > c...@chnry.net>> wrote: >> >>hello, >> >>- try using a display list to render a sphere, so that every point >> don't have to be send for every sphere. >>see exemple 09.openGL/02.displaylist >>you can also use a model with a sphere

Re: [PD] How do I squeeze more performance out of Gem?

2011-03-09 Thread John Harrison
at a good fps. > So far my mileage is varying! :-) Thanks for the help. I guess I'll try the model next. -John > > Cyrille > > Le 09/03/2011 02:16, John Harrison a écrit : > >> I'm working with a high-powered machine but I'm running into a bottleneck >

[PD] How do I squeeze more performance out of Gem?

2011-03-08 Thread John Harrison
I'm working with a high-powered machine but I'm running into a bottleneck with Gem. I'm running at 20fps and at times was intending to have as many as 200+ lines and spheres on a 1024x768 screen. At around 60 lines/spheres I'm already at 50% CPU. I know the problem is Gem because if I stop renderin

Re: [PD] starting [pd~] causes: tcl: /usr/lib/bin/pd.tk: can't open script

2011-03-08 Thread John Harrison
between them continues to be a fine solution for me. -John On Mon, Mar 7, 2011 at 8:05 AM, Husk 00 wrote: > On Mon, Mar 7, 2011 at 2:04 PM, John Harrison > wrote: > > When I send [start( to [pd~] I get "tcl: /usr/lib/bin/pd.tk: can't open > > script" in the com

[PD] starting [pd~] causes: tcl: /usr/lib/bin/pd.tk: can't open script

2011-03-07 Thread John Harrison
When I send [start( to [pd~] I get "tcl: /usr/lib/bin/pd.tk: can't open script" in the command window. since /usr/lib/bin/pd.tk didn't exist I tried ln -s /usr/lib/pd-extended/bin/pd.tk /usr/lib/bin/pd.tk still no go. I had also been getting other variations of file not found for watchdog and pd-

Re: [PD] loadbang not sent for dynamically created objects?

2011-02-19 Thread John Harrison
llo, >> >> yes, this is known. >> you have to explicitly send the loadbang, like in this patch, using your >> exemple. >> (don't know about initbang, i don't use it) >> c >> >> >> Le 19/02/2011 20:33, John Harrison a écrit : >> >

[PD] loadbang not sent for dynamically created objects?

2011-02-19 Thread John Harrison
is it correct behavior that loadbang will not be called when it is part of a dynamically created object? See attached. If you load test-do, it will create an instance of test when you click on the message. Test should print loadbang and initbang, but it only prints initbang. -- John #N canvas 8

Re: [PD] tracking multiblob with constant ID

2011-02-18 Thread John Harrison
I remember looking into pix_blobtracker but I don't remember why I didn't use it. In any case, I wrote a Pd abstraction last weekend which I called nearest-neighbor which I think might do the same thing: it looks for the shortest euclidean distances between blobs of the current frame with blobs of

Re: [PD] pd-kinect-skeleton

2011-02-04 Thread John Harrison
This is great! To get it working I had to download OSCeleton: https://github.com/Sensebloom/OSCeleton which you don't mention in the README I also had to change the udpreceive in your patch to socket 7110. Ubuntu 10.10 Pd-extended 0.42-5 -John On 02/04/2011 08:24 AM, Hans-Christoph Steiner wr

Re: [PD] Fwd: Re: wiimote crashes with moderate cpu load and/or heavy USB transfer

2011-01-28 Thread John Harrison
-- Subject: Re: [PD] wiimote crashes with moderate cpu load and/or heavy USB transfer From: Ivica Ico Bukvic To: John Harrison CC: Try disis_wiimote from the L2ork software page which uses threaded implementation and is dsp-safe even when sending cues back to wiimote (which other

[PD] wiimote crashes with moderate cpu load and/or heavy USB transfer

2011-01-26 Thread John Harrison
I haven't had a chance to do a lot of testing on this yet, but it appears that [wiimote] crashes intermittently when there is moderate CPU load on the system...or...it could also be related to heavy USB usage from other devices (2 cameras). In any case, I thought I'd see if this is a known problem

Re: [PD] Pd-extended and Firefox

2011-01-16 Thread John Harrison
using JACK is the best way to go in terms of performance and low latency. If you don't care about latency in Pd and don't want to muck with settings, you can just do: aoss pd -oss and everything will cooperate together, with something like a 200ms latency in Pd. Previously I tried using JAC

Re: [PD] libraries in Pd-extended 0.43

2010-12-14 Thread John Harrison
If it were up to me, we'd keep all of Sevy's stuff in Pd-extended. The licenses Sevy offers conflict with the licenses of much of the software it borrows from (for example EffecTV) so they are invalid anyway. But I understand that this may not sit ethically with others so my second suggestion is, f

Re: [PD] new license for pidip and unauthorized WAS: pd-pidip into Debian

2010-12-05 Thread John Harrison
I was curious, since EffecTV is GPL and a significant part of PiDiP is a port of EffecTV --- does this make an impact on what licenses are valid for PiDiP? -John On 12/05/2010 07:03 PM, Hans-Christoph Steiner wrote: berlios is based in Germany, but I think they have similar restrictions on

Re: [PD] pd-pidip into Debian

2010-11-23 Thread John Harrison
Yves: It's your code so you get to choose. From my standpoint as an educator, removal of PiDiP from pd-extended is very unfortunate. I hope at some point you reconsider your position. -John On Tue, Nov 23, 2010 at 10:46 AM, ydego...@gmail.com wrote: > > good!!! i'm free to do what i like now!!!

Re: [PD] unable to open pdp_v4l webcam video stream

2010-11-20 Thread John Harrison
That's a huge amount of latency. Do you see that sort of latency if you use the webcam in guvcview? For a cheap webcam with low latency I've had great luck with the Sony ps3eye. It works out of the box on Linux (ubuntu at least) but if you compile your own driver for it you can get even better

Re: [PD] opencv

2010-10-28 Thread John Harrison
I compiled pdp_openCV not that long ago on ubuntu 10.4. I don't remember how I did it but I think that's because it was pretty straightforward and went without hitch. It all worked pretty well as I recall. No big surprises. The help patches got me started. But do you need that for a laser tracker?

Re: [PD] pduino + arduino UNO

2010-10-19 Thread John Harrison
how was this solved? On Tue, Oct 19, 2010 at 8:30 AM, alessandro contini wrote: > solved. > thanks a lot anyway. > > > ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] PS3 eye, Pix_video, low latency

2010-10-14 Thread John Harrison
if it helps... I have now used the ps3eye in Linux with multiple machines and really excellent results with low latency in Gem and pdp/pidip. Yes you do have to compile the driver for it but it really isn't too bad. I posted directions for how I do this at: http://bear24rw.blogspot.com/2009/11/ps

Re: [PD] GEM: borderless window is also always on top (and hasn't an icon)

2010-10-02 Thread John Harrison
if there is no solution within Pd you could always use Devilspie: http://live.gnome.org/DevilsPie I use that app a lot with much success for issues like this. On Sat, Oct 2, 2010 at 1:06 PM, Matteo Sisti Sette < matteosistise...@gmail.com> wrote: > Hi, > > In ubuntu, if I send "border 0" to [ge

Re: [PD] live pd patch mixed with Gem or pdp?

2010-08-30 Thread John Harrison
point. Thanks for help! -John On 08/30/2010 11:59 PM, John Harrison wrote: bleh I'm failing to get either v4l2loopback or webcamstudio modules to actually load. I'm running ubuntu Lucid 10.04 with 2.6.32-24-generic kernel v4l2loopback svn builds and installs ok however, modprob

Re: [PD] live pd patch mixed with Gem or pdp?

2010-08-30 Thread John Harrison
interface... it will output the screenshots to a vloopback device .. about the disposition on the screen, no eye deer .. ahoj! sevy John Harrison wrote: is there a way to do these screenshots such that they don't actually show up on a screen visible to the user i.e I don't have to show

Re: [PD] live pd patch mixed with Gem or pdp?

2010-08-30 Thread John Harrison
ow a Gem or pdp window fullscreen on one head and a pdp window fullscreen on the other. This leaves me not sure where to put the Pd patch for the screenshots. On Mon, Aug 30, 2010 at 10:44 AM, IOhannes m zmoelnig wrote: > On 2010-08-30 17:04, John Harrison wrote: > > I'd like to take a p

[PD] live pd patch mixed with Gem or pdp?

2010-08-30 Thread John Harrison
I'd like to take a patch from a pd window and mix it live with a Gem or pdp window. pdp_capture would have been the ticket, but I can't get it to compile and looking at the archives of this list, it doesn't seem like others have had luck with it either. Any other ideas for me? -- John ___

[PD] small patch for [pdp_mix]

2010-08-21 Thread John Harrison
I just submitted 2 trivial patches for [pdp_mix]. Not sure if sevyves or somebody else needs to review/consider/submit: when crossfade is set to 1 for [pdp_mix], outlet should return exact copy of middle inlet. Instead [pdp_mix] still tries to mix the left and middle inlet, resulting in

Re: [PD] GEM: pix_film terribly slow in Ubuntu

2010-08-15 Thread John Harrison
I don't have problems with codec performance in ubuntu 10.04. I would try playing the videos with mplayer, totem and/or vlc to see if the performance problem is a codec one. Also do you have a graphics driver with 3D hardware acceleration? if you type glxinfo | grep direct is direct rending a

Re: [PD] Streaming GEM Visuals

2010-05-25 Thread John Harrison
Sorry obviously *not* WinXP but I do use it in Linux all the time. Ubuntu variants... On Tue, May 25, 2010 at 11:42 AM, John Harrison wrote: > i use [gem2pdp] and works for me. WinXP and Linux. Pd-extended 41.4 I > think... > > Make sure you are in the right colorspace. I remember

Re: [PD] Streaming GEM Visuals

2010-05-25 Thread John Harrison
i use [gem2pdp] and works for me. WinXP and Linux. Pd-extended 41.4 I think... Make sure you are in the right colorspace. I remember some issues with that and [gem2pdp]... On Tue, May 25, 2010 at 11:32 AM, Ben Baker-Smith wrote: > Hello, > > I'm looking for a software solution to converting GEM

Re: [PD] Linux, video1394 support?

2010-05-11 Thread John Harrison
n...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of > IOhannes m zmoelnig > Sent: Tuesday, May 11, 2010 10:42 AM > To: John Harrison > Cc: PD List > Subject: Re: [PD] Linux, video1394 support? > > [On 2010-05-11 16:38, John Harrison wrote: > > so [pdp_ieee1

Re: [PD] Linux, video1394 support?

2010-05-11 Thread John Harrison
so [pdp_ieee1394] isn't working? From there you could use [pix_2gem] 2010/5/11 András Murányi > > On Tue, May 11, 2010 at 4:08 PM, IOhannes m zmoelnig wrote: > >> On 2010-05-11 15:54, Michal Seta wrote: >> > Hello, >> > >> > I have been trying to get a Point Grey Firefly (firewire) camera >> >

Re: [PD] video grid

2010-05-03 Thread John Harrison
maybe here? http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/externals/pdvjtools/ On Mon, May 3, 2010 at 10:35 AM, xose ventosela wrote: > Hi I was missing myself along the net when I found this > > http://www.oktopus.tv/puredata-vjtools/ > > I tried the links but contents aren´t avali

Re: [PD] tabread4~ "broken" interpolation algorithm - was Re: Max Smoother Audio than Pd?

2010-03-29 Thread John Harrison
The link works and extracts fine here in WinXP SP3. I used the built-in "compressed (zipped) folders" tool in the explorer shell. On Mon, Mar 29, 2010 at 11:38 AM, Matteo Sisti Sette < matteosistise...@gmail.com> wrote: > cyrille henry escribió: > > >> >> Matteo Sisti Sette a écrit : >> >>> By th

Re: [PD] image grid in GEM

2010-03-04 Thread John Harrison
you could try [makefilename] to generate the filenames to continually update the images. and take a look at [gemlist] to make your grid. Seems to me a couple of [until]s with [gemlists] might be a fun way to solve this. and yeah definitely [pix_texture] not [pix_draw] for speed, as others have said

Re: [PD] Window focus in gem

2010-02-18 Thread John Harrison
Since you are on Linux one kludge might be to use devilspie to force focus to a particular window? On Thu, Feb 18, 2010 at 9:19 AM, James Dunn wrote: > Hi list, > > I have a patch where I'm running the audio in one instance of pd and gem in > anoth

Re: [PD] FT232 and PD (OSX)

2009-12-07 Thread John Harrison
On Mon, Dec 7, 2009 at 10:52 AM, Kyle Klipowicz wrote: > Not exactly, the Arduino Duemilanove uses the ATmega168 chip. I have no > knowledge of the FT232. > It uses the FT232 to communicate between the USB and the ATmega168: http://www.scribd.com/doc/18027806/Arduino-Duemilanove-Schematic _

Re: [PD] PD with Ubuntu Karmic - no sound

2009-11-13 Thread John Harrison
Nov 13, 2009 at 6:50 PM, Hans-Christoph Steiner wrote: > > Is pasuspender something that could be integrated into the Pd-extended menu > launch item somehow? I'd really like to make sure that Pd will output audio > by just starting it in Debian/Ubunut. > > .hc > > On N

Re: [PD] PD with Ubuntu Karmic - no sound

2009-11-12 Thread John Harrison
could be pulseaudio is the problem? from the command line try pasuspender pd On Thu, Nov 12, 2009 at 9:28 AM, Aditya Mandayam wrote: > hi, > > i have pd installed on ubunty 9.10 - karmic koala. > > i have absolutely no sound when i fire up pd. i've tried fooling > around with the Media>setting

Re: [PD] using pix_mix to mix past images with present

2009-11-07 Thread John Harrison
; now. I'm running Gem 0.91.3 and Pd 0.41.3 extended on Jaunty. Thanks, -John On Sat, Nov 7, 2009 at 8:49 AM, Jack wrote: > What about this ? > ++ > > Jack > > > > Le samedi 07 novembre 2009 à 07:32 -0600, John Harrison a écrit : > > I wanted to mix past ima

[PD] using pix_mix to mix past images with present

2009-11-07 Thread John Harrison
I wanted to mix past images with present images from a webcam using pix_mix. Attached is a patch that successfully does this using pix_buffer and fails to do this using pix_delay. My question is, why doesn't pix_delay work with pix_mix in my patch? How woulld I change my patch to get pix_delay to g

Re: [PD] GEM help patches not found on Windows XP

2009-09-13 Thread John Harrison
Workaround: http://lists.puredata.info/pipermail/pd-dev/2009-04/013366.html BTW you might confirm that the 8.3 filename for Program Files is indeed PROGRA~1 on your system... I think it usually is but you can check that from the command line. I think there's a flag in the dir command to show you

Re: [PD] pdp_rec~ crashes on ubuntu Jaunty/Pd-extended 0.41.4

2009-07-16 Thread John Harrison
> as you want and ready to publish on the web > > saludos, > sevy > > John Harrison wrote: >> Sorry my other machine where [pdp_rec~] works is ubuntu Intrepid >> (8.10) not Hardy as stated below. >> >> -John >> >> On Thu, Jul 16, 2009 at 2:29

Re: [PD] pdp_rec~ crashes on ubuntu Jaunty/Pd-extended 0.41.4

2009-07-16 Thread John Harrison
Sorry my other machine where [pdp_rec~] works is ubuntu Intrepid (8.10) not Hardy as stated below. -John On Thu, Jul 16, 2009 at 2:29 AM, John Harrison wrote: > This simple patch crashes every time on ubuntu Jaunty/Pd-extended 0.41.4. > The same patch works fine on my ubuntu Hardy machine

[PD] pdp_rec~ crashes on ubuntu Jaunty/Pd-extended 0.41.4

2009-07-16 Thread John Harrison
This simple patch crashes every time on ubuntu Jaunty/Pd-extended 0.41.4. The same patch works fine on my ubuntu Hardy machine, also with Pd-extended 0.41.4 It doesn't matter if I try a different video compressor. It still crashes. Just click on the filename, then click on [start(. On the Jaunty

Re: [PD] pdp_v4l framerate

2009-07-14 Thread John Harrison
that would be the faster solution > > saludos, > sevy > > > John Harrison wrote: > >> When opening a webcam using pdp_v4l I get the message: >> >> pdp_v4l: camera framerate set to 10 fps >> >> Any way to change this frame rate? I didn't se

[PD] pdp_v4l framerate

2009-07-05 Thread John Harrison
When opening a webcam using pdp_v4l I get the message: pdp_v4l: camera framerate set to 10 fps Any way to change this frame rate? I didn't see anything in the help patch. Banging with different metronome speed [pdp_v4l] changes the rate at which video is output from the object, but I can see fro

Re: [PD] in/out count

2009-06-04 Thread John Harrison
d account-management -> http://lists.puredata.info/listinfo/pd-list -- John Harrison http://alumni.media.mit.edu/~harrison #N canvas 290 97 523 522 10; #X obj 86 -75 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X obj 279 -72 bng 15 250 50 0 empty empty empty 17 7 0 10 -26214

Re: [PD] Gem: fullscreen can't get rid of apple menubar OS X 10.5.7

2009-06-04 Thread John Harrison
eate the window, destroy the window once and recreate it in your > patch, the border 0 is taken into account. > I don't know if it's a recent bug but it seems to me I'm doing this for a > while now to have the whole screen. > > Greetings, > > Nicolas > > L

Re: [PD] Gem: fullscreen can't get rid of apple menubar OS X 10.5.7

2009-06-04 Thread John Harrison
rk before? >> [fullscreen 1, menubar 0, create, 1( >> works for 10.5.6 >> will update to 10.5.7 and try again... >> marius. >> > > [menubar 0( works with 10.5.7, too. > please post more details, or your patch. > > marius. > > > > >> John

[PD] Gem: fullscreen can't get rid of apple menubar OS X 10.5.7

2009-06-03 Thread John Harrison
I'm sending |fullscreen 1, cursor 0, menubar 0, border 0, create, 1, lighting 0( (and every variant of order etc. I can think of, menubar -1 etc.) to [gemwin] and the top apple menubar shows up every time. I tried Pd-extended latest release 0.40-3 and Pd-extended 0.41-4 RC 4 I tried everything

Re: [PD] pix_record issues with geos and frames per second

2009-05-10 Thread John Harrison
__ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list -- John Harrison http://alumni.media.mit.edu/~harrison #N canvas 395 240 880 497 10; #X obj 29 67 gemhead; #X msg 566 56 create \, 1; #X msg 644 57 destroy; #X obj 29 92 ge

Re: [PD] Needed libs for extended on Linux

2009-04-14 Thread John Harrison
me. Thank you very much in advance. Nicanor García O. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list -- John Harrison http://alumni.media.mit.edu/~harrison ___ Pd-list@iem.a

Re: [PD] Has anyone used PD to read internet radio streams?

2009-04-08 Thread John Harrison
I've used mp3amp~ to play shoutcast streams. It seems to work pretty well and I think it's already included in Pd-extended for Linux. Might be on the OSX version too...not sure. -John On Wed, Apr 8, 2009 at 12:41 AM, danomatika wrote: > Howdy, > > I'm wondering if anyone has used PD to read in

Re: [PD] pdpedia

2009-04-02 Thread John Harrison
I've followed the pdpedia threads but perhaps not closely enough. I've always thought Pd lent itself well to documentation and self-exploration because of the interactive help patches. A wiki approach does not offer this. On the other hand it does offer an easy way to grow docs through collaborativ

Re: [PD] Delay effect without clicks

2009-03-27 Thread John Harrison
___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-li

  1   2   >