atom feed23 messages in at.iem.pd-listRe: [PD] GridFlow 9.9
FromSent OnAttachments
Mathieu BouchardMay 5, 2010 1:05 pm 
Pagano, PatrickMay 5, 2010 2:23 pm 
JackMay 14, 2010 8:06 am 
IOhannes m zmoelnigMay 14, 2010 8:09 am 
JackMay 14, 2010 8:14 am 
Roman HaefeliMay 14, 2010 8:17 am 
Mathieu BouchardMay 14, 2010 8:22 am 
JackMay 14, 2010 8:33 am 
MaxMay 15, 2010 5:28 am 
Mathieu BouchardMay 15, 2010 10:53 am 
MaxMay 15, 2010 11:43 am 
Patrick BoivinMay 15, 2010 12:20 pm 
Mathieu BouchardMay 15, 2010 1:25 pm 
patkoMay 16, 2010 6:50 am 
ydeg...@gmail.comMay 16, 2010 7:36 am 
Mathieu BouchardMay 16, 2010 8:25 am 
Hans-Christoph SteinerMay 16, 2010 9:10 am 
Mathieu BouchardAug 4, 2010 3:36 pm 
Jonathan WilkesAug 4, 2010 4:21 pm 
Mathieu BouchardAug 4, 2010 5:25 pm 
Mathieu BouchardAug 4, 2010 5:29 pm 
Mathieu BouchardAug 4, 2010 6:23 pm 
Mathieu BouchardAug 16, 2010 9:06 am 
Subject:Re: [PD] GridFlow 9.9
From:Patrick Boivin (pboi@gmail.com)
Date:May 15, 2010 12:20:49 pm
List:at.iem.pd-list

Hi Max,

On Sat, 15 May 2010, Max wrote:

Am 15.05.2010 um 19:53 schrieb Mathieu Bouchard:

is it hard to install it from gridflow.ca at this point ?

no, actually not at all - it is very easy and on OS X putting it in /Library/Pd/ is great, because then it runs in every version installed on the system which knows [import] (so not the GUI rewrite versions from the autobuild afaik, but the standard Pd-etended installation).

I haven't tried GF with gui-rewrite on OSX yet. But it works fine with vanilla 0.42.5, as long as you load Gem before loading GF. You need to add them to your pd-path and then add "Gem" and "gridflow" to the startup libraries.

On my system, I use ~/.pdrc for telling pd-vanilla to load Gem from pd-extended:

-path
/Applications/Pd/Pd-0.42.5-extended-20091203.app/Contents/Resources/extra/Gem -lib Gem -path /usr/src/gridflow/gridflow-svn -lib gridflow

and (except the camera i didn't have time to dig into that) everything works - great stuff matthieu, thank you.

My built-in isight camera works fine. Take a look at #camera-help.pd. Changing [#camera] to [#camera 0] will tell GF to look for the first available camera.

Patrick