[PD] interpreting arrays as waveforms

2011-08-21 Thread ronni montoya
Hello, i need to sonify a big pd array with numbers. I would like to
generate a waveform from the values of my array at a sample level
using waveform segments approach .
Can anybody point me how to achieve this in puredata?


thanks


R.

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


Re: [PD] Typewriter effect

2011-08-21 Thread tim vets
Here's another example showing what I mean.
I couldn't test it with text3d right now,
("gem is compiled without font support")
but it should work.
I also don't know if [text2d] accepts [string ( but [text3d] does.
'asciify.pd', is an abstraction based on makefilename and list-find to get
the ascii values.
gr,
Tim

2011/8/22 tim vets 

> no problem.
> You may be able to do it character by character with [string $1 $2 $3 ...(
> .
> and also a suggestion: randomize the drip speed ;)
> gr,
> Tim
>
> 2011/8/21 Antonio Roberts 
>
>> Thanks Tim Vets, it worked great. Here's what I created
>> http://www.youtube.com/watch?v=EOzDdYahsrs
>>
>> Ant
>>
>> On 21 August 2011 16:58, tim vets  wrote:
>> > You could use [add2 $1( to add letters to a [text ( message box and send
>> > that to text2d each time a letter is added.
>> > gr,
>> > Tim
>> >
>> > 2011/8/21 Antonio Roberts 
>> >>
>> >> Is there a way to get a typewriter effect using pd i.e. have letters
>> >> appear one character at a time?
>> >>
>> >> I was thinking I could send the text to [text2d] using [drip] but that
>> >> just displays one character/word at a time.
>> >>
>> >> Cheers,
>> >>
>> >> Ant
>> >>
>> >> --
>> >> 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
>> >
>> >
>>
>>
>>
>> --
>> 07875 006 245
>> anto...@hellocatfood.com
>>
>> 
>> http://www.hellocatfood.com
>> 
>>
>
>
#N canvas 181 94 632 367 10;
#X msg 75 219 string;
#X msg 75 194 add2 \$1;
#X obj 48 171 t b f;
#X msg 67 89 add2 \$1;
#X msg 48 125;
#X text 441 217 connect this to [text3d];
#X text 431 220 >;
#X msg 151 63 set;
#X obj 67 -14 s2l;
#X msg 82 -36 symbol;
#X obj 82 -57 loadbang;
#X symbolatom 48 -107 40 0 0 0 - - -;
#X obj 67 10 list-drip;
#X obj 67 39 sel _;
#X obj 94 64 asciify;
#X msg 67 64 32;
#X obj 48 -83 t b s b;
#X msg 184 64 set string;
#X obj 48 148 drip 200;
#X text 299 -105 type here;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 2 1 1 0;
#X connect 3 0 4 0;
#X connect 4 0 18 0;
#X connect 7 0 4 0;
#X connect 8 0 12 0;
#X connect 9 0 8 1;
#X connect 10 0 9 0;
#X connect 11 0 16 0;
#X connect 12 0 13 0;
#X connect 13 0 15 0;
#X connect 13 1 14 0;
#X connect 14 0 3 0;
#X connect 15 0 3 0;
#X connect 16 0 4 0;
#X connect 16 1 8 0;
#X connect 16 2 7 0;
#X connect 16 2 17 0;
#X connect 17 0 0 0;
#X connect 18 0 2 0;
#N canvas 64 37 519 396 10;
#X obj 25 280 list-find;
#X obj 104 158 makefilename %c;
#X obj 104 105 until;
#X obj 104 128 f;
#X obj 134 128 + 1;
#X obj 76 26 loadbang;
#X obj 25 26 inlet;
#X obj 76 253 list;
#X obj 104 223 list;
#X obj 104 193 list prepend;
#X obj 25 333 outlet;
#X text 28 361 2011 www.timvets.net;
#X obj 76 46 t b b b;
#X msg 135 80 0;
#X obj 25 308 + 1;
#X text 47 2 turns characters (symbols) into ascii values (floats)
;
#X msg 104 80 128;
#X connect 0 0 14 0;
#X connect 1 0 9 0;
#X connect 2 0 3 0;
#X connect 3 0 4 0;
#X connect 3 0 1 0;
#X connect 4 0 3 1;
#X connect 5 0 12 0;
#X connect 6 0 0 0;
#X connect 7 0 0 1;
#X connect 8 0 7 1;
#X connect 8 0 9 1;
#X connect 9 0 8 0;
#X connect 12 0 7 0;
#X connect 12 1 16 0;
#X connect 12 2 13 0;
#X connect 13 0 3 1;
#X connect 14 0 10 0;
#X connect 16 0 2 0;
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] sending image from of / libpd

2011-08-21 Thread Hans-Christoph Steiner


I think with the libpd API, you can write to Pd arrays.  That's  
probably you're best bet.


.hc

On Aug 20, 2011, at 6:11 PM, ronni montoya wrote:


Hi , Do anybody is working with openframeoworks and libpd? i would
like to develop an application that interpret pixels as sounds using
libpd addon on openframeworks.
I was wondering which would be the best way for  sending
images(opencvimages ) or pixels arrrays from openframeworks to pd
using  libpd and receiving it in pd for interpreting it as sound in
real time.
Do anybody have tried soemthing like this? any idea?


R.

___
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


Re: [PD] hid under ubuntu maverick

2011-08-21 Thread Diego Azar
Hi Pedro, thanks for your response. The problem is that I already have many 
patches that uses hid so I would like to get it to work. If I can't I will try 
your sugestion although. 


thanks again, 


Diego.




From: Pedro Lopes 
To: Diego Azar 
Cc: "Pd-list@iem.at" 
Sent: Sunday, August 21, 2011 6:11 PM
Subject: Re: [PD] hid under ubuntu maverick


Do you need me to test anything? send you patch, i also have a synaptics 
touchpad and ubuntu 10.10. If you really cannot get the touchpad on pd, maybe 
try using synclient and parse the data.

Go to the console and
>synclient -m 0

And it gives you all the touchpad data. 

But then again people that are used to [hid] can probably guide you into a more 
pd-friendly solution. :)

best of luck,
Pedro


On Sun, Aug 21, 2011 at 10:00 PM, Diego Azar  wrote:

Hi, 
>
>
>
>I'm having a problem with my laptop touchpad (synaptic) under ubuntu maverick. 
>It isn't a permission issue because I have already done the udev thing and 
>everything is working perfectly except the touchpad. Pd recognize it and hid 
>can open it but it can't recieve any data. I tried it in other laptops with 
>same ubuntu and the same thing happened. Any suggestions?
>
>
>thanks, 
>
>
>Diego.
>
>___
>Pd-list@iem.at mailing list
>UNSUBSCRIBE and account-management -> 
>http://lists.puredata.info/listinfo/pd-list
>
>


-- 
Pedro Lopes (HCI Researcher / MSc)
contact: pedro.lo...@ist.utl.pt
website: http://web.ist.utl.pt/Pedro.Lopes / http://pedrolopesresearch.wordpress.com/ | http://twitter.com/plopesresearch___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Typewriter effect

2011-08-21 Thread tim vets
no problem.
You may be able to do it character by character with [string $1 $2 $3 ...( .
and also a suggestion: randomize the drip speed ;)
gr,
Tim

2011/8/21 Antonio Roberts 

> Thanks Tim Vets, it worked great. Here's what I created
> http://www.youtube.com/watch?v=EOzDdYahsrs
>
> Ant
>
> On 21 August 2011 16:58, tim vets  wrote:
> > You could use [add2 $1( to add letters to a [text ( message box and send
> > that to text2d each time a letter is added.
> > gr,
> > Tim
> >
> > 2011/8/21 Antonio Roberts 
> >>
> >> Is there a way to get a typewriter effect using pd i.e. have letters
> >> appear one character at a time?
> >>
> >> I was thinking I could send the text to [text2d] using [drip] but that
> >> just displays one character/word at a time.
> >>
> >> Cheers,
> >>
> >> Ant
> >>
> >> --
> >> 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
> >
> >
>
>
>
> --
> 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


Re: [PD] Typewriter effect

2011-08-21 Thread Hans-Christoph Steiner


Nice effect!  That'd be nice to have wrapped up in an object or  
library, so people should do stuff like the Star Wars into.


.hc

On Aug 21, 2011, at 5:54 PM, Antonio Roberts wrote:


Thanks Tim Vets, it worked great. Here's what I created
http://www.youtube.com/watch?v=EOzDdYahsrs

Ant

On 21 August 2011 16:58, tim vets  wrote:
You could use [add2 $1( to add letters to a [text ( message box and  
send

that to text2d each time a letter is added.
gr,
Tim

2011/8/21 Antonio Roberts 


Is there a way to get a typewriter effect using pd i.e. have letters
appear one character at a time?

I was thinking I could send the text to [text2d] using [drip] but  
that

just displays one character/word at a time.

Cheers,

Ant

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







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






News is what people want to keep hidden and everything else is  
publicity.  - Bill Moyers




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


Re: [PD] Typewriter effect

2011-08-21 Thread Antonio Roberts
Thanks Tim Vets, it worked great. Here's what I created
http://www.youtube.com/watch?v=EOzDdYahsrs

Ant

On 21 August 2011 16:58, tim vets  wrote:
> You could use [add2 $1( to add letters to a [text ( message box and send
> that to text2d each time a letter is added.
> gr,
> Tim
>
> 2011/8/21 Antonio Roberts 
>>
>> Is there a way to get a typewriter effect using pd i.e. have letters
>> appear one character at a time?
>>
>> I was thinking I could send the text to [text2d] using [drip] but that
>> just displays one character/word at a time.
>>
>> Cheers,
>>
>> Ant
>>
>> --
>> 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
>
>



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


Re: [PD] hid under ubuntu maverick

2011-08-21 Thread Pedro Lopes
Do you need me to test anything? send you patch, i also have a synaptics
touchpad and ubuntu 10.10. If you really cannot get the touchpad on pd,
maybe try using synclient and parse the data.

Go to the console and
>synclient -m 0

And it gives you all the touchpad data.

But then again people that are used to [hid] can probably guide you into a
more pd-friendly solution. :)

best of luck,
Pedro

On Sun, Aug 21, 2011 at 10:00 PM, Diego Azar  wrote:

> Hi,
>
> I'm having a problem with my laptop touchpad (synaptic) under ubuntu
> maverick. It isn't a permission issue because I have already done the udev
> thing and everything is working perfectly except the touchpad. Pd recognize
> it and hid can open it but it can't recieve any data. I tried it in other
> laptops with same ubuntu and the same thing happened. Any suggestions?
>
> thanks,
>
> Diego.
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>


-- 
Pedro Lopes (HCI Researcher / MSc)
contact: pedro.lo...@ist.utl.pt
website: http://web.ist.utl.pt/Pedro.Lopes /
http://pedrolopesresearch.wordpress.com/ | http://twitter.com/plopesresearch
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] hid under ubuntu maverick

2011-08-21 Thread Diego Azar
Hi, 


I'm having a problem with my laptop touchpad (synaptic) under ubuntu maverick. 
It isn't a permission issue because I have already done the udev thing and 
everything is working perfectly except the touchpad. Pd recognize it and hid 
can open it but it can't recieve any data. I tried it in other laptops with 
same ubuntu and the same thing happened. Any suggestions?

thanks, 


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


Re: [PD] [soundtouch~] pitch shifter for Pure Data

2011-08-21 Thread katja
2011/8/21 András Murányi  wrote:

>> That's an easy fix: you can get access to the 64-bit Ubuntu and
>> the 64-bit OSX boxes of PdLab

Thanks for offering, I'll send you my key.

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


Re: [PD] [soundtouch~] pitch shifter for Pure Data

2011-08-21 Thread András Murányi
On Sun, Aug 21, 2011 at 21:00, katja  wrote:

> Hello,
>
> A few weeks ago I was reminded of my promise to share [soundtouch~], a
> SoundTouch port for Pure Data. I use this class since quite some time now,
> and had the code available on my website earlier on, but when I found that
> it could not work for Linux 64 bit I withdrew the project for a while.
> Reportedly, Olli Parviainen's newest version of SoundTouch is ready for 64
> bit. I can not check this as I have no access to a 64 bit machine at the
> moment.


That's an easy fix: you can get access to the 64-bit Ubuntu and the 64-bit
OSX boxes of PdLab (http://puredata.info/docs/developer/PdLab).
The linux box happens to be mine so you just send me your SSH key and I add
you in no time.

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


[PD] [soundtouch~] pitch shifter for Pure Data

2011-08-21 Thread katja
Hello,

A few weeks ago I was reminded of my promise to share [soundtouch~], a
SoundTouch port for Pure Data. I use this class since quite some time now,
and had the code available on my website earlier on, but when I found that
it could not work for Linux 64 bit I withdrew the project for a while.
Reportedly, Olli Parviainen's newest version of SoundTouch is ready for 64
bit. I can not check this as I have no access to a 64 bit machine at the
moment. Anyway, I have built [soundtouch~] binaries for OSX(fat), Linux32
and Windows32, and uploaded it together with source and help patch:

http://www.katjaas.nl/pitchshift/soundtouch~.html

SoundTouch is a time domain pitch shift  / time stretch library, and I've
built it into [soundtouch~] as a real time pitch shifter. It is suitable for
the transposition of material with simple harmonic content, like voice,
flute etc. The SoundTouch library is not perfectly adapted to real time
processing, because you have to choose (at compile time!) between a build
which produces dropouts during pitch factor change, and a build which has
increased latency. I opted for the clicks instead of the increased latency
(which is by necessity already considerable) in my binaries distribution,
but if you want you can recompile according to your preference. To solve
this clicks-vs-latency issue, if possible at all, would require a
modification of the SoundTouch library itself.

Apart from this issue, I'm fairly content with [soundtouch~]. Let me know
what you think about it. If [soundtouch~] is considered a useful addition to
existing Pd methods for pitch shifting, it may be worth the effort to try
and solve the clicks-vs-latency issue. It is not a trivial task though.This
time I'm not promising anything.

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


Re: [PD] Typewriter effect

2011-08-21 Thread András Murányi
On Sun, Aug 21, 2011 at 17:29, Antonio Roberts wrote:

> Is there a way to get a typewriter effect using pd i.e. have letters
> appear one character at a time?
>
> I was thinking I could send the text to [text2d] using [drip] but that
> just displays one character/word at a time.
>
> Cheers,
>
> Ant
>

http://lists.puredata.info/search/Pd-list?query=typewriter ?

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


Re: [PD] Typewriter effect

2011-08-21 Thread tim vets
You could use [add2 $1( to add letters to a [text ( message box and send
that to text2d each time a letter is added.
gr,
Tim

2011/8/21 Antonio Roberts 

> Is there a way to get a typewriter effect using pd i.e. have letters
> appear one character at a time?
>
> I was thinking I could send the text to [text2d] using [drip] but that
> just displays one character/word at a time.
>
> Cheers,
>
> Ant
>
> --
> 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
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] Typewriter effect

2011-08-21 Thread Antonio Roberts
Is there a way to get a typewriter effect using pd i.e. have letters
appear one character at a time?

I was thinking I could send the text to [text2d] using [drip] but that
just displays one character/word at a time.

Cheers,

Ant

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