Re: [PD] PTP/libgphoto in PD?

2009-06-26 Thread Max
not exactly what you are looking for, but i've been taking digital  
camera pictures with nikon slr cameras using os x's automator and  
digital camera programs to make an app and lounching this via shell  
and the open command from within pd. works very well but is os x  
exclusive.


m.

Am 06.02.2009 um 23:43 schrieb B. Bogart:


Hey all,

Has anyone explored, or implemented a PD object to control digital
cameras via USB? In particular using libgphoto.

I just wanted to throw it out before I begin work on the task myself.

.b.

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list




PGP.sig
Description: Signierter Teil der Nachricht
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] encoding tif sequence (GEM pix_write) on linux

2009-06-26 Thread CICCOLIX

cyrille henry ha scritto:

hello,

here are the command line i use :
ffmpeg -r 50 -s 1024x768 -i /data/rec_chdh/rec_%08d0.jpg  -vcodec 
copy -i /data/rec_chdh.wav -acodec copy /data/copy.avi


this make uncompressed (very big) file (50fps / 1024x768)



/home/nusmuk/soft/ffmpeg/ffmpeg -i /data/copy.avi -vcodec libx264 -s 
640x480 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4  -b 5000k -acodec 
libfaac -ab 384K -title titre -album live -year 2009 -author 
chdh titre.mp4 

Hi,
hi have tried it:

great result !

thanks for sharing

--
Lazzaro

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] move cursor position

2009-06-26 Thread Hans-Christoph Steiner


Definitely. Check out the 'pd-msg' manual, its included in Pd-extended  
in Help-Browser-manuals


.hc

On Jun 25, 2009, at 4:45 PM, Shawn Greenlee wrote:


hi folks,

is there a pd command to force a cursor to a new position?

a message something like:

; cursor
 x_coordinate y_coordinate

for instance I can do this in Max with a Max command:

; max
pupdate 400 500


thanks,
shawn


Shawn Greenlee
http://greenlee.02909.com
s...@02909.com





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list






Mistrust authority - promote decentralization.  - the hacker ethic


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Blank Pages Berlin - search for a place

2009-06-26 Thread Renaud RUBIANO

Hello Thomas,

it's confirmed ... I will be there ...

best,

reno-

Le 24 juin 09 à 12:19, matohawk a écrit :


Hello Pd-user,

We are Thomas Thiery and Pierce Warnecke and we are coming to Berlin  
in september (3 - 7) for gigs and for the project Blank Pages.


We have a projet called Blank Pages (see bellow for details) and we  
would like to organize a session on sunday the 6 of september in  
Berlin. We are looking for a place in Berlin and once thats done  
we'll recruit participants. If you are interested by the project and  
think you can spare some time/info to help us to find a place that  
would really be great.


Thanks in advance!

For more information :
www.blankpages.fr http://www.blankpages.fr


The project, Blank Pages or Pages Blanches

This project is based on a score that leads to the meeting and the  
improvisation of musicians, video artists and programmers (Max/MSP,  
Puredata).


The Blank pages score, describes the situation in 4 points: 1-  
Each participant has to use one of the two programming language  
written by Miller Puckette, Pure Data or Max/MSP. 2- The session  
length is fixed to 60 min. 3- Participants need to start a session  
with an empty programming page. 4- It is strictly forbidden to load  
or recall any program during the session.


Each participant has a computer and one of the mentioned  
applications, and elaborates a program that will make sound and/or  
video. Max/MSP and Pure Data programming languages permit to write  
and modify applications in a live situation, while continuing to  
work on the application itself, therefore one can code and  
immediately listen to this code result. There are no links between  
the computers, the participants have to listen and watch the others  
in order to play together. With the score and the four instructions,  
the listening is stimulated, and the quality of the audio-visual  
production becomes everyone's responsibility.



Cheers Thomas and Pierce

___
Pd-announce mailing list
pd-annou...@iem.at
http://lists.puredata.info/listinfo/pd-announce

___
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-list


[PD] does xtract~ build on OSX? (getting errors)

2009-06-26 Thread padovani

Hi,

I would like to use xtract~ in OSX, but I can't compile it here... (have 
installed FFTW through MacPorts).

Is there a binary out there?
Is it included in flib?

thanks.

--
http://zepadovani.info


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] move cursor position

