[PD] Drawing arrays in PD

2009-01-13 Thread Ignacio Viano
Hi everyone. I need to draw arrays with different levels of complexity and
precision rapidly in PD mainly for control purposes. I imagine something
like Adobe Illustrator's vector functions with capabilities of exporting the
result as an array of numbers which could be easily imported in PD. It's too
much, isn't it? Any ideas?

For the moment I'm working with a sort of "polynomial interpolating
algorithm". It works, but it's not good for smooth curves and the text based
input is neither rapid to create the array nor to modify some part of it.

Since it would be quite useful for me, I am willing to make by myself if it
doesn't exists (and to share it if someone is interested, of course), but
I'll need advices of what programming language fits best for that. Keep in
mind that I work under OS X 10.5.5. Any clue?

Thank you
Cheers

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


Re: [PD] speech recognition for pd

2009-01-13 Thread patrick
hi,

yes very interesting. also, i was looking at pdmtl abstractions 
dyn.poly, but for now all i want is to be able to connect objects 
together, for example:


number box
connect
oscillator
connect
output
==
[number2]
|
[osc~]
|
[dac~]


how to connect multiple outlet?


trig bang float anything
connect 3
print bang
print float
print anything
==
[t b f a]
|   |   |
[print bang]
...
...


not sure, looking foward for suggestions!
pat

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


Re: [PD] speech recognition for pd

2009-01-13 Thread Enrique Erne
hi

could u explain a bit what you like to dynamically patch? i am quite 
interested in this area :)

you might want to have a look at [dyn~] or pd-msgs in the pd-extended help

i am about to write a little helper abstraction to chain abstractions 
together. and that handles the connections (send~) between them. would 
that be interesting for you?

eni


patrick wrote:
> thanks,
> 
> i am looking for help (suggestions, ideas, optimizations, dynamic 
> patching etc). you can find the download + instructions (3 easy steps!) 
> here:
> 
> http://probing.wikidot.com/sphinx3-to-pure-data
> 
> basic commands are:
> BANGB AE NG
> CANVASK AE N V AH S
> HORIZONTALHH AO R AH Z AA N T AH L
> INLETIH N L EH T
> INPUTIH N P UH T
> LOADBANGL OW D B AE NG
> MESSAGEM EH S IH JH
> MESSAGE(1)M EH S AH JH
> NUMBERN AH M B ER
> OUTLETAW T L EH T
> OUTPUTAW T P UH T
> RADIOR EY D IY OW
> SLIDERS L AY D ER
> SYMBOLS IH M B AH L
> TOGGLET AA G AH L
> TWOT UW
> VERTICALV ER T IH K AH L
> 
> pat
> 
> ___
> 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] speech recognition for pd

2009-01-13 Thread patrick
thanks,

i am looking for help (suggestions, ideas, optimizations, dynamic 
patching etc). you can find the download + instructions (3 easy steps!) 
here:

http://probing.wikidot.com/sphinx3-to-pure-data

basic commands are:
BANGB AE NG
CANVASK AE N V AH S
HORIZONTALHH AO R AH Z AA N T AH L
INLETIH N L EH T
INPUTIH N P UH T
LOADBANGL OW D B AE NG
MESSAGEM EH S IH JH
MESSAGE(1)M EH S AH JH
NUMBERN AH M B ER
OUTLETAW T L EH T
OUTPUTAW T P UH T
RADIOR EY D IY OW
SLIDERS L AY D ER
SYMBOLS IH M B AH L
TOGGLET AA G AH L
TWOT UW
VERTICALV ER T IH K AH L

pat

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


Re: [PD] GEM lens camera

2009-01-13 Thread dani
8/
??

> And the message [view(
> ++







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


Re: [PD] speech recognition for pd

2009-01-13 Thread Hans-Christoph Steiner

Fun stuff!

.hc

On Jan 13, 2009, at 3:14 PM, Bryan Jurish wrote:

> moin patrick,
>
> this is excellent!  is the code available somewhere?
>
> marmosets,
>   Bryan
>
> On 2009-01-13 16:58:21, patrick  appears to have
> written:
>> hi all,
>>
>> last night, i did a bridge between sphinx3 and pd. sphinx3 is an open
>> source speech recognition software.
>>
>> have a look at the demo
>> http://www.vimeo.com/2814913
>>
>> i am looking for help for optimizing or even better making an  
>> external
>> for it.
>>
>> 1) working on linux only for now.
>>
>> 2) using shell to call a python script (py/ext is crashing when  
>> import
>> _sphinx3)
>>
>> 3) communication between the python script and pd via open sound  
>> control
>> (mrpeach) - i like this solution, cause i can use the same script to
>> have speech recognition in blender or other osc compatible software
>>
>> 4) using shell again to call sox (for converting the soundfile to  
>> raw).
>> is it possible to write a raw soundfile in pd (1 channel, signed,  
>> 16000
>> (samplerate))?
>>
>> 5) dynamic patching with send pd-$0.sphinx (obj 20 20  
>> $voicerecognition)
>> - would like to be able to connect objects together, need to learn  
>> more
>> about dynamic patching
>>
>> 6) it's possible to make a custom dictionary, for now i will create  
>> one
>> for basic stuff (http://wiki.puredata.info/en/Category:vanilla)
>>
>> 7) tested with two big accents : french (me) and japanese (my  
>> girlfriend)
>>
>> pat
>
>
> -- 
> Bryan Jurish   "There is *always* one more  
> bug."
> jur...@ling.uni-potsdam.de  -Lubarsky's Law of Cybernetic  
> Entomology
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list





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



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


