[PD] windows and font

2014-04-10 Thread Philippe Boisnard
hello

I have a problem with my patch
my UNICODE font (for exemple CODE2000.ttf) isn't recognized by text3d do you 
know why ? 
I have tested some font, and it s always the same result
I m on windows 8 

I have resolved the python problem with a clean install of python 2.7 and the 
bin pyext

philippe


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


[PD] bug with py windows

2014-04-09 Thread Philippe Boisnard
Hello 

I have a problem with 

the pyext module isn't recognized in the patch.
my python script is good, no problem on OSX.

do you know what is the problem between py and pd for windows ?

philippe




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


[PD] windows and script

2014-03-30 Thread Philippe Boisnard
Hello 

it's the first one, that I work on windows (7 and XP I think)
for my artwork, on OSX I use shell to launch some bash-script.

I have created on windows the same script in batch 
but How can I launch thoses scripts ? 


thx 

p


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


Re: [PD] compil .py .pyo to pyext

2014-01-06 Thread Philippe Boisnard
Hi

I have understood, that for pyext, compilation is made by pyext itself
but I have a problem 
my script doesn't seem good 

try:
import pyext
except:
print ERROR: This script must be loaded by the PD/Max pyext external



class basededonne(pyext._class):


 # number of inlets and outlets
_inlets=1
_outlets=1
# methods for all inlets
index=0
fichier=empty

def symbol_1(self,fich):
chaines=str(fich)
self.fichier = 
open(/Applications/puredata/67-vazulkaNew/Vazulka_Janvier_4/basedonnee.txt,'r')
for ligne in self.fichier:
for chaine in self.chaines:
if chaine in ligne:
self._outlet(ligne)


my version of pyext and python 


py/pyext 0.2.2 - python script objects
(C)2002-2011 Thomas Grill - http://g.org/ext

using Python 2.7.1 (r271:86832, Jul 31 2011, 19:30:53) 
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]

Python array support enabled


best regards

philippe


Le 6 janv. 2014 à 22:18, Thomas Grill a écrit :

 Hi Philippe,
 what means it is not good exactly? That it doesn't work?
 My main question would be what you expect from the compilation to .pyo.
 It's not a compilation to machine code as e.g. with C languages but rather a 
 mere translation to bytecode. It doesn't bring any speedups for execution, 
 just a tiny bit (negligible i would say) when loading the script.
 all the best, Thomas
 
 
 2014/1/6 Philippe Boisnard philem...@mac.com
 Hi, and HNY
 
 I search to compile a python script (.py = .pyo)
 but the result is not good
 
 In fact I use :
 python -O -m compileall basedonne.py
 result : basedonne.pyo, but it's not good for pyext
 
 I have tested with simple.py for example, but it's the same result, my 
 simple.pyo is not good
 
 
 I don't know where is my problem ?
 it's not pyext, because I have a good python script
 I think that it's my compilation
 
 
 best regards
 
 p
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 -- 
 Thomas Grill
 http://g.org

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


[PD] Fwd: compil .py .pyo to pyext

2014-01-05 Thread Philippe Boisnard
Hi, and HNY 

I search to compile a python script (.py = .pyo)
but the result is not good 

In fact I use : 
python -O -m compileall basedonne.py
result : basedonne.pyo, but it's not good for pyext

I have tested with simple.py for example, but it's the same result, my 
simple.pyo is not good


I don't know where is my problem ?
it's not pyext, because I have a good python script 
I think that it's my compilation 


best regards

p

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


Re: [PD] My personal GEM preview inside a patch...

2013-06-25 Thread Philippe Boisnard
Hello

To continue this question, perhaps, this preview can be create between 2 
instances of puredata, with sharemem to transmit data colours. In this case, we 
ll no cpu problem for the first instance. and only preview-process in the 
second.
I try to create that this week to explore this solution. In this case, it will 
be possible to have better preview quality. isn't it ? 

best

p


Le 25 juin 2013 à 10:58, Cyrille Henry a écrit :

 hello,
 
 thanks for the patch,
 unfortunately, i think it's still too slow to be usable.
 
 better than deleting everything and creating them back with new colour, i 
 tried to change colours of the existing one.
 i tried with both the canvas version and the data structure version.
 in both case, things are lot's faster in the original patch than in my 
 optimized version. that's not what i was expecting.
 
 how come that it's faster to delete a canvas and create a new one than 
 changing a canvas colour?
 (same question for data structure).
 
 cheers
 c
 
 
 
 Le 24/06/2013 20:31, Philippe Boisnard a écrit :
 
 Le 24 juin 2013 à 20:20, Cyrille Henry a écrit :
 
 i can see the discution, but where is the patch?
 and is it fast enough to be usable?
 
 cheers
 c
 
 Le 24/06/2013 19:31, Philippe Boisnard a écrit :
 Yes
 
 arnaud courcelles have made today with datastructures
 you can find this on codelab.fr
 on this thread
 http://codelab.fr/4343
 
 
 Le 24 juin 2013 à 18:25, Cyrille Henry a écrit :
 
 hello,
 it would really be useful to have an efficient pix_preview.
 did anyone try using data structure? would it be faster?
 
 i guess lluis pix_preview is the best option for now
 
 cheers
 c
 
 
 Le 23/06/2013 22:31, Olivier Baudu a écrit :
 I've received few messages asking me if it's a joke... :-°
 
 Well...
 It's a kind of joke because it is useless...
 (I redraw the GEM stream in hundred of 2x2 canvas)
 
 But it's not joke in the way that it really works on my laptop / Linux 
 Mint DE / Pd-extended 0.43.4 / GEM 0.93 at 4 fps...
 
 Sorry if I've crashed your OS with my stuff...
 
 Cheers...
 
 01ivier
 
 Le 23.06.2013 17:33, Olivier Baudu a écrit :
 Hi list,
 
 I want to share with you a big victory for me... :-p
 I've succeeded in visualizing image/video GEM stream inside my patch
 (at 4 fps !!).
 
 Well...
 You can't really do anything else when the automatic mode is on... :-D
 ... but I'm so proud, you know.
 
 Patch attached.
 Screenshot here : http://codelab.fr/4343#p23267
 
 Cheers
 
 01ivier
 
 
 ___
 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-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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] My personal GEM preview inside a patch...

2013-06-24 Thread Philippe Boisnard
Yes

arnaud courcelles have made today with datastructures
you can find this on codelab.fr
on this thread 
http://codelab.fr/4343


Le 24 juin 2013 à 18:25, Cyrille Henry a écrit :

 hello,
 it would really be useful to have an efficient pix_preview.
 did anyone try using data structure? would it be faster?
 
 i guess lluis pix_preview is the best option for now
 
 cheers
 c
 
 
 Le 23/06/2013 22:31, Olivier Baudu a écrit :
 I've received few messages asking me if it's a joke... :-°
 
 Well...
 It's a kind of joke because it is useless...
 (I redraw the GEM stream in hundred of 2x2 canvas)
 
 But it's not joke in the way that it really works on my laptop / Linux Mint 
 DE / Pd-extended 0.43.4 / GEM 0.93 at 4 fps...
 
 Sorry if I've crashed your OS with my stuff...
 
 Cheers...
 
 01ivier
 
 Le 23.06.2013 17:33, Olivier Baudu a écrit :
 Hi list,
 
 I want to share with you a big victory for me... :-p
 I've succeeded in visualizing image/video GEM stream inside my patch
 (at 4 fps !!).
 
 Well...
 You can't really do anything else when the automatic mode is on... :-D
 ... but I'm so proud, you know.
 
 Patch attached.
 Screenshot here : http://codelab.fr/4343#p23267
 
 Cheers
 
 01ivier
 
 
 ___
 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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd-extended GUI stuck in OS X

2013-06-18 Thread Philippe Boisnard
Hello Max

I have the same problem since some weeks
I have posted about that 
My solution, when this symptom arrives, it's to trash all preferences in 
library, and after no problem during some times...

I don't know why we have soudainly this problem

cheers

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


[PD] bug with trackpad

2013-06-07 Thread Philippe Boisnard
Hello list

I have installed pd, in a new harddisk
and I have a bug : I can't move with trackpad objects or message or something, 
only with keyboard ! 

do you know this bug ?
how can I resolve this problem ?

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


Re: [PD] bug with trackpad

2013-06-07 Thread Philippe Boisnard
Hello

I M on osX 10.8.6 
I have reinstalled m'y system and pd. 

Envoyé de mon iPhone

Le 7 juin 2013 à 12:21, Brian Perez knight...@gmail.com a écrit :

 Though your email says mac.com, I don't think you're on a mac since you can't 
 really move much with just a keyboard there.  What OS are you on? Linux? 
 Windows? Etc?
 
 -Brian
 
 On Jun 7, 2013, at 1:58 AM, Philippe Boisnard wrote:
 
 Hello list
 
 I have installed pd, in a new harddisk
 and I have a bug : I can't move with trackpad objects or message or 
 something, only with keyboard ! 
 
 do you know this bug ?
 how can I resolve this problem ?
 
 philippe
 ___
 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] [announcement]

2013-03-20 Thread philippe boisnard
Hi

my duo hp process will be in Montreal and Quebec this week and the next week 

SORTIR DE L’ECRAN / SPOKEN SCREEN _ Agence TOPO
www.agencetopo.qc.ca

/ QUEBEC -  complexe le Cercle, le 23 mars

(dans le cadre du Printemps des poètes au Québec)

CONTACT, performance

 MONTREAL

_ SAT [Société des Arts technologiques]  _ jeudi 28 mars _ 20h

CONTACT, performance

_ Eastern Bloc  _ samedi 30 mars _ 18h

conférence/atelier + TRANSLATION - performance


We realize a  presentation of our work at Eastern bloc before our performance : 
at 2hpm

I will be happy to meet pd's community during this travel. 

best regards

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


Re: [PD] [OT] Going to Tokyo - PD Media Art Scene

2013-02-11 Thread philippe boisnard
ARFFF

I m going to Kyoto Friday…. And afterMonday I return in France… gr 
Tokyo is fabulous … night and day…. I hope to meet some pd guy too. 

philippe

Le 11 févr. 2013 à 22:17, Leandro da Mota Damasceno a écrit :

 Hi all!
 
 So, I'm going to Tokyo next week to present at the 100th Pecha Kucha Night. 
 
 I've never been to Japan before and I'm looking forward to get to know the PD 
 and Media Art scene while I'm there - from feb 18th to march 2nd.
 
 So, I would love to get to know people from the PD community in Tokyo, visit 
 media labs and hackerspaces if there are any.
 
 Any suggestions?
 
 
 best,
 
 Leandro
 ___
 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


Re: [PD] japanese language and text3d

2013-02-10 Thread philippe boisnard
Hello 