2009-06-26 Thread Shawn Greenlee

thanks for that hc!

though I could only figure out moving the mouse around in edit mode  
for selecting/moving canvas objects ( like the Help - Browser-  
manuals - pd-msg - 1.msg_and_patch - 3.1.motion.pd ) - which would  
be the mouse, mouseup, and motion messages


I can't seem to find a message that actually moves the user's cursor  
arrow in Play mode...


for instance if I want to limit a cursor to a particular region of  
the screen (in Play mode) and have the cursor jump to another point  
on the screen when told


this doesn't seem to be something documented in the manual under   
messages to pd, but perhaps there's something I'm missing with  
regard to the messages to canvas


sort of an idiosyncratic performance interface thing...  thanks!



On Jun 26, 2009, at 10:56 AM, Hans-Christoph Steiner wrote:



Definitely. Check out the 'pd-msg' manual, its included in Pd- 
extended in Help-Browser-manuals


.hc

On Jun 25, 2009, at 4:45 PM, Shawn Greenlee wrote:


hi folks,

is there a pd command to force a cursor to a new position?

a message something like:

; cursor
 x_coordinate y_coordinate

for instance I can do this in Max with a Max command:

; max
pupdate 400 500


thanks,
shawn


Shawn Greenlee
http://greenlee.02909.com
s...@02909.com





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
listinfo/pd-list




-- 
--


Mistrust authority - promote decentralization.  - the hacker ethic





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] does xtract~ build on OSX? (getting errors)

2009-06-26 Thread Hans-Christoph Steiner


Donno, but you could try posting the build errors here.

.hc

On Jun 26, 2009, at 1:48 PM, padovani wrote:


Hi,

I would like to use xtract~ in OSX, but I can't compile it here...  
(have installed FFTW through MacPorts).

Is there a binary out there?
Is it included in flib?

thanks.

--
http://zepadovani.info


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list






  http://at.or.at/hans/



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] move cursor position

2009-06-26 Thread Hans-Christoph Steiner


The mouse cursor is controlled by the Window Manager.  People have  
made various attempts at making objects to control that.  There is a  
working one for X11, donno about Windows or Mac OS X. Check the  
archives, I think Alexandre Quessy wrote the x11 one, its something  
like x11mouse.


.hc

On Jun 26, 2009, at 1:15 PM, Shawn Greenlee wrote:


thanks for that hc!

though I could only figure out moving the mouse around in edit mode  
for selecting/moving canvas objects ( like the Help - Browser-  
manuals - pd-msg - 1.msg_and_patch - 3.1.motion.pd ) - which  
would be the mouse, mouseup, and motion messages


I can't seem to find a message that actually moves the user's cursor  
arrow in Play mode...


for instance if I want to limit a cursor to a particular region of  
the screen (in Play mode) and have the cursor jump to another point  
on the screen when told


this doesn't seem to be something documented in the manual under   
messages to pd, but perhaps there's something I'm missing with  
regard to the messages to canvas


sort of an idiosyncratic performance interface thing...  thanks!



On Jun 26, 2009, at 10:56 AM, Hans-Christoph Steiner wrote:



Definitely. Check out the 'pd-msg' manual, its included in Pd- 
extended in Help-Browser-manuals


.hc

On Jun 25, 2009, at 4:45 PM, Shawn Greenlee wrote:


hi folks,

is there a pd command to force a cursor to a new position?

a message something like:

; cursor
x_coordinate y_coordinate

for instance I can do this in Max with a Max command:

; max
pupdate 400 500


thanks,
shawn


Shawn Greenlee
http://greenlee.02909.com
s...@02909.com





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list






Mistrust authority - promote decentralization.  - the hacker ethic





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list






Terrorism is not an enemy.  It cannot be defeated.  It's a tactic.   
It's about as sensible to say we declare war on night attacks and  
expect we're going to win that war.  We're not going to win the war on  
terrorism.- retired U.S. Army general, William Odom




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Tutorial: Drum pattern editing in Pd using the rj library