Re: [PD] kubuntu amd_64 pd extended don't install

2009-01-13 Thread John Harrison
I wrote some notes on how to build on ubuntu 64 bit. I'll move them over 
to the pd wiki soon but for now this should get you started:


http://cratel.wichita.edu/cratel/cratel_Pd_extended_on_bit_64_Debian-based_OS

t'es in t'es bat wrote:


Hello
best wishes for 09

I try to install a pd extended on an amd_64 with kubuntu 64.
It failled...
is there a tuto or some advice to succeed...
thanks
--
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
  


--
John Harrison
http://alumni.media.mit.edu/~harrison


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


[PD] kubuntu amd_64 pd extended don't install

2009-01-13 Thread t'es in t'es bat
Hello
best wishes for 09

I try to install a pd extended on an amd_64 with kubuntu 64.
It failled...
is there a tuto or some advice to succeed...
thanks
-- 
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


Re: [PD] Pure data controling Videolan

2009-01-13 Thread Hans-Christoph Steiner

People have talked about it in the past, but I haven't seen it  
working.  It should be possible using the "RC" (aka Remote Control)  
interface in VLC.  It would be awesome to have a working example of  
that.

Or you could do it in Gem or PDP...

.hc

On Jan 13, 2009, at 2:39 PM, Arnaud Tanguy wrote:

> Hello,
>
> Do you know a way to control VLC with Pure data?
>
> It seem to work by telnet but I'm a complete newbie for that.
> Somebody can help me?
>
> Best regards.
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list




Access to computers should be unlimited and total.  - the hacker ethic



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


[PD] still flicker with pix_video/pix_movement

2009-01-13 Thread marius schebella

Hi,
I am using GEM version 0.92 from dec 2008 with osx 10.5. The combination 
of pix_video and pix_movement gives me black frames every few seconds, 
sometimes several times per second.
I know this is an old issue, but is there alrady a fix for that, maybe I 
just missed it.

marius.


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


Re: [PD] speech recognition for pd

2009-01-13 Thread Bryan Jurish
moin patrick,

this is excellent!  is the code available somewhere?

marmosets,
Bryan

On 2009-01-13 16:58:21, patrick  appears to have
written:
> hi all,
> 
> last night, i did a bridge between sphinx3 and pd. sphinx3 is an open 
> source speech recognition software.
> 
> have a look at the demo
> http://www.vimeo.com/2814913
> 
> i am looking for help for optimizing or even better making an external 
> for it.
> 
> 1) working on linux only for now.
> 
> 2) using shell to call a python script (py/ext is crashing when import 
> _sphinx3)
> 
> 3) communication between the python script and pd via open sound control 
> (mrpeach) - i like this solution, cause i can use the same script to 
> have speech recognition in blender or other osc compatible software
> 
> 4) using shell again to call sox (for converting the soundfile to raw). 
> is it possible to write a raw soundfile in pd (1 channel, signed, 16000 
> (samplerate))?
> 
> 5) dynamic patching with send pd-$0.sphinx (obj 20 20 $voicerecognition) 
> - would like to be able to connect objects together, need to learn more 
> about dynamic patching
> 
> 6) it's possible to make a custom dictionary, for now i will create one 
> for basic stuff (http://wiki.puredata.info/en/Category:vanilla)
> 
> 7) tested with two big accents : french (me) and japanese (my girlfriend)
> 
> pat


-- 
Bryan Jurish   "There is *always* one more bug."
jur...@ling.uni-potsdam.de  -Lubarsky's Law of Cybernetic Entomology

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


Re: [PD] Pure data controling Videolan

2009-01-13 Thread Roman Haefeli
On Tue, 2009-01-13 at 20:39 +0100, Arnaud Tanguy wrote:
> Hello,
> 
> Do you know a way to control VLC with Pure data?
> 
> It seem to work by telnet but I'm a complete newbie for that.
> Somebody can help me?