Thank you for your help.
I know what you explain to me, 
but I have a real bug 
because I have tried with pd 0.42.5 and gem 0.93.3 = no result
I have tested too with pd 0.43.4 and gem 0.93.3 and it 's the same. 
I don't know where is the problem ….. 

Is that someone who has a mac with OSX 10.7.5 and the same pd-configuration 
could try?
 
thank you 

philippe



Le 10 févr. 2013 à 23:54, Jack a écrit :

 Le 10/02/2013 04:18, philippe boisnard a écrit :
 Hello 
 
 I hav a big problem : I have read thread about the integration of language 
 in text3d but it does not work
 I try to use 
 
 [number
 I
 [string(
 I
 [text3d]
 
 but I have no  result in the other languages than english or french.
 
 I try to use japanese and no result too ? 
 
 I m in OSX 10.7.5 
 
 and 43.4 for pd-extended
 
 Do you know where is the problem ? 
 
 
 philippe
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 Hello Philippe,
 
 According to :
 http://fr.wikipedia.org/wiki/Unicode
 You need to send the good [string( value to [text3d].
 As you can see for japanese, it seems to be (in hexa) between 3040 and 30FF.
 Convert this in decimal and it should be OK. Maybe between 12352 and
 12543 ? ;)
 And if i am right you need a Gem version  0.93.
 ++
 
 Jack
 
 
 
 ___
 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


Re: [PD] japanese language and text3d

2013-02-10 Thread philippe boisnard
Hello 

Yes Jack, I have tried with all number between 0 and 65335 
I have only the french, english and accents (0-300) when I test [string $1( 
Perhaps it's a problem of pointer in the path ? I don't know..
I have no problem with kanji, when I use firefox or textedit 
….. 
Have you tested on your computer ? 

best regards from Japan …. 

philippe

PS : for japanese, I do 2 performances in Tokyo : @  the french Institut and @ 
Ginza apple store 
Le 11 févr. 2013 à 01:14, philippe boisnard a écrit :

 Hello 
 
 Thank you for your help.
 I know what you explain to me, 
 but I have a real bug 
 because I have tried with pd 0.42.5 and gem 0.93.3 = no result
 I have tested too with pd 0.43.4 and gem 0.93.3 and it 's the same. 
 I don't know where is the problem ….. 
 
 Is that someone who has a mac with OSX 10.7.5 and the same pd-configuration 
 could try?
 
 thank you 
 
 philippe
 
 
 
 Le 10 févr. 2013 à 23:54, Jack a écrit :
 
 Le 10/02/2013 04:18, philippe boisnard a écrit :
 Hello 
 
 I hav a big problem : I have read thread about the integration of language 
 in text3d but it does not work
 I try to use 
 
 [number
 I
 [string(
 I
 [text3d]
 
 but I have no  result in the other languages than english or french.
 
 I try to use japanese and no result too ? 
 
 I m in OSX 10.7.5 
 
 and 43.4 for pd-extended
 
 Do you know where is the problem ? 
 
 
 philippe
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 Hello Philippe,
 
 According to :
 http://fr.wikipedia.org/wiki/Unicode
 You need to send the good [string( value to [text3d].
 As you can see for japanese, it seems to be (in hexa) between 3040 and 30FF.
 Convert this in decimal and it should be OK. Maybe between 12352 and
 12543 ? ;)
 And if i am right you need a Gem version  0.93.
 ++
 
 Jack
 
 
 
 ___
 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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] japanese language and text3d

2013-02-10 Thread philippe boisnard
Hello Jack 

Thx 
I have understood the problem : it was that my all japanese font was not good 
because, immediatly with your package it was good !!! 
THXX ! I can transform my 2 installations with

bes regards and many thanks 

philippe
Le 11 févr. 2013 à 08:11, Jack a écrit :

 http://www.ilovegkr.com/mmedia/fonts/epgyosho.ttf

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


Re: [PD] japanese language and text3d

2013-02-10 Thread philippe boisnard
Hi 

My last problem, it's that I search to translate font character in hex ? 
somebody had a solution : 

I read a .txt file, I want to translate msgfile in hex
or an other solution ? 

philippe

Le 11 févr. 2013 à 08:21, philippe boisnard a écrit :

 Hello Jack 
 
 Thx 
 I have understood the problem : it was that my all japanese font was not good 
 because, immediatly with your package it was good !!! 
 THXX ! I can transform my 2 installations with
 
 bes regards and many thanks 
 
 philippe
 Le 11 févr. 2013 à 08:11, Jack a écrit :
 
 http://www.ilovegkr.com/mmedia/fonts/epgyosho.ttf
 
 ___
 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


Re: [PD] japanese language and text3d

2013-02-10 Thread philippe boisnard
Hello Seiichiro

Thank you for your help, but I want that directly in pd, because I can't create 
manually all kanji's value…. 1945 officials kanji ….

for my exhibitions and performances : 
12-02-2012 I present @ apple store of Ganza @ 19 h  translation, a 
video/audio set programmed with pd
and @ The French Insitut during one month I have 2 works : words city (it's a 
creation which works with web-participation) pd+bash+php
and phAUTOmaton.

If you are @ Tokyo, I will be very happy to meet you.

best regards 

philippe


Le 11 févr. 2013 à 15:22, Seiichiro MATSUMURA a écrit :

 Hi Phillippe,
 
 I find a web tool ASCII converter. Is this helpful you at the moment?
 
 ASCII converter
 http://www.mikezilla.com/exp0012.html
 
 I am also curious of your performances at Apple store Ginza and the
 French Institution.
 Could you show the information?
 
 Best,
 
 Sei
 
 
 --
 __/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/
 Seiichiro Matsumura
 
 s...@low-tech-ism.com
 http://low-tech-ism.com/
 __/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/
 
 
 
 
 
 
 
 
 
 2013/2/11 philippe boisnard philem...@mac.com:
 Hi
 
 My last problem, it's that I search to translate font character in hex ?
 somebody had a solution :
 
 I read a .txt file, I want to translate msgfile in hex
 or an other solution ?
 
 philippe
 
 Le 11 févr. 2013 à 08:21, philippe boisnard a écrit :
 
 Hello Jack
 
 Thx
 I have understood the problem : it was that my all japanese font was not
 good because, immediatly with your package it was good !!!
 THXX ! I can transform my 2 installations with
 
 bes regards and many thanks
 
 philippe
 Le 11 févr. 2013 à 08:11, Jack a écrit :
 
 http://www.ilovegkr.com/mmedia/fonts/epgyosho.ttf
 
 
 ___
 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
 
 
 
 
 -- 
 --
 __/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/
 Seiichiro Matsumura
 
 s...@low-tech-ism.com
 http://low-tech-ism.com/
 __/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/__/
 japan_font2.pdスクリーンショット 2013-02-11 15.18.44.jpg


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


[PD] japanese language and text3d

2013-02-09 Thread philippe boisnard
Hello 

I hav a big problem : I have read thread about the integration of language in 
text3d but it does not work
I try to use 

[number
I
[string(
I
[text3d]

but I have no  result in the other languages than english or french.

I try to use japanese and no result too ? 

I m in OSX 10.7.5 

and 43.4 for pd-extended

Do you know where is the problem ? 


philippe

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


[PD] PUREDATA SummerCamp @ Databaz (France) 5-8 juillet 2012

2012-06-21 Thread philippe boisnard
Le centreDatabaz, en partenariat avec Labomedia entre autres, organise le premierPUREDATA SummerCampdu 5 au 8 juillet 2012.— Face à la diffusion croissante de puredata dans le milieu artistique français,databaz, qui organise régulièrement des work-shops puredata, a décidé de créer un moment estival de rencontres pour les développeurs et les utilisateurs de puredata et de ses extensions (autres langages, techniques). Ce moment, loin de toute volonté à prétention médiatique, vise à permettre une rencontre conviviale, de partage aussi bien de compétences que de créations.— Toutes les personnes intéressées par cet événement peuvent s'inscrire et proposer selon leur thème de recherches un atelier ou bien une intervention. Il y aura trois lieux distincts pour les ateliers, proposant des possibilités ausi bien au niveau sonore que de vidéo-projection.— Seront privilégiés : les ateliers de développement de librairie ou de documentation en relation aux dernières avancées de puredata [par exemple autour du GLSL, de librairie spécifiques, etc], mais aussi des ateliers de démonstration de liaisons entre puredata et d'autres formes de protocoles [php, python, bash, perl, java, etc].— Pour les live-sets, nous aimerions anticiper et dès lors avoir des propositions en amont afin de structurer les deux soirées qui seront ouvertes au public.OrganisationDébut jeudi soir pour les arrivées (5 juillet)Vendredi 6 juillet-dimanche 8 juillet toute la journéeWork-shopatelierinterventionsdémonstrationVendredi soir et samedi soirsoirée démonstration, live set, repas et fête.Databaz prendra à sa charge la nourriture et une part des boissons pendant l'ensemble de l'événement.Inscription obligatoireDatabaz organisant cela dans son centre, il nous faut établir à l'avance le nombre de participants pour prévoir tous les couchages [sera demandé d'amener un sac de couchage] pour les non-régionaux.[Databaz — 100 rue du Gond — 16000 Angoulême — 06 61 37 22 35]Agrandir le plan[http://databaz.org/centre]___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] { or } in a message

2012-06-05 Thread philippe boisnard
Hello

do you know how to use { or } in a message or symbol. Because, when I type 
this, I have nothing ? 

thx

p

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


Re: [PD] Kinect mappings

2012-03-18 Thread philippe boisnard
Yes

I use pix_openni, it's for me in fact, the better solution. 

p


Le 18 mars 2012 à 07:02, dreamer a écrit :

 Why not use pix_openni to do the skeleton-tracking needed?
 Then you can omit OSCeleton, which is quite limited anyway.
 
 
 
 On Sun, Mar 18, 2012 at 3:52 AM, Pagano, Patrick p...@digitalworlds.ufl.edu 
 wrote:
 Hans
 I think i looked at this before. Do you have DIlib? It seems like it's not 
 available yet?
 I thought i grabbed this before but that was on linux
 
 pp
 From: Hans-Christoph Steiner [h...@at.or.at]
 Sent: Saturday, March 17, 2012 10:12 PM
 To: Pagano, Patrick
 Cc: pd-list@iem.at
 Subject: Re: [PD] Kinect mappings
 
 
 Check out William Brent's dilib:
 http://williambrent.conflations.com/pages/research.html
 
 .hc
 
 On Mar 13, 2012, at 1:23 PM, Pagano, Patrick wrote:
 
 Hello
 
 I am collaborating with a programmer who has developed a kinect streamer 
 with windows SDK that sends data over udp.
 I am soliciting some ideas on WHAT to do with the data stream.
 We are thinking movies/models and midi, but I would love to hear some ideas 
 regarding what to do with the data
 
 Cheers~
 
 pp
  
 OSCroute_kinect4.pd___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 The arc of history bends towards justice. - Dr. Martin Luther King, Jr.
 
 
 
 ___
 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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] puredata mini-summercamp @ Databaz (France)

2012-03-14 Thread philippe boisnard
French 

Databaz centre d'art expérimental situé à Angoulême organise du 5 au 8 juillet 
2012
un puredata mini-summercamp

— Face à la diffusion croissante de puredata dans le milieu artistique 
français, databaz, qui organise régulièrement des work-shops puredata a décidé 
de créer un moment de rencontres pour les développeurs et les utilisateurs de 
puredata et de ses extensions (autres langages, techniques). Ce moment, loin de 
toute volonté de prétention médiatique, vise à permettre une rencontre 
conviviale de partage aussi bien de compétences que de créations.

— Toutes les personnes intéressées par cet événement peuvent s'inscrire et 
proposer selon leur thème de recherches un atelier ou bien une intervention.

— Pour les live-sets, nous aimerions anticiper et dès lors avoir des 
propositions en amont afin de structurer les deux soirées qui seront ouvertes 
au public.


Organisation
Début jeudi soir pour les arrivées (5 juillet)

Vendredi 6 juillet-dimanche 8 juillet toute la journée
Work-shop
atelier
interventions

Vendredi soir et samedi soir 
soirée démonstration, live set, repas et fête.

Databaz prendra à sa charge la nourriture et une part des boissons pendant 
l'ensemble de l'événement.


Inscription 
Databaz organisant cela dans son centre, il nous faut établir à l'avance le 
nombre de participants pour prévoir tous les couchages [sera demandé d'amener 
un sac de couchage]


[Databaz — 100 rue du Gond — 16000 Angoulême — 06 61 37 22 35]
[ http://databaz.org/centre ]
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] question about echo and shell

2011-09-11 Thread philippe boisnard
Hello 

I want to use this expression with [shell]
[echo patatiptata | tee -a 
/Applications/puredata/32-espacedeportation/test.txt

no result ? 

when I try with terminal no problem.
why echo doesn't fonction with shell ? 

p

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


Re: [PD] question about echo and shell

2011-09-11 Thread philippe boisnard
Yop

ok for Ubuntu, but I m on OSX

who can try on OSX ?

thx

p

Le 11 sept. 2011 à 09:28, Ingo a écrit :

 I had it working on Ubuntu before.
 
 Ingo
 
 
 -Ursprüngliche Nachricht-
 Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von
 philippe boisnard
 Gesendet: Sonntag, 11. September 2011 09:14
 An: Pd List
 Betreff: [PD] question about echo and shell
 
 Hello
 
 I want to use this expression with [shell]
 [echo patatiptata | tee -a /Applications/puredata/32-
 espacedeportation/test.txt
 
 no result ?
 
 when I try with terminal no problem.
 why echo doesn't fonction with shell ?
 
 p
 
 


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


Re: [PD] Gem VJ Tutorial patches

2011-08-24 Thread philippe boisnard
Hello

No problem to play video for me. Do you Have you the README  because if you 
don't have gridflow, it's impossible that you can play any video. 
But I haven't the preview  in the patch in OSX. 

p

Le 25 août 2011 à 00:25, Richie Cyngler a écrit :

 Hey Ant,
 
 I checked out your patch but I couldn't get it to open any video files. I 
 tried .avi, .mov and .mpg on osX.
 
 thanks
 
 On Thu, Aug 25, 2011 at 6:25 AM, Antonio Roberts anto...@hellocatfood.com 
 wrote:
 Hey,
 
 I use PD/GEM a lot for VJing using a version of this patch
 http://puredata.hurleur.com/viewtopic.php?pid=25492 It's definitely
 not a beginner's patch...
 
 One note about this patch: It only really plays videos, it doesn't do
 anything generative.
 
 Ant
 
 On 24 August 2011 21:07, Pagano, Patrick p...@digitalworlds.ufl.edu wrote:
  Hey
 
  I am soliciting examples for entry level GEM patches that work on
  linux/windows and OSX that show how to mix a video or react to sound. I
  recall a set of them called Begenswelder? That had a real good example for
  a sound reactive GEM patch but I cannot find it in my files, Please
  refresh my memory and as I asked anyone who has a simple patch(s) for
  understanding GEM or Vjing that works cross platform would be greatly
  appreciated. I have a few but I am trying to expand my cross platform
  examples.
 
  Thanks in advance
 
  pp
 
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management - 
  http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 --
 07875 006 245
 anto...@hellocatfood.com
 
 
 http://www.hellocatfood.com
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 -- 
 Richie
 ___
 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


Re: [PD] kinect external

2011-06-20 Thread philippe boisnard
Hello Hans

I do that you you explain, I put the whole folder in Library/Pd, and after I 
start pd-extended, but fux_kinect object doesn't work, even if I have the objet 
[kinect]


I don't understand, because, there is no problem when I read you ? 

p
Le 20 juin 2011 à 01:22, Hans-Christoph Steiner a écrit :

 Basically, just unzip this, and drop the whole fux_kinect folder into 
 /Library/Pd, and the fux_kinect object works and finds the 
 libfreenect.0.0.1.dylib and libusb-1.0.0.dylib.


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


[PD] shell

2011-06-17 Thread philippe boisnard
Hello 

I work with shell and I have a problem with the out of [shell]

when I send a message as
[wc -l $File.txt(
I have no problem to have number of the line


but when I send this message
[sed -n '$='  $File.txt( I have no message in out. 
With the Terminal I have no problem, I have the number of line, but in pd no 
result.

I have the same problem with awk
[awk 'END {print NR}' $File.txt(

Do you have a solution to obtain the number in the out of [shell] ?


thx

p

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


Re: [PD] kinect external

2011-06-17 Thread philippe boisnard
Yop

I try to built, and I don't ? 
I have changed all directory in the makefile.
but I have error when I make ???

THX
p

Le 17 juin 2011 à 18:56, Budi Prakosa a écrit :

 hi all,
 i want to share simple kinect external based on libfreenect glview.c
 and some examples from gem mailing list
 
 cheers
 
 
 Budi Prakosa
 house of natural fiber (HONF)
 yogyakarta new media art laboratory
 wora wari A80/6 baciro yogyakarta indonesia
 http://www.natural-fiber.com
 kinect.zip___
 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


Re: [PD] shell

2011-06-17 Thread philippe boisnard
Hi

I can't type \ in my pd-extended. 
thus no result with this.

THX

p

Le 17 juin 2011 à 21:52, Charles Goyard a écrit :

 Hi,
 
 I guess you're on osx since you mention 'Terminal'.
 
 Try with escaping the quotes :
 
 sed -n \'$=\'  $File.txt
 
 and eventually the dollar too :
 
 sed -n \'\$=\'  $File.txt
 
 On archlinux it works without escaping.
 
 see you,
 Charlot
 
 ___
 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


Re: [PD] About KInect

2011-04-06 Thread philippe boisnard
hello
 Hello list, so everybody goes? inquire about their experiencesthan I need for 
 devices will run on pure data, mac osx. withKinect. Adapter? , the box comes 
 with USB adapter?
yes, with usb adapter.

 , OtherThings? I just want to buy the xbox Kinect not mow.
 I've been reading the forums and there from people who say usewith reverse 
 engineering process and others that it is plug n play.
 
 Your experience?
it's not very hard to install sceleton. see the discusson about the video in 
the list. I don't use actually the video, only the sceleton.
I try this in 10 days.

p


 
 Greetings
 
 José
 
 -- 
 http://arselectronicachile.blogspot.com
 http://comunicacionnativa.blogspot.com/  
 http://www.myspace.com/santorcuato
 
 
 
 ___
 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


Re: [PD] preQiew: a preview window for Gem

2011-03-21 Thread philippe boisnard
Idem, no problem with OS.X 10.6

nice

p
Le 21 mars 2011 à 19:59, Hans-Christoph Steiner a écrit :

 
 On Mar 21, 2011, at 11:30 AM, Husk 00 wrote:
 
 On Mon, Mar 21, 2011 at 5:50 AM, Mathieu Bouchard ma...@artengine.ca wrote:
 On Mon, 21 Mar 2011, Marco Donnarumma wrote:
 
 Hi Luca,thanks for sharing this!  looks very handy.. However, I'm testing
 the cpu usage, and I noticed a +50% in the cpu load when creating the
 preview. I understand [preqiew] run another instance of Pd, but such load 
 is
 possibly caused by the shared texture... I tested with a [cube] too, with
 the same result. Does the overload happen with you?
 
 I have worse news... If I open preqiew-help.pd, create a preview window,
 then close that patch, then try to create a new patch, the original
 'pdextended' process crashes (Erreur de Segmentation), while its gui
 survives (why would that be ?) and the 'pdextended -nogui' survives too.
 
 But just after that, I noticed that merely opening the patch and closing it,
 without creating a preview window, also causes a similar weird crash while
 quitting pd. In that case, though, it looks like the main process
 «terminated normally» except that it doesn't close the other processes.
 
 Ehy Mathieu,
 thanks for test it!
 Try the new version please.
 It uses now [pd~] and the freeze thing doesn't happen anymore.
 Note that in my case in order to use pd~ I had to compile pd vanilla
 (0.42-5) because pd~ from extended it's broken to me (it's look for
 /usr/lib/pd/bin/pd-gui).
 download it:
 https://code.autistici.org/trac/planetQ/wiki/preQiew
 
 let me know
 husk
 
 
 Worked for me on Mac OS X 10.5.8/Intel, that's a nice hack!
 
 .hc
 
 
 
 
 It is convenient to imagine a power beyond us because that means we don't 
 have to examine our own lives., from The Idols of Environmentalism, by 
 Curtis White
 
 
 
 
 
 ___
 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


Re: [PD] pd-kinect-skeleton

2011-02-20 Thread philippe boisnard
No problem with snow leopard, I work since 2 months with 
look this video
http://www.vimeo.com/20050533
it's an extract of the performance with the french dancer Estelle de 
Montalembert that we have presented in Germany, there is two days 

if you have installed Open nit, use this


osceletonpd.pd
Description: Binary data

you have in the patch good variables and the sceleton 


Le 19 févr. 2011 à 19:31, Pagano, Patrick a écrit :

 
 Hi
 
 I have snow leopard and a kinect and would love to try this out, but I am
 a little confused by the insane flurry of emails regarding this.
 Does the kinect work with pd?
 
 What does one need to build or prepare for the patches to work?
 
 Thanks in advance
 
 pp
 
 
 ___
 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


Re: [PD] [PD-announce] GridFlow 9.13

2011-02-20 Thread philippe boisnard
I have tested the new version of binary (on snow leopard//64bits) this morning, 
and no problem at this time for me. 


Le 21 févr. 2011 à 07:28, Mathieu Bouchard a écrit :

 
 Although GridFlow 9.13 was released as source on 8 february, this 
 announcement comes late, on 21 february, because the executable packages were 
 not ready. Furthermore, this time, we have only executable packages for 
 OSX-Intel and Windows.
 
  Get it at http://gridflow.ca/
 
 Now here's the usual ChangeLog.
 
 -8découpez-ici8-
 
 version 9.13 (2011.02.08):
 
 * added classes [azerty_piano], [hpgl_to_lines], [hpgl_objectbox],
   [hpgl_messagebox], [hpgl_from_patch], [#draw_lattice]
 * [#expr]: added functions if, pow (numop ** aliased to pow)
 * numop1: added fact (factorial or gamma function which is not [#
   gamma])
 * numop1: added log2, log10, C.log2, C.log10, unary+
 * numop1: aliased log and C.log to ln and C.ln
 * numop1: added asin acos atan asinh acosh atanh
 * [#]: don't check type of right-grid when one-input operator
 * [#]: fix one-input vecop support (complex numbers)
 * [#]: don't ask for N elements in right inlet for a one-input operator
 * [#expr]: fixed several parsing bugs
 * numop2 weight becomes a numop1 (single inlet)
 * x11 is now a load-time option
 * [#io.x11]: added methods query_pointer and out_size_minimum
 * [route3]: fixed right outlet bug
 * parens in messages are no longer parsed automatically as nested-lists.
   (parens in objectboxes still are, of course)
 * [gf/find_file] now looks up relative names in gridflow/images
   even when they contain a slash (or several).
 * [gf/error]: added method 'uplevel'
 * [#in] and [#out]: in case of unknown suffix, say 'not open' afterwards
 * [#redim]: argument defaults to ()
 * former numop atan renamed to atan2cd
 * [#inner] and [#convolve]: add seedless mode (without typecheck
   annoyance)
 * [unix_time]: fixed the month number bug
 * [#fold]: much faster in the case folding over a dim that has only 1
   index
 * [#from_pix]: much faster rgba-rgba conversion
 * [#from_pix]: added conversion to colorspace y
 * [#from_pix]: added conversion from [pix_grey] mode
 * osx package gets MMX support (on Intel)
 * osx package gets libquicktime support (including encoding)
 * the win32 package is back !
 * pdp support missing in source package (by accident; fixed in 9.14)
 
 ___
 | Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, 
 QC___
 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


Re: [PD] pd-kinect-skeleton

2011-02-15 Thread philippe boisnard
yep
it's a little bug of my generator letters. But it's fixe

p

Le 15 févr. 2011 à 22:56, Mathieu Bouchard a écrit :

 On Sat, 5 Feb 2011, philippe boisnard wrote:
 
 my new search with kinect and danse (I prepare an exhibition with a dancer 
 Estelle de Montalember in 2 weeks)
 http://databaz.org/images2/kinviddans.mov
 
 You know it's using pd when...
 
 ... the programme is supposed to generate single letters, but once in a 
 while, the word symbol appears instead of a single letter !
 
 (what was is supposed to be ? espace, virgule, point-virgule ?)
 
 ___
 | Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, QC


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


Re: [PD] Le Pure Data FlossManual est sorti !

2011-02-12 Thread philippe boisnard
de même pour pas mal d'images qui manquent dans le manuel.
et il manque plein de choses ... résultat bof bof



Le 12 févr. 2011 à 15:15, matohawk a écrit :

 Il n'y a pas un problème avec les images en bas de chaque page pour la 
 navigation.
 Elles ne s'affichent pas chez moi
 
 Le 2011-02-12 08:57, Benjamin ~ 01xy a écrit :
 /[English Below]
 
 /Nous sommes heureux de vous annoncer la naissance du Flossmanual Pure
 Data en français initié grâce à un BookSprint de 5 jours à l'initiative
 de l'association FlossManuals France
 Il est en ligne depuis hier soir :
 http://fr.flossmanuals.net/Puredata/Introduction
 Présentation de la démarche cette après midi (samedi 12 février) à Mains
 d'Oeuvre entre 15h et 17h
 
 +/- Stream : http://labomedia.net:8000/pdflossmanual.ogg
 irc : #flossmanuals sur freenode
 
 Il est désormais ouvert à vos contributions !
 Un grand merci à l'Organisation internationale de la Francophonie, Mains
 d'Œuvres (Craslab) et Okno ainsi qu'à tous les contributeurs qui ont
 participé sur place ou à distance à ce BookSprint
 
 
 == [English] ==
 We are pleased to announce the fact that since yesterday, there is a
 french flossmanual for Pure Data :
 http://fr.flossmanuals.net/Puredata/Introduction initiated with a 5 day
 BookSprint initiated by NGO FlossManualFrance
 
 This afternoon (12.02.2011), it will be presented @ Mains d'Oeuvre St
 Ouen between 15h - 17h French time
 
 +/- Stream : http://labomedia.net:8000/pdflossmanual.ogg
 irc : #flossmanuals sur freenode
 
 It's now open to all contributions !
 Big thanks to Association FlossManuals France, Organisation
 internationale de la Francophonie, Mains d'Œuvres (Craslab) and d'Okno +
 all contributors
 
 ++Benjamin
 
 ___
 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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] patch dans patch

2011-02-12 Thread philippe boisnard
it's beautifull. 

Le 13 févr. 2011 à 06:28, Mathieu Bouchard a écrit :

 
 mes nouvelles patchs de ce soir :
 
  http://gridflow.ca/gallery/patch_dans_patch_1.png
  http://gridflow.ca/gallery/patch_dans_patch_2.png
  http://gridflow.ca/gallery/patch_dans_patch_3.png
  http://gridflow.ca/gallery/patch_dans_patch_4.png
  http://gridflow.ca/gallery/patch_dans_patch_5.png
 
 ___
 | Mathieu Bouchard  tél: +1.514.383.3801  Villeray, Montréal, 
 QC___
 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


Re: [PD] pd-kinect-skeleton

2011-02-04 Thread philippe boisnard
yop

my new search with kinect and danse (I prepare an exhibition with a dancer 
Estelle de Montalember in 2 weeks)

http://databaz.org/images2/kinviddans.mov

perhaps, if you don't use safari browser, you nust wait some time


p

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


Re: [PD] pd-kinect-skeleton

2011-02-04 Thread philippe boisnard
YopI use the same calibration for osceleton.no problem at all


osceletonpd.pd
Description: Binary data
pLe 5 févr. 2011 à 07:19, palmieri, ricardo a écrit :hey hans, thx for sharing this amazing solution!.are you using some special calibration in the OSCeleton command line?could you share this also?im trying using this (i took in a quatz composer tutorial)
./osceleton -p 8110 -mx 2 -my -2 -mz -1 -ox -1 -oy 0.75 -oz 1 -a 127.0.0.1i'd change my udpreceiver to 8110, but i can se only 1 yellow circle. nothing more.
thx a lot!palm2011/2/4 Hans-Christoph Steiner h...@at.or.at

Oops, yes, thanks! I updated the README.

.hc

On Feb 4, 2011, at 7:55 PM, John Harrison wrote:


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 wrote:

OpenNI software reads the camera and then outputs the skeleton tracking data via OSC messages.











"Free software means you control what your computer does. Non-free software means someone else controls that, and to some extent controls you." - Richard M. Stallman



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list
-- twitt-me: @ricardopalmierimobile# +551185833173[intlab.cc][palm.estudiolivre.org][myspace.com/livenoisetupi]
[skype:palmieriricardo][msn: ricardopalmi...@bol.com.br][linux user # 392484]

___Pd-list@iem.at mailing listUNSUBSCRIBE 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] [video] kinect + wii + puredata

2011-01-28 Thread philippe boisnard
Hello

In the video : a 3D modelisation of body with kinect motion-tracking + wii for 
the movement of the world + pmpd_mass

http://databaz.org/images2/kinwii2.mov


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


Re: [PD] position of object with rotation

2011-01-17 Thread philippe boisnard
Hello

I know that, and I have no orientation variable in my second object.
I' try this, and it's not good for the problem :

I explain with the 2 chains :

1rst

[gemhead]
l
l  __ [variables in real time
l  l
[translateXYZ]
l
l
l
[model toto.obj] 
 for exemple an harm  rectangle
base (we have coordXYZ) - []  - (we search the exact position of 
vertex with the position of toto2.obj



2nd

[gemhead]
l
l   __ [variables in real time
l  l
[translateXYZ]
l
l
[model toto2.obj]


and I want that [toto.obj] to be in the same axe ox [toto2.obj] because it's to 
create sceleton for a human in 3D. 
Because we have only 1 dot of fixation per .obj, it's hard for me to create 
this axe ?

I have tried gemlist_info and no result, because, certainly I'm not very good 
in geometry.

thks

p





Le 17 janv. 2011 à 10:15, cyrille henry a écrit :

 gemlist_info
 
 Le 17/01/2011 06:40, philippe boisnard a écrit :
 Hello
 
 I work to create a sceleton and I ahave problem with arm and legs
 
 When we use a .obj, we have only 1 entry to détermine the position 
 [translate or rotate], and not 2. The position is the base of the objetct.
 I search to determine the vertex position from the coordinate of a specific 
 point, that I move. It therefore requires a rotation [XYZ] of the object 
 from its base.
 
 I can't do.
 
 
 Ant idea ?
 
 
 
 ___
 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] work-shop Angoulême France 22-23 janvier

2011-01-15 Thread philippe boisnard
Centre Databaz - France
100 rue du Gond-Angoulême France
résa : mail or 0698803430
# WORKSHOP PURE DATA - spécial interaction son/image

__ samedi 22 et dimanche 23 janvier 2011 /// 9h - 18h

Formateur : Philippe Boisnard
Participants minimum : 5 / maximum : 10. 

[+] Le workshop [Pure Data] est ouvert à tous : 
- niveau extrême débutant.
- niveau débutant ayant quelques connaissances.
- approfondissement pour les utilisateurs qui connaissent déjà Pure Data.

Il sera nécessaire d'amener un micro-ordinateur portable (MAC/PC/LINUX) sur 
lequel sera installé 
[Pure Data] et les librairies nécessaires pour le workshop.

Si vous avez des consoles ou capteurs ils seront utiles. Pour les musiciens 
instruments de musique.

Il s'agira de découvrir les possibilités d'interaction entre image et son à 
travers le programme [OPEN MIDI CONTROL], programmé par Philippe Boisnard, qui 
permet la construction de patches sonores et video à partir de 
l'interconnections de modules 
La programmation [Pure Data] ne sera pas essentielle (même si les patches 
seront analysés pour permettre une meilleure compréhension des potentialités de 
captation et la possibilité d'une création autonome), car ce work-shop se 
concentrera sur la manipulation de modules pré-fabriqués en vue de la 
performance, des arts sonores et de l'installation.

[+] Participations :
_ [non adhérent] 75 € pour les deux jours (repas midi compris)
_ [adhérent] 50 € pour les deux jours (repas midi compris)
_ [étudiants, chômeurs, RMI/RSA] 40 € (repas midi compris)

[+] Les repas seront fournis par l'association Trame Ouest et pris dans le 
centre Databaz.

[+] Possibilité d'hébergement sur place sur réservation pour ceux qui viennent 
de loin (places limitées + apporter un sac de couchage)___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] puredata+kinect (links + zip)

2011-01-15 Thread philippe boisnard
Hello Hans

I use Sensebloom-OSCeleton
very stable, no problem
I start osceleton directly from the pd-patch with a shell command 
today I work to realize a perspectiv rotation of body 
Kinect is realy powerfull and easy to use.

= link 
a third demo 
http://databaz.org/videos/testkinpuredata3.mov

happy new year 

p



Le 16 janv. 2011 à 00:10, Hans-Christoph Steiner a écrit :

 
 Nice!  What are you using to convert the kinect data to OSC?
 
 .hc
 
 On Jan 15, 2011, at 6:09 AM, philippe boisnard wrote:
 
 Excuse 
 
 I have forgot patche
 kinectscel.zip
 
 and video links
 
 1/ simple sceleton
 http://databaz.org/videos/testsceleton.mov
 
 2/ seceleton with interactivity with space with a hand (a simple cube) and a 
 3d object for the other hand
 http://databaz.org/videos/testkinscel2.mov
 
 
 philippe
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 
 kill your television
 
 

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


[PD] puredata+kinect

2011-01-14 Thread philippe boisnard
I give you two links : 
1/ a video demo of kinect sceleton with pure data
2/ the patch [OSC + body]

all is good with osX snowleopard

best regards

p

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


[PD] [PD-announce] Work-shop meta-instrument et capteurs sensitifs

2010-10-09 Thread philippe boisnard

Partenariat Databaz / GRIM Marseille

Le work-shop aura lieu au GRIM à Marseille
2 jours : 30 - 31 octobre // 50 €.

i...@grim-marseille.com
http://www.grim-marseille.com/grim/Ateliers_Formation.html

Présentation :
Ce work-shop sur 2 jours proposera aux participants de comprendre et  
de jouer avec des interacteurs au niveau musical. Il s'agira de  
présenter et de développer des instruments augmentés à partir de  
capteurs : aussi bien des capteurs Infra-Rouges, que de capteurs de  
pressions, des potentiomètres linéaires, des capteurs de  
positions, ... Les interactions pourront aussi bien être  sonores que  
visuelles.


Le work-shop n'aura pas strictement pour but l'apprentissage de la  
programmation avec pure data, mais bien plus la compréhension de la  
logique générale qui permet d'utiliser et de modifier des parties de  
programme déjà constituées (patches), afin de développer ses propres  
projets. C'est en ce sens que sera proposé aux participants, une série  
de patches (filtres, synthèse granulaire, analyse du son, ...) qui  
leur permettront immédiatement de faire évoluer leur pratique.


Les participants devront amener leur instrument e musique, un micro- 
ordinateur.

La formation sera faite par Philippe Boisnard.
.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] how to create blanck line

2010-09-24 Thread philippe boisnard

Hello


I have a stupid question
how to create in a textfile blank line between 2 lines with [msgfile]  
or [textfile]


thanks

p

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


Re: [PD] how to create blanck line

2010-09-24 Thread philippe boisnard

Hi


For applescript command
for exemple to change .srt used by VLC [it was my problem : to create  
an automat for a random_mix of .srt in VLC]



[open document file XX.srt of folder  
[set the name of file XX.srt to XX1.srt(

Desktop of folder philippsnard of folder Users
  I
of startup disk using application file TextEdit.app of
I
folder Applications of startup disk]  
   I
I   
I
I   
   I
I   
  I
I   
I
I__I
[list]
I
[l2s]
I
[osascript -e 'tell application Finder to $1' (
I
[system]

I finish the patch, and I share in the list.

p

Le 24 sept. 10 à 08:14, philippe boisnard a écrit :


Hello


I have a stupid question
how to create in a textfile blank line between 2 lines with  
[msgfile] or [textfile]


thanks

p

___
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


Re: [PD] how to create blanck line

2010-09-24 Thread philippe boisnard

Hello





i have a clever question:
do you think it would be possible to strat a new thread, when you  
start

a new topic?
this is how i do it: if i want to comment on something somebody has  
said

on the list i use  the reply (and relatives: usually reply list)
button in my mail-client. if i have a new question, i click on  
new and

add pd-list@iem.at as the address (when i'm lazy, i navigate to a
pd-list mail, and right-click on the mail-address and select compose
mail to.
sorry, but I believe that my mail was only for the pd-list, and not  
with you in cc.

It's certainy an error of me


how to create in a textfile blank line between 2 lines with  
[msgfile] or

[textfile]


by adding an empty line with [add( (no arguments)
My problem was that when I read a .srt with [msgfill],  all blank line  
was cuted, and after when I rewrite the text,  I did not manage to  
insert blank lines
But I have choosen an other way to realize a random mix of video and  
subtitle in VLC, with [system] and applescript.

I document the atch and I share.

best regards

p


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


[PD] [announce] work-shop @ Angoulême : 11 12 septembre : spécial capteurs et arts sen sitifs

2010-08-27 Thread philippe boisnard

Centre DATABAZ
3ème WORKSHOP PURE DATA - spécial capteurs et arts sensitifs

__ samedi 11 et dimanche 12  septembre [9H-18h]
Centre DATABAZ — Angoulême — 100 rue du Gond
information = 06 61 37 22 35

Formateur : Philippe Boisnard
Participants minimum : 5 / maximum : 10.

[+] Le workshop [Pure Data] est ouvert à tous  :
- niveau extrême débutant.
- niveau débutant ayant quelques connaissances.
- approfondissement pour les utilisateurs qui connaissent déjà Pure  
Data.


Il sera nécessaire d'amener un micro-ordinateur portable (MAC/PC/ 
LINUX) sur lequel sera installé

[Pure Data] et les librairies nécessaires pour le workshop.

Il s'agira de découvrir l'art sensitif à travers les possibilités  
d'interaction avec capteurs à partir de patches [Pure Data] déjà  
programmés par le formateur. Les capteurs utilisés seront : des  
potentiomètres (pression), capteurs de distance InfraRouge, des  
Ribbon, manette WII. Les données seront testées en connection filaire,  
en HF et en Bluetooth.


La programmation [Pure Data] ne sera pas essentielle (même si les  
patches seront analysés pour permettre une meilleure compréhension des  
potentialités de captation et la possibilité d'une création autonome),  
car ce work-shop se concentrera sur l'interaction en vue de la  
performance, des arts et de l'installation.

Matériel mis à disposition :
1 émetteur/récepteur HF de données MIDI
2 boitiers de connection filaire [OSC/MIDI]
2 manettes de wii
2 consoles MIDI
8 Ribbon
3 capteurs de distance
6 capteurs pressions

1ère journée : analyse de patches, de dispositifs et des éléments de  
l'interaction
2ème journée : développement d'un projet personnel avec l'aide du  
formateur.


[+] Participations :
_ [non adhérent] 75 € pour les deux jours (repas midi compris)
_ [adhérent] 50 € pour les deux jours (repas midi compris)
_ [étudiants, chômeurs, RMI/RSA] 40 € (repas midi compris)

[+] Les repas seront fournis par l'association Trame Ouest et pris  
dans le centre Databaz.


[+] Possibilité d'hébergement sur place sur réservation pour ceux qui  
viennent de loin (places limitées + apporter un sac de couchage)

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


Re: [PD] polygon(3)2obj abstract, presentation and example

2010-08-23 Thread philippe boisnard

Re


very nice work  tomorrow I ll work to adapt this process for  
polygon(x)


good night

p


Le 22 août 10 à 23:48, cyrille henry a écrit :


hello

in fact, it was faster to do it from scratch.
here it is.
i made only obj_square, but other primitive should be fast to  
implement.


Cyrille

Le 22/08/2010 22:21, cyrille henry a écrit :

hello filipe,

i've made lot's of new stuff for obj exporting, but did not announce
them since no one was interested until now
you should have asked!

what i curently use is an abstraction.
i need to polish it a bit if i had to share it, but the way to use  
it is :
create a patch like you are used to, using rotate / translate /  
repeat /

etc
replace the square object with obj_square object
(need work for the other primitive, but nothing complex)
create and bang a obj_exporter object and that's it!

Cyrille


Le 22/08/2010 21:56, philippe boisnard a écrit :

Hello Cyril

Nicolas told me that.
Here is only an abstract and not an object.
we searched the object [cube2obj] but have not not found.
I'm interresting
but I can't create object.

but jI try to create an abstract which would recover all data from a
complex figure polygne is iterative :
for example after iteration :
[t b a]
I I
[100( I
I I
[until] I
[gemlist]


since 3d printing is now very popular, Gem can be a good way to  
create

models.

Yes it's exactly my way


br

p


obj_exporter.zip



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


Re: [PD] polygon(3)2obj abstract, presentation and example

2010-08-22 Thread philippe boisnard

Hello Cyril

Nicolas told me that.
Here is only an abstract and not an object.
we searched the object [cube2obj] but have not not found.
I'm interresting
but I can't create object.

but jI try to create an abstract which would recover all data from a  
complex figure polygne is iterative :

for example after iteration :
[t b a]
I I
[100(  I
II
[until]I
[gemlist]


since 3d printing is now very popular, Gem can be a good way to  
create models.

Yes it's exactly my way


br

p

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


Re: [PD] a little music

2010-08-15 Thread philippe boisnard

Hi

Very nice patch, thx to share.
Many variations are possible, with some modification.
cool

best regards

p

Le 14 août 10 à 16:34, Claude Heiland-Allen a écrit :


Hello there,

I made a little music with Pd (vanilla + expr) yesterday (patch  
attached); audio for those not near a Pd is at:


http://claudiusmaximus.goto10.org/feed/media/ClaudiusMaximus%20-%20Nom2%20%28fast%20mix%29.ogg

I'm not 100% happy with the end result, but I almost never am, so I  
thought I'd send it along anyway.  Maybe you can improve it - I had  
epic ideas but not enough motivation to realize my imaginings...



Claude
--
http://claudiusmaximus.goto10.org
ClaudiusMaximus_- 
_Nom2_fast_mix.pd___

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


Re: [PD] moving gemwin

2010-07-15 Thread philippe boisnard
hellonormal, [translateXYZ] is for [rectangle]you could separate in 2 rectangles and create an other way to mix the separate video [for exemple with alpha for each [rectangle]


avatar.pd
Description: Binary data
see the patchbest regardspyou can use [pix_alpha] too, to mix the two videos and keep only jaguar head in the live videoLe 15 juil. 10 à 07:19, Jose Luis Santorcuato a écrit :Well... ooops, i forget the patch also i am working with pix_mix but when i move a source all moves...i wanna move just the avatar..., but the all images move and background is black...I attached the patch and avatar mov... Best regardsJosé2010/7/15 Jose Luis Santorcuato santorcuat...@gmail.com Hi list...i stay working in a avatar program... one gemhead capture a participant and show a avatar... the capture of participant from pix_video and the avatar in other gemhead with pix_chroma_key (pix_film)... works fine... but when i tracking the movement and move the video all move... i put translate, but all the displayed images move... i just need move the avatar but not the capture of participant... like a chroma... but all the images move... i tried with gemhead 1, gemhead 2, but not work, all moves... i just like the avatar move when i move the values from translate from the pix_film with avatarbut all moves, not only avatar... Where i must put the translate other object???Best regardsJosé-- http://arselectronicachile.blogspot.com http://www.myspace.com/santorcuato  -- http://arselectronicachile.blogspot.comhttp://www.myspace.com/santorcuato  avatar.pdjaguar.mov___Pd-list@iem.at mailing listUNSUBSCRIBE 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


Re: [PD] obj to open webbrowser

2010-07-07 Thread philippe boisnard

Hello

Thx Hans.
I have resolved some problem since my questions. actually with  
applescrit and oascript,


I managed to do a lot of automated operation. but I can not do to move  
my windows either preview or firefox, etc ...



tell application Safari
set position of (348720) to {354, 22}
end tell

Ihave tried with system event, and the result is the same.

any idea to move windows with applescript ? If I know how, the  
integration will be easy.


p



Le 8 juil. 10 à 01:26, Bernardo Barros a écrit :

the command open tells finder to open a file or url with the default  
software.


why not

open http://www.wikipedia.org;  -- [shell]

???


2010/7/7 Hans-Christoph Steiner h...@at.or.at:


Seems like a generic osascript object would be a good idea:




.hc

On Jul 4, 2010, at 5:00 AM, philippe boisnard wrote:


Hello

an other solution with [system] to open webpage and other document  
for

example image.

but I search with applescript to define the name of safari or  
firefox or

preview window ? do you have idea about this problem ?

b_r

p

openimage.pdopenwebpage.pd







All mankind is of one author, and is one volume; when one man dies,  
one
chapter is not torn out of the book, but translated into a better  
language;

and every chapter must be so translated -John Donne



___
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


Re: [PD] fullscreen 2 on xp

2010-07-04 Thread philippe boisnard

question dealt with a lot of times

in the patch I sent yesterday : go in the abstract projecteur = and  
in the sub [pd gemwin]


you adjust the offset with the size of windows, and don't forget clic  
[border] 0


p


Le 3 juil. 10 à 23:56, Laurent Kappler a écrit :


Hi,

Is there an equivalent to message fullscreen 2 to gemwin on XP ?

I can offset the gemwin on screen 2, but it's a tv so the effect is  
much better on fullscreen, there's no black border and it looks like  
a real tv show.


I setup the dual head so when VLC start on screen 1 it automaticly  
output the video flux to fullscreen TV through s-video on screen 2.

I would like to reach the same effect with gemwin. Is it possible ?

Thx
Laurent


___
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


Re: [PD] obj to open webbrowser

2010-07-04 Thread philippe boisnard

Hello

an other solution with [system] to open webpage and other document for  
example image.


but I search with applescript to define the name of safari or firefox  
or preview window ? do you have idea about this problem ?


b_r

p



openimage.pd
Description: Binary data


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


Re: [PD] obj to open webbrowser

2010-07-04 Thread philippe boisnard

Hello

name and id are solved.
but I have always the same problem :
I can not move windows

I use
set position [id] to coordinate, but this does not

THX for Lily Marco, but for moment I prefer to explore and ty script.  
perhaps later.


p



Le 4 juil. 10 à 14:08, Marco Donnarumma a écrit :

Might not be an elegant workaround but Lily have this functionality  
and you can easily use sockets to connect it to Pd.


http://code.google.com/p/lilyapp/

http://www.lilyapp.org

Although it seems it's not developed anymore, some function are  
stable and usable.


M





but I search with applescript to define the name of safari or firefox
or preview window ? do you have idea about this problem ?

b_r

p

-- next part --
A non-text attachment was scrubbed...
Name: openimage.pd
Type: application/octet-stream
Size: 778 bytes
Desc: not available
URL: http://lists.puredata.info/pipermail/pd-list/attachments/20100704/27c36916/attachment-0002.obj 


-- next part --
A non-text attachment was scrubbed...
Name: openwebpage.pd
Type: application/octet-stream
Size: 519 bytes
Desc: not available
URL: http://lists.puredata.info/pipermail/pd-list/attachments/20100704/27c36916/attachment-0003.obj 



--

___
Pd-list mailing list
Pd-list@iem.at
to manage your subscription (including un-subscription) see
http://lists.puredata.info/listinfo/pd-list


End of Pd-list Digest, Vol 64, Issue 17
***




--
Marco Donnarumma aka TheSAD
Independent New Media Arts Professional, Performer, Teacher -  
Edinburgh, UK



PORTFOLIO: http://marcodonnarumma.com
LAB: http://www.thesaddj.com | http://cntrl.sourceforge.net | 
http://www.flxer.net
EVENT: http://www.liveperformersmeeting.net


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


Re: [PD] obj to open webbrowser

2010-06-20 Thread philippe boisnard

Yop Hans

that's what I was looking for. But I do'nt think it was in in pddp...   
Do you know if we can send some message in this oblect, or variable  
[type new window ? size of window ? etc ? ]


Le 20 juin 10 à 07:46, Hans-Christoph Steiner a écrit :



pddp/pddplink perhaps?

.hc

On Jun 20, 2010, at 12:23 AM, philippe boisnard wrote:


Hello

I have a big black hole, I don't remember the object to open  
directly a web-browser and a link.


thanks

p

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






I have the audacity to believe that peoples everywhere can have  
three meals a day for their bodies, education and culture for their  
minds, and dignity, equality and freedom for their spirits.  -  
Martin Luther King, Jr.






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


Re: [PD] mapping_video

2010-03-30 Thread philippe boisnard

Yes
very nice pocess and interface.


Le 30 mars 10 à 15:04, Max a écrit :


nice interface!

Am 30.03.2010 um 12:54 schrieb kubriel:


hallo, i made quite user friendly projection mapping abstraction for
video.
it is based on curve3d(thanks to iohannes), but with useful and fast
interface, as you know from moving rectangles in inkscape.
i used it to make this instalation
http://www.direkt.sk/_/bx/feedback/13.jpg
this is, how the interface looks
http://www.direkt.sk/_/mapping_video.png


http://www.direkt.sk/_/mapping_video.zip

mapping_video.zip, (5,9Kb):
mappingvideo-MAINPATCH.pd - to check whats going on try this
pytagoras.pd
vertex.pd
videoplayer.pd
stred_bodov.pd
video_ext.pd - this is the object itself

it is pretty big mess, i know. also names of abstractions are not  
very
clean, i can make it better if somebody wants to modify it. it is  
only

what i used, i offer to you, with hope to help somebody
have a nice day


___
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] 2ème Work-shop pure data au centre Datab az (Angoulême) 3-4 avril

2010-03-03 Thread philippe boisnard

J'avais oublié la date :
3-4 avril 2010
 2ème  Work-shop pure data au centre Databaz
100 rue du Gond

Angoulême


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


[PD] [PD-announce] 2ème Work-shop pure data au centre Databaz (Angoulême)

2010-03-02 Thread philippe boisnard

# 2ème WORKSHOP PURE DATA @ DATABAZ [Angoulême]

Formateur : Philippe Boisnard
Participants minimums : 5 / maximum : 12.

[+] Le workshop [pure data] est ouvert à tous  :
- niveau extrême débutant.
- niveau débutant ayant quelques connaissances.
- approfondissement pour les utilisateurs qui connaissent déjà pure  
data.


[+] Il s'agira tout au long de ce week-end d'immersion d'apprendre les  
bases de la programmation
pure-data (video et audio) permettant de s'engager dans la création  
d'un programme d'interactivité

(console de mixage audio/video / interaction avec Wii ou avec capteurs).
Le travail conjuguera une découverte des bases de la programmation et  
une exploration de patches
(programmes) créés pour l'occasion, permettant de développer plus  
rapidement les projets des

participants.

Il sera nécessaire d'amener un micro-ordinateur portable (MAC/PC/ 
LINUX) sur lequel sera installé

[pure-data] et les librairies nécessaires pour le workshop.

Niveau confirmé :
[+] Approfondissement de la gestion des variables [au niveau des  
messages, des objets, des subpatches et des abstracts].
[+] Un niveau confirmé sera développé par rapport à la gestion des  
sauvegardes sous pure-data [textfile] [qlist] [coll].


[+] Les repas seront fournis par l'association Trame Ouest et pris  
dans le centre Databaz.
[+] Possibilité pour ceux qui viennent de loin de dormir sur place :  
réservation obligatoire : places limitées.


[+] Participations :
_ [non adhérent] 60 € pour les deux jours (repas offert)
_ [adhérent] 40 € pour les deux jours (repas offert)
_ [étudiants, chômeurs, RMI/RSA] 40 € (repas offert)


==
localisation
voir carte GoogleMaps

==
DATABAZ - association Trame Ouest
Hortense Gauthier  Philippe Boisnard
100, rue du Gond
16000 Angoulême
05 45 38 28 52
==___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] [PD-announce] Work-shop - pure-data - 26 /27 Fevrier - Angoulême - France

2010-01-18 Thread philippe boisnard

# WORKSHOP PURE DATA

Le 6 et 7 février 2010[ 9h-12h / 13h-17h]

Formateur : Philippe Boisnard
Participants minimums : 5 / maximum : 12.

[+] Le workshop [pure data] est ouvert à tous  :
- niveau extrême débutant.
- niveau débutant ayant quelques connaissances.

[+] Il s'agira tout au long de ce week-end d'immersion d'apprendre les  
bases de la programmation
pure-data (video et audio) permettant de s'engager dans la création  
d'un programme d'interactivité

(console de mixage audio/video / interaction avec Wii ou avec capteurs).
Le travail conjuguera une découverte des bases de la programmation et  
une exploration de patches
(programmes) créés pour l'occasion, permettant de développer plus  
rapidement les projets des

participants.

Il sera nécessaire d'amener un micro-ordinateur portable (MAC/PC/ 
LINUX) sur lequel sera installé

[pure-data] et les librairies nécessaires pour le workshop.

[+] Un niveau confirmé sera développé sur les shadings.

[+] Les repas seront fournis par l'association Trame Ouest et pris  
dans le centre Databaz.
[+] Possibilité pour ceux qui viennent de loin de dormir sur place :  
réservation obligatoire : places limitées.


[+] Participations :
_ [non adhérent] 60 € pour les deux jours (repas offert)
_ [adhérent] 40 € pour les deux jours (repas offert)
_ [étudiants, chômeurs, RMI/RSA] 40 € (repas offert)

==
localisation
voir carte GoogleMaps

==
DATABAZ - association Trame Ouest
Hortense Gauthier  Philippe Boisnard
100, rue du Gond
16000 Angoulême
05 45 38 28 52
==___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] browsing and selecting a folder (directory)

2009-12-08 Thread philippe boisnard

Hello

perhaps, it will be usefull for you.

best

p



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


[PD] extrenal video card to capture video

2009-10-21 Thread philippe boisnard

Hello,

It's for a reference. What video capture card has good results with  
pure data?


thank you

philippe

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


Re: [PD] extrenal video card to capture video

2009-10-21 Thread philippe boisnard

Hello Jaime

I don't know, it was not for me, but a friend. :-)
I don't use for my works extrenal video capture card.

;-)

p

Le 22 oct. 09 à 00:14, Jaime Oliver a écrit :


why would you want to use one?

On Wed, Oct 21, 2009 at 8:07 AM, philippe boisnard  
philem...@mac.com wrote:

Hello

thanks for your informations. I transmit.

:-)

p

Le 21 oct. 09 à 16:59, t'es in t'es bat a écrit :


Hello   you can use an advc 110 from canopus. It can
convert in realtime many video sources.  It work with linux mac and
windob. I use it in GEM et pidip.See you...

2009/10/21, chris clepper cgclep...@gmail.com:


Which OS are you using and what is the source?

On Wed, Oct 21, 2009 at 5:32 AM, philippe boisnard
philem...@mac.comwrote:


Hello,

It's for a reference. What video capture card has good results  
with pure

data?

thank you

philippe

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






--
TNTB
t'es in t'es bat
7 place Favier
13210 St Remy de Provence
T/: 04 90 26 95 09
P/: 06 86 86 12 19
+
http://www.tntb.net
===




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





--
Jaime E Oliver LR

joliv...@ucsd.edu
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.realidadvisual.org

858 202 1522
9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA



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


Re: [PD] Art project: blur a movie on external action

2009-10-01 Thread philippe boisnard

Hello

simply :
[pix_motionblur] and not [pix_blur]
If you want only a blur effect in GEM, it's your stuff.

friendly

p


Le 1 oct. 09 à 02:19, Mathieu Bouchard a écrit :


On Wed, 30 Sep 2009, vibro...@laposte.net wrote:

From what i understood, i should use Pd+GEM to achieve my goal.  
But in
GEM documentation, i only found pixel_blur, which looks  
irrelevant.

Feel free to ask me any question, maybe what i explained is not clear
enough, or you need extra informations.


Well, it would be clearer if anyone of us knew why [pix_blur] is  
irrelevant.


I'm quite experienced in Linux, opensource software, and  
electronics ;

so don't fear to get into tech things.


Well, if you want to apply any amount of blur, of any shape of blur,  
in always the same amount of time, there's only one way that I know  
about, and it's using Fourier transforms.


_ _ __ ___ _  _ _ ...
| Mathieu Bouchard, Montréal, Québec. téléphone:  
+1.514.383.3801___

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] [PD-announce] hp process at Valencia Octubre center

2009-09-11 Thread philippe boisnard

Hello Every body

HP process makes the performance Kleine Maschine (new version) in  
Valencia October 12 at OCTUBRE center.
And after, I will present the possibilities of Digital Action Poetry  
with PMPD.


http://www.octubre.cat/activ_fitxa.php?id_activitat=923

best regards

philippe

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


[PD] a little abstract very usefull for MIDI table (for example UC33 or beatstream 3X)

2009-08-06 Thread philippe boisnard

Hi !

First, a big thank you to all our Brazilian friends who welcomed us in  
Sao Paulo and Salvador.
We'll write you privately with Hortense, as we keep a memory alive and  
enthusiastic about these meetings.



The message to send you a little abstract for those using lunch tables  
UC 33 or the beatstream 3X.



No doubt some have already done one (and perhaps better), but for  
those who have not, it is useful to maintain the levels of sliders and  
potars of each channel of the MIDI table.


best regards


philippe




abs-midi.pd
Description: Binary data




abs-midi-help.pd
Description: Binary data


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


Re: [PD] Joke for Pd-con guys

2009-07-28 Thread philippe boisnard

Hi all,

For all pd-con guys, a googleearth joke, to remember our great time  
together.


philippe/hp-process



PureData-CON 2009 Hostel.kmz
Description: application/vnd.google-earth.kmz




it's a googleearth link.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] brasil

2009-06-21 Thread philippe boisnard

Hello

I with Hortense Gauthier [ aka hp process) will be at the third  
pdcon ! we are happy to meet everebody who ll be at this event.



Le 21 juin 09 à 08:14, Jose Luis Santorcuato a écrit :

Hi everybody...i am happy for the third convention in Brazil... Who  
comes to South America?... Jaime Oliver? a great helper...Hans said  
yes...Mr Miller Puckette? we will share our websites to learn  
more ,music, technology.


Thanks a lot and see you in Brazil (my workshop will be in spanish),  
physical computing/arduino pure data, and then my work tránsitos in  
Salvador de Bahia.


I will like especially to thank the organizers for the effort and  
patience.



Best regards from Chile

José Luis Santorcuato Tapia


--
http://www.chilemigra.cl
http://arselectronicachile.blogspot.com
http://www.myspace.com/santorcuato
___
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


Re: [PD] Using others shaders with pd

2009-06-04 Thread philippe boisnard

Hello


have you create in your patch, the float variables ?
Width--glsl_program
Fuzz---I   I
Scale_I

I have tried this and I had no problem.





Le 4 juin 09 à 18:53, punchik punchik a écrit :



Good morning, i been trying to use  glsl shaders  on pd , when i  
load the examples from gem they work fine, but when i try to use  
other shaders they dont work . Do i need to change code or something  
for running then in pd?


i need to run use the stripes shader but it doesnt work in pd, any  
any of how to make it run?


here is the link

http://arunan.50webs.com/bricksh.html

thanks

Pun.




___
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


Re: [PD] wiimote problems

2009-05-30 Thread philippe boisnard



wii-osc1.pd
Description: Binary data
Le 30 mai 09 à 13:06, Andrew Faraday a écrit :Hey guysI've looked at old forum and mailing list entries and it seems all the links given are out of date.I need to get data from a wii remote into pd in OSX. I've seen the [wiimote] object operating before now but I can't find where to download it.I've also downloaded Darwiinremote, which is synching but I don't know how I could get that data into PD.God BlessAndrewSurfing the web just got more rewarding.Download the New Internet Explorer 8___Pd-list@iem.atmailing listUNSUBSCRIBE 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] video = glsl + shading + motion-tracking

2009-05-15 Thread philippe boisnard

Hello

For those interested: my latest research in pure visual data.

http://databaz.org/xtrm-art/?p=202

Here: a combination of a shading (from framebuffer) + deformation  
through the vertex (call file via GLSL glsl_verxtex and end with  
glsl_fragment to process floats glsl_program). Everything is handled  
in real time from a motion-tracking that both variables gives vertex +  
triggers two types of sound (64 grid areas in the image): 64 osc~ +  
sounds of a grid of sample .


best regards

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


Re: [PD] video = glsl + shading + motion-tracking

2009-05-15 Thread philippe boisnard

Hello

yes, in the new version that I work, sound affects the vertex process.  
It's a feedback audio for visual effect.


p



Le 15 mai 09 à 17:27, Hans-Christoph Steiner a écrit :



Nice effects, are the sounds affecting the visuals at all?  I am  
guessing you are triggering things with that white bit you are  
moving around.


.hc

On May 15, 2009, at 4:00 AM, philippe boisnard wrote:


Hello

For those interested: my latest research in pure visual data.

http://databaz.org/xtrm-art/?p=202

Here: a combination of a shading (from framebuffer) + deformation  
through the vertex (call file via GLSL glsl_verxtex and end with  
glsl_fragment to process floats glsl_program). Everything is  
handled in real time from a motion-tracking that both variables  
gives vertex + triggers two types of sound (64 grid areas in the  
image): 64 osc~ + sounds of a grid of sample .


best regards

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







kill your television




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


[PD] Implement pix_opencv and problems

2009-05-13 Thread philippe boisnard

Hello

I try to implement pix_opencv in Pd-extended, and I have many problems  
when I make the external



make
make clean

and after copy in Pd-extended, I have this message :
cp: *.pd_darwin: No such file or directory

and, in the folder, there isn't file something.pd_darwin.
It's my first time to try this, and I'm very beginner.

I search help to realize this.

thanks

p

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


Re: [PD] Implement pix_opencv and problems

2009-05-13 Thread philippe boisnard

Hello

Thank you for your answer.
the order was that you write :
make clean
make

here the messages of console 1/ after make clean; 2/ after make.

1/ after make clean
new-host-4:~ philippeboisnard$ cd Desktop
new-host-4:Desktop philippeboisnard$ cd pix_opencv
new-host-4:pix_opencv philippeboisnard$ make clean
rm -f *.o
rm -f pix_opencv*.pd_darwin


2/ after make
g++ -DPD -O2 -funroll-loops -fomit-frame-pointer  -ffast-math -Wall -W  
-Wno-unused -Wno-parentheses -Wno-switch -g  -I/Users/philippeboisnard/ 
Applications/puredata/Pd-extentended/pd/src -I.  -I/Users/ 
philippeboisnard/Applications/puredata/Pd-extentended/Gem/src -I/Users/ 
philippeboisnard/Applications/puredata/Pd-extentended/pd/src -I/opt/ 
local/var/macports/software/opencv/1.0.0_0/opt/local/include/opencv/ - 
o pix_opencv_edge.o -c pix_opencv_edge.cpp

In file included from pix_opencv_edge.cpp:18:
pix_opencv_edge.h:19:28: error: Base/GemPixObj.h: No such file or  
directory

pix_opencv_edge.h:22:16: error: cv.h: No such file or directory
pix_opencv_edge.h:38: error: invalid function declaration
pix_opencv_edge.cpp:20: error: expected constructor, destructor, or  
type conversion before ‘(’ token
pix_opencv_edge.cpp:49: error: expected constructor, destructor, or  
type conversion before ‘::’ token

pix_opencv_edge.cpp:64: error: ‘pix_opencv_edge’ has not been declared
pix_opencv_edge.cpp:64: error: variable or field ‘processRGBAImage’  
declared void
pix_opencv_edge.cpp:64: error: ‘imageStruct’ was not declared in this  
scope

pix_opencv_edge.cpp:64: error: ‘image’ was not declared in this scope
pix_opencv_edge.cpp:65: error: expected ‘,’ or ‘;’ before ‘{’ token
pix_opencv_edge.cpp:113: error: ‘pix_opencv_edge’ has not been declared
pix_opencv_edge.cpp:113: error: variable or field ‘processRGBImage’  
declared void
pix_opencv_edge.cpp:113: error: ‘imageStruct’ was not declared in this  
scope

pix_opencv_edge.cpp:113: error: ‘image’ was not declared in this scope
pix_opencv_edge.cpp:114: error: expected ‘,’ or ‘;’ before ‘{’ token
pix_opencv_edge.cpp:160: error: ‘pix_opencv_edge’ has not been declared
pix_opencv_edge.cpp:160: error: variable or field ‘processYUVImage’  
declared void
pix_opencv_edge.cpp:160: error: ‘imageStruct’ was not declared in this  
scope

pix_opencv_edge.cpp:160: error: ‘image’ was not declared in this scope
pix_opencv_edge.cpp:161: error: expected ‘,’ or ‘;’ before ‘{’ token
pix_opencv_edge.cpp:164: error: ‘pix_opencv_edge’ has not been declared
pix_opencv_edge.cpp:164: error: variable or field ‘processGrayImage’  
declared void
pix_opencv_edge.cpp:164: error: ‘imageStruct’ was not declared in this  
scope

pix_opencv_edge.cpp:164: error: ‘image’ was not declared in this scope
pix_opencv_edge.cpp:165: error: expected ‘,’ or ‘;’ before ‘{’ token
pix_opencv_edge.cpp:216: error: ‘pix_opencv_edge’ has not been declared
pix_opencv_edge.cpp: In function ‘void floatThreshMess(float)’:
pix_opencv_edge.cpp:218: error: invalid use of ‘this’ in non-member  
function

pix_opencv_edge.cpp: At global scope:
pix_opencv_edge.cpp:225: error: ‘pix_opencv_edge’ has not been declared
pix_opencv_edge.cpp:225: error: variable or field ‘obj_setupCallback’  
declared void

pix_opencv_edge.cpp:225: error: ‘t_class’ was not declared in this scope
pix_opencv_edge.cpp:225: error: ‘classPtr’ was not declared in this  
scope

pix_opencv_edge.cpp:226: error: expected ‘,’ or ‘;’ before ‘{’ token
pix_opencv_edge.cpp:230: error: ‘pix_opencv_edge’ has not been declared
pix_opencv_edge.cpp:230: error: ‘t_floatarg’ has not been declared
pix_opencv_edge.cpp: In function ‘void floatTreshMessCallback(void*,  
int)’:
pix_opencv_edge.cpp:232: error: ‘GetMyClass’ was not declared in this  
scope

make: *** [pix_opencv_edge.o] Error 1

3/ after this, I try to copy *.pd_darwin
cp: *.pd_darwin: No such file or directory

I try this implement with this help
http://hangar.org/wikis/lab/doku.php?id=start:puredata_opencv


thank you for help.

philippe


Le 13 mai 09 à 09:12, IOhannes m zmoelnig a écrit :


philippe boisnard wrote:

Hello
I try to implement pix_opencv in Pd-extended, and I have many  
problems when I make the external

make
make clean
and after copy in Pd-extended, I have this message :
cp: *.pd_darwin: No such file or directory
and, in the folder, there isn't file something.pd_darwin.
It's my first time to try this, and I'm very beginner.
I search help to realize this.


i have no experiences with pix_opencv, but:

- if you are really doing make  make clean (in this order), then  
the 2nd command will delete everything (or most) that has been  
created by the 1st command: if make has created any .pd_darwin  
files, than make clean will have them deleted; try reversing the 2  
commands as suggested in the INSTALL file


- do you get errors at the build-stage? something?


fgamdr
IOhannes



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

Re: [PD] Implement pix_opencv and problems

2009-05-13 Thread philippe boisnard

Hello

Thank you for your help.
Many difficulty to compile this, for a first time it's not very easy.  
I'll wait some times to test that, because I have an urgent project  
that I must complete before mid June.


thank you

p


Le 13 mai 09 à 11:15, IOhannes m zmoelnig a écrit :


hi

philippe boisnard wrote:

Hello

[...]

declared void
pix_opencv_edge.cpp:225: error: ‘t_class’ was not declared in this  
scope
pix_opencv_edge.cpp:225: error: ‘classPtr’ was not declared in this  
scope

pix_opencv_edge.cpp:226: error: expected ‘,’ or ‘;’ before ‘{’ token
pix_opencv_edge.cpp:230: error: ‘pix_opencv_edge’ has not been  
declared

pix_opencv_edge.cpp:230: error: ‘t_floatarg’ has not been declared
pix_opencv_edge.cpp: In function ‘void  
floatTreshMessCallback(void*, int)’:
pix_opencv_edge.cpp:232: error: ‘GetMyClass’ was not declared in  
this scope

make: *** [pix_opencv_edge.o] Error 1
3/ after this, I try to copy *.pd_darwin
cp: *.pd_darwin: No such file or directory


actually, before this, you should read what it says. error is  
usually connotated as something bad (indicating that something (in  
this case: compiling the code) has failed)


you should carefully look through all lines containing errors (it's  
a good idea to start at the top error, as the rest might just be a  
result of prior errors)


in your case: you seem to lack the development versions of opencv,  
Pd and Gem (you need header-files apart from the binary files).
the full code of Pd(-extended) and Gem can be downloaded via  
subversion (there should be info on this somewhere at http://puredata.info 
)

how to obtain openCV i don't know, but google might help a lot.


famr
IOhannes




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


Re: [PD] [PD-announce] chdh / vivarium

2009-01-22 Thread philippe boisnard
I think that it's a very nice work too and a very good idea. About the 
idea, it looks like the work of Antoine Schmitt, but Antoine Schmitt 
doesn't work with pure data, but lingo.

best regards

phil


Le 22 janv. 09, à 15:35, hard off a écrit :

 just watched the vimeo clips.  fantastic!
 ___
 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] Problem to create standalone

2008-10-19 Thread philippe boisnard
Hello

I have a problem to create standalone with PD-extended 0.43
I have a message errr :

chmod: /Applications/pure-data/mixsonoreHP/untitled.app: No such file  
or directory
chmod: /Applications/pure-data/mixsonoreHP/untitled.app: No such file  
or directory
 while executing
exec -- chmod -R u+w $appdir
 (procedure makeapp_createapp line 5)
 invoked from within
makeapp_createapp $appdir
 (procedure menu_makeapp line 18)
 invoked from within
menu_makeapp 0
 (menu invoke)

best regards

pb


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


[PD] error with PD-file

2008-10-19 Thread philippe boisnard
Hello

I have a big problem

I try to load a file pure data (0.43), which is created with the  
precedent version of PD-extended (0.39), and I have a big problem.
PD doesn't load all subpatchs, and when I want to call subpatch, I  
have this message on console : too many open file.

I try to resolve this bug, but I can't find where is the error ???

best regards

pb



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


[PD] error with PD-file

2008-10-19 Thread philippe boisnard
Hello

Thx

But it seems that it's not a problem with OSX
because, PD 0.39 runs with OSX, and I have no problem with this patch  
(I have very many subpatches, I don't knwo, perhaps more than 300,  
because it's a video creation with many autonomous elements, for  
example letters), I have re-installed 0.39.
The problem is with 0.43, which doesn't accept man subpatchs in a patch.
Perhaps, some one have a solution to debug this restriction ?

thx

pb



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


Re: [PD] Problem to create standalone

2008-10-19 Thread philippe boisnard
Hi

1/ Thank you. I can compress stand alone. However I have some  
problems to realise stand alone from folder and from patch, it's  
certainl because I don't know the logic of this.
I explain : when I create stand alone from a patch, no abstract —  
that I have realised — is integrated. And when I want to create this  
from a folder, when I load the stand alone, it doesn't function.
I test.

2/ About number of files restrictiion : the patch is not with wii  
(and with my patches which use the wii, I haven't bug or crash ?  
however I use all coordonates of wii and nunchuck, as well for sound  
and video). It's a video/sound patch for poetry performance, with  
many subpatchs and abstracts. This patch turns good with 0.39, and  
when I load it with 0.40.3, many abstracts are not loaded.


best regards

p



Le 19 oct. 08 à 18:19, Hans-Christoph Steiner a écrit :


 Here's the file compressed, you can just replace /Applications/Pd- 
 extended/Contents/Resources/bin/pd.tk with this one to fix it.

 pd.tk.bz2

 .hc

 On Oct 19, 2008, at 4:00 AM, philippe boisnard wrote:

 Hello

 I have a problem to create standalone with PD-extended 0.43
 I have a message errr :

 chmod: /Applications/pure-data/mixsonoreHP/untitled.app: No such file
 or directory
 chmod: /Applications/pure-data/mixsonoreHP/untitled.app: No such file
 or directory
  while executing
 exec -- chmod -R u+w $appdir
  (procedure makeapp_createapp line 5)
  invoked from within
 makeapp_createapp $appdir
  (procedure menu_makeapp line 18)
  invoked from within
 menu_makeapp 0
  (menu invoke)

 best regards

 pb


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




 -- 
 --

 You can't steal a gift. Bird gave the world his music, and if you  
 can hear it, you can have it. - Dizzy Gillespie






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


[PD] create typewriter for gem

2008-10-19 Thread philippe boisnard

Hello

I have an other question

Since 2 years, I create typewriter for my creations, but I think,  
that it's ver artisanal = metro + moses + sel (cf. example).

Somebody have idea to create a nice typewriter ?

thx

phil







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


[PD] extract of digital interactive poetry (puredata + wiimote)

2008-09-28 Thread philippe boisnard
I present you my last work with [pure-data~] and the wiimote/nunchuck  
(thx Kilshaw for the wiimoteosc patch, that I adapted at my own  
creation).
It's a digital interactive poetry, where you can navigate in 3D.
In this work : 3Dhand, sound, and all movement are in interactivity  
with wiimote and nunchuck.

http://databaz.org/xtrm-art/?p=175

I do a demonstration of this, the 10 october at Paris (France) Hôtel  
Massa (Société des gens de lettres) and end october during the  
festival Access (digital art and poetry festival) (Pau / France)

best regards

philippe b.

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


[PD] wiimote and OSCroute

2008-08-31 Thread philippe boisnard
Hello

I present my self, philippe boisnard, french artist. I work on mac.
currently, I work on the connection between wiimote and puredata, to  
create a video live performance.
I don't have problem to connection thanks to darwiinremote. But my  
problem comes with recovery wiimote's data.
I tried to separate the data with unpack ([oscD] - [unpack]), but  
there are many error. I tried with [OSCroute] and I have many error  
to. I can't create a patch that works good.
I believe that, on mac, we don't have [packOSC] and [unpackOSC],  
isn't it ?

How can I to do, to recovery each data ?

best regards

philippe b



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