2009-06-26 Thread Rich E
On Thu, Jun 25, 2009 at 9:44 AM, Frank Barknecht f...@footils.org wrote:

 Hallo,
 Rich E hat gesagt: // Rich E wrote:

  Ah nice, especially for throwing that together live.  Thanks for the
  tutorial!
 
  Not to be too much of a critic on a good tutorial, but... it is quite
 static
  though, for the flexibility of pd, don't you think?  Limiting all the
  rhythms to 32nd notes.  Frank, I would love to see your approach to
 creating
  a more 'dynamic' drum sequencer.  I have tried a couple times now and my
  current one got too complicated quite fast.  Yet, I see it as the main
  benefit for using pd for sequencing over other midi sequencers - there is
 no
  limit for beat segmentations.

 The g_pattern32 object was designed with traditional
 pop/rock/dance/house/hihop/whatever music in mind. (Btw. the latest version
 added to the RjDj svn now includes a tiny bit of keyboard support: press
 t
 for toggling a step during the first second after selecting it.)

 But in the end it's just a little sugar coating for a Pd array hopefully
 making
 editing arrays graphically a bit less painful but still fast. The table
 itself
 can be used as source material for other tasks as well, e.g.  as a
 probability
 table etc.

 It would be possible to make a variation of the object where you can resize
 the
 array dynamically, use a number box to select steps to edit etc., but as
 you
 have seen yourself: It becomes complicated quite fast, which may be a sign
 that
 there is no good general approach to editing free form table data and that
 it
 may be better to do that in external software like a midi file editor or a
 spreadsheet. Or that editing it is wrong altogether and instead some
 algorithmic procedure should be used ...


Actually I have always been interested in sequencing in pd because midi
software (especially free midi software) is so limited; they are also only
capable of 'pop' rhythms.

Algorithmic rhythms still need need to be organised in some manner more
meaningful than code, in my opinion.  There is huge area in-between
algorithmic music and pop music.

Arg, I wish I had more time to show what I have been working on, I have
always meant to post it on this board at some point. It is another topic,
though.



 Ciao
 --
 Frank

 ___
 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-list


[PD] ok...i have all the software needed for...

2009-06-26 Thread Andres Ferrari

ok, finally I have installed flext, fink, fluidsynth working...now how can I to 
compile fluid~ external???


the fluidsynth's webpage says that the package of fluidsynth include fluid~, 
but I don´t find it...


waiting help

bye.


Andrés Ferrari G.

http://www.myspace.com/anfex





  

¡Obtén la mejor experiencia en la web!
Descarga gratis el nuevo Internet Explorer 8. 
http://downloads.yahoo.com/ieak8/?l=e1


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] PTP/libgphoto in PD?

2009-06-26 Thread Alex
He's hoping to take photos of small crowds walking down a sidewalk,
from an above, fixed location, do some analysis on that to find
locations of people, and use it as the 'score' for a continuously
updating piece of music.  I'm not sure how it is going to all work out
but at least we can try grabbing photos in PD!

-Alex

On Thu, Jun 25, 2009 at 7:11 PM, B. Bogartb...@ekran.org wrote:
 Hey all,

 I have a draft in SVN under bbogart.

 I've so far just used it to control cameras and save files on the host
 computer, not upload files.

 What is your friend hoping to do with it?

 In my last installation I realized I need to change the interface a bit,
 using a commport like open and close between control messages. So
 the next changes I make will not be patch compatible with what is
 currently in SVN.

 Please do let me know your thoughts.

 .b.

 Alex wrote:
 Hey, so I'm wondering if anyone got a libgphoto2 extension made or got
 it working from python in pd?  I've got a friend who's wanting to do
 some of this sort of stuff with PD..

 -Alex

 On Mon, Feb 9, 2009 at 10:59 AM, Michal Setam...@artengine.ca wrote:
 Hey Ben,

 I have actually started being interested in this.  I have not done any
 work yet nor extensive research but there seem to be libgphoto2
 bindings for python (I do a  bit of python scripting in pd already for
 the same project).  So, if there's nothing yet available and you don't
 mind python, I would be interested in joining forces.

 Cheers.

 ./MiS

 On Fri, Feb 6, 2009 at 5:43 PM, B. Bogart b...@ekran.org wrote:
 Hey all,

 Has anyone explored, or implemented a PD object to control digital
 cameras via USB? In particular using libgphoto.

 I just wanted to throw it out before I begin work on the task myself.

 .b.

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



 --
 ./MiS
 514-344-0726
 http://www.creazone.ca

 ___
 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-list