you also can create network connections from puredata. there is
[netsend]/[netreceive] from vanilla, [netclient]/[netserver] from maxlib
and [tcpclient]/[tcpserver] from mrpeach.

since you want to have a bidirectional connection, you want to use
either [netclient] or [tcpclient]. [netclient] most likely doesn't work,
since it 'talks' the FUDI [1] language, which requires every message to
be terminated with a semicolon. [2] shows, that the messages coming from
VLC are _not_ terminated with a semicolon, so you wouldn't receive any
responses with [netclient]. so there is only [tcpclient] left. the
problem with this one is, that it wants to have the messages encoded as
numbers representing the ascii value of each character. also its output
consists of lists of numbers. in order to be able to read the responses
from VLC, you need to convert them to real characters. in
moocow/pdstring, there are two classes, that do this conversion for you:
[any2string] and [string2any]. with something like:

[any2string]
|
[tcpclient]
|
[string2any]

it might work. let us know, if you succeed.

[1] http://wiki.puredata.info/en/FUDI
[2] http://www.videolan.org/doc/vls-user-guide/en/ch05.html#id293358

roman






___ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de


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


[PD] Pure data controling Videolan

2009-01-13 Thread Arnaud Tanguy
Hello,

Do you know a way to control VLC with Pure data?

It seem to work by telnet but I'm a complete newbie for that.
Somebody can help me?

Best regards.

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


Re: [PD] Gem fonts with

2009-01-13 Thread Roman Haefeli
call it a fake, but if you use a fixed-width font aka. monospaced font,
then you can simply calculate the overall width:

number of characters * character width = overall width

roman

On Tue, 2009-01-13 at 16:04 +0100, bra...@subnet.at wrote:
> Hi all
> 
> how is it possible to get the actual with of one character in pixes during
> the runtime.
> 
> any help appreciated 
> 
> Thank you in advance
> markus




___ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de


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


[PD] speech recognition for pd

2009-01-13 Thread patrick
hi all,

last night, i did a bridge between sphinx3 and pd. sphinx3 is an open 
source speech recognition software.

have a look at the demo
http://www.vimeo.com/2814913

i am looking for help for optimizing or even better making an external 
for it.

1) working on linux only for now.

2) using shell to call a python script (py/ext is crashing when import 
_sphinx3)

3) communication between the python script and pd via open sound control 
(mrpeach) - i like this solution, cause i can use the same script to 
have speech recognition in blender or other osc compatible software

4) using shell again to call sox (for converting the soundfile to raw). 
is it possible to write a raw soundfile in pd (1 channel, signed, 16000 
(samplerate))?

5) dynamic patching with send pd-$0.sphinx (obj 20 20 $voicerecognition) 
- would like to be able to connect objects together, need to learn more 
about dynamic patching

6) it's possible to make a custom dictionary, for now i will create one 
for basic stuff (http://wiki.puredata.info/en/Category:vanilla)

7) tested with two big accents : french (me) and japanese (my girlfriend)

pat

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


Re: [PD] Artoolkit

2009-01-13 Thread Martin Schied
Hi, sorry for just repeating what has been said before, but I also can't 
get pix_artoolkit to work on ubuntu hardy 8.04. Is there any progress at 
yours Patrick and Mark or someone else?

I had success compiling GEM with artoolkit from svn (2008-12-10) like 
Patrick mentioned.

using the patch contained in 
http://lists.puredata.info/pipermail/pd-list/2008-03/060805.html I tried 
different cameras, video drivers, resolutions and settings but no 
markers are recognized.

Martin



patrick wrote:
> hi mark,
>
>   
>> error: [pix_artoolkit]: compiled without ARToolKit support!
>> 
>
> i really think pix_artoolkit is not working. it can load a marker, init 
> the camera, but it doesn't report the position of the marker. BUT i know 
> that Johannes Taelman managed to make it work on windows...
>
> still if you want to try it out (or sort it out):
> http://lists.puredata.info/pipermail/pd-list/2007-11/056634.html
>
> this is how i did it:
>
> PKG_ARTOOLKIT_CFLAGS="-Ihome/pat/11h11/yeux/artoolkit/include" 
> PKG_ARTOOLKIT_LIBS="-L/home/pat/11h11/yeux/artoolkit/lib -lAR" 
> ./configure 
> --with-artoolkit-includes=/home/pat/11h11/yeux/artoolkit/include 
> --with-artoolkit-libs=/home/pat/11h11/yeux/artoolkit/lib 
> --with-artoolkit-libs --with-v4l2 --with-glversion=2.0 --enable-sse2  
> --enable-Vertex --without-avifile
>
>
> let us know,
> pat
>
>
> ___
> 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] Gem fonts with

2009-01-13 Thread brandt
Hi all

how is it possible to get the actual with of one character in pixes during
the runtime.

any help appreciated

Thank you in advance
markus




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