[PD] Recording a stream of data

2012-03-31 Thread Ricardo Dueñas Parada
Hi,

I am working on a project on distance with some friends, and I want to work
with some data, but the data is coming from them (on another country). I
don´t have the device with me so I want a way for them to record/log the
stream of data (7  simultaneous channels ) in an plain text file so I can
play it here and work over it.

I used once something like that, I remember it streamed the data (from the
text file) over OSC (keeping the right time of messages), so I could read
it with mrpeach's OSC objects.

Can you give me any clue on how to achieve that?

Thank you.


*RICARDO DUEÑAS PARADA
**
*
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] wii controller

2010-05-29 Thread Ricardo Dueñas Parada
Thanks for the links Pedro, I'll check them out.
IOhannes, that was really the question, thanks for the info.

Best wishes, Ricardo.

Thanks, that was really the question, but what I found on the internet
was that improving thing.
,
On 29 May 2010 10:55, IOhannes m zmölnig zmoel...@iem.at wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Ricardo Dueñas Parada wrote:
 Hey, nice thread, I just want to know if the Wii Motion Plus improves
 the sensing of the wiimote using it directly from pd, or if it just
 does it with the wii console.


 it doesn't improve anything (this is just marketing speak from nintendo).
 it gives you another tuplet of sensors (gyros), which can be used to
 measure similar things as the standards accelerometers, and they allow
 you to measure rotation around the gravitation axis (which
 accelerometers cannot do)

 you can use them in Pd (at least with the wiimote external) just
 like with the wii console.

 fgmadr
 IOhannes
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iEYEARECAAYFAkwBOQYACgkQkX2Xpv6ydvQEVwCfViGLNYnRs1JaDNg/SerF8a3j
 iy4AnAzaiNN76FUx7X/IMg7kHO5MQki5
 =EhvH
 -END PGP SIGNATURE-


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


Re: [PD] wii controller

2010-05-28 Thread Ricardo Dueñas Parada
Hey, nice thread, I just want to know if the Wii Motion Plus improves
the sensing of the wiimote using it directly from pd, or if it just
does it with the wii console.

Thanks.

Ricardo


On 28 May 2010 18:21, Greg Pond gregp...@gmail.com wrote:
 All that has been said is true but I have used this combination of osculator
 and pd, messages sent via OSC and midi using a number of gui objects and
 inputs from other devices simultaneously with no major latency problems. Am
 away from internet connection I can use to forward patches  but can do so
 next Wednesday if you still need, using extended on mac os x 10.5

 On May 28, 2010 3:59 PM, Andrew Faraday jbtur...@hotmail.com wrote:

 Yeah, this is probably the problem. For some reason GUI objects seem to eat
 up a large amount of CPU usage. Once you've asserted just what input you're
 getting (Wiimote tends to come between 0 and 1) remove any number boxes,
 sliders, etc which are displaying your wiimote input. If you need this then
 you could display the data through GEM, which for some reason uses less
 processing power
 Andrew

 Date: Fri, 28 May 2010 12:59:17 -0400
 From: martin.pe...@sympatico.ca
 To: scos...@telus.net
 CC: pd-list@iem.at
 Subject: Re: [PD] wii controller


 Simon Cossar wrote:
  Hello list - I'm trying to control pd (0.41.4) with a wiimote and
  nunc...

 
 Get a free e-mail account with Hotmail. Sign-up now.
 ___
 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] OSCSerial for windows

2010-05-13 Thread Ricardo Dueñas Parada
 Hi Ricardo,
 Well I didn't have chance to try it with [comport], but I suspect you need
 to make the output of [comport] into lists using the slip packet delimiter
 192 and [list append] and [list prepend] as in the [list] examples.
 It should not crash Pd though, that's bad...
 Martin

Hi Martin, I used [list preped] and [list append] as you said and now
it works, thanks.

However, I am still getting crashes with the stream from comport (if I
program the microcontroller to send messages every ~200ms, it works
fine), I read a recent mail about unpackOSC, then I tested using just
slipdec (still crashes)

Crashes occur if I send messages too fast, just putting a [metro 50]
to a valid message in slipenc-help.pd or sending microcontroller
messages every 10 - 50 ms, freezes pd, and eventually make it crash.

I don't know what should be the minimun time that slipdec needs to
process a packet, I use the same settings that I use in Linux with
serialIO, OpenSoundControl and OSCruote [1], in Linux it works pretty
well even with shortes times.

Do you know if this difference could be related to the operative system?

Ricardo.


[1] https://ccrma.stanford.edu/wiki/AVR#Communicating_with_Pd_via_OSC_over_USB

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


Re: [PD] OSCSerial for windows

2010-05-12 Thread Ricardo Dueñas Parada
Hi Martin, that´s what I´m looking for, but I am getting an error when
I connect the comport output to the slipdec input, pd crashes
inmediately and closes.

Comport receives data fine, and slipdec makes his job too, but
together pd crashes, is it a stable version?


Thanks,

Ricardo

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


[PD] OSCSerial for windows

2010-05-11 Thread Ricardo Dueñas Parada
Hi,

I am using an AVRmini board to pass data from several sensors to pd
via OSC (USB), and I can do it on Linux with the objects pd_OSCSerial
[1].

Now I need to work on windows for a project, but this object isn´t
available on it, do you know any object I can use instead?

I've tried using serialosc2udp as they say in the page with no luck.


Many Thanks,

Ricardo

[1] https://ccrma.stanford.edu/wiki/AVR#Communicating_with_Pd_via_OSC_over_USB

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


Re: [PD] OSCSerial for windows

2010-05-11 Thread Ricardo Dueñas Parada
As I said, I've had no luck with that solution, the program seems to
work, but no data gets pd.

Ricardo.

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


Re: [PD] pd.exe as a virus

2010-04-13 Thread Ricardo Dueñas Parada
Thanks for the answers, of course it is solved adding an exception to
AVG. Just wanted to know if there was a reason maybe related to the
executable.

I tried to add a FAQ entry, but I can´t find the add FAQ button. Of
course I tried being logged in.

Ricardo.




On 13 April 2010 10:08, Hans-Christoph Steiner h...@at.or.at wrote:

 Since this question comes up every couple months, it would be great to have
 a FAQ entry on it.  Could a Windows user take it on?

 http://puredata.info/docs/faq

 .hc

 On Apr 6, 2010, at 3:45 AM, Lorenzo wrote:

 Hello Colet,

 colet.patr...@free.fr wrote:

 Hello Lorenzo,

  do you have something like this in your computer:

 Program Files\Pop up Blocker\pd.exe

 Actually I do not suffer that problem myself anyway I imagine the original
 sender will find the information useful.

 Lorenzo.

 ?


  Or maybe Pd.exe has entered into virus database because
 - Mail Original -
 De: Ricardo Lameiroricardolame...@gmail.com
 À: Lorenzolsut...@libero.it
 Cc: pd-list@iem.at
 Envoyé: Mercredi 31 Mars 2010 17h53:46 GMT +01:00 Amsterdam / Berlin /
 Berne / Rome / Stockholm / Vienne
 Objet: Re: [PD] pd.exe as a virus


 It will be a lame answer if you need to fix all the windows computers
 that i fix, because people use windows. Call it what you want.
 But linux just is safer. this is no a go away, but a open your eyes
 warning i gave
 and yes, PD works better in linux where you believe it or not


 2010/3/31 Lorenzo  lsut...@libero.it



 Ricardo Lameiro wrote:


 you should try to move into linux, its safer and pd works better in it :D
 Yes and that's the typical lame answer that puts off people from even
 trying linux, and it also sounds so.. uhm.. mac :(




 No dia 30 de Março de 2010 23:23, Ricardo Dueñas Parada
  rduen...@gmail.com  escreveu:


 Hi, I´m recently being adviced that pd.exe is a virus, exactly with
 AVG antivirus, do you know the reason for that?
 As someone suggested it might be a false positive.. Try and look into
 what message it gives and maybe contacting the AVG people or writing to
 community.

 All the best,
 Lorenzo.


 ___
 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



 

 [W]e have invented the technology to eliminate scarcity, but we are
 deliberately throwing it away to benefit those who profit from scarcity.
      -John Gilmore



 ___
 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.exe as a virus

2010-03-30 Thread Ricardo Dueñas Parada
Hi, I´m recently being adviced that pd.exe is a virus, exactly with
AVG antivirus, do you know the reason for that?

Ricardo.

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


[PD] Readanysf~ for linux

2009-12-09 Thread Ricardo Dueñas Parada
Hi, I have noted that readanysf~ is not present on my pd-extended
installation, I'm working
on Fedora 10.

Do you know where can I download the object?

Thanks.

Ricardo.

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


Re: [PD] nightly build of Pd-devel aka Pd-gui-rewrite

2009-09-23 Thread Ricardo Dueñas Parada
How can I help to get an rpm working on the auto-builds too?

Ricardo.

2009/9/22 Steffen Juul st...@dibidut.dk


 On 22/09/2009, at 9.17, IOhannes m zmoelnig wrote:

  Steffen Juul wrote:

 On 21/09/2009, at 17.13, Hans-Christoph Steiner wrote:


 Last night there was the first successful Mac OS X nightly build of the
 pd-gui-rewrite branch with the whole -extended lib set.  The Ubuntu nightly
 has been running for a while now.  The Windows build should start showing 
 up
 today or tomorrow.

 http://autobuild.puredata.info/auto-build/latest/

 Sorry but what does the icon mean? If i would like to test the Mac


 which icon. i don't see any icon.
 on the mentioned site i see 4 different iconS,


 Sorry, icon_s_.

  which it seems i have no meaning whatsoever apart from differentiating the
 file-types on a first glance.


 My first glans gave different result. Red ball, fx, meant something along
 the lines of don't go there.

  (snip) i guess this answers your question


 I guess too. Thanks.

  gui-rewrite version, which should i download (non carry something along
 gui-rewrite in their name)?



 indeed.
 but when you look carefully at the subject of this email, you will
 eventually read Pd-devel aka Pd-gui-rewrite.


 Sorry. Thanks for pointing that out.

  i would take the newest packages


 Ok. Then it seams to be for Mac OS X side of this is for evrsion 10.5 only.

  (Pd-0.43-devel; if you have followed the discussion about the gui-rewrite
 a bit, you might have noticed that it took off only recently; the
 Pd-0.41.4-devel packages from 25th of august 2009 seems to be from something
 older)


 I didn't follow that discussion close, hence i didn't want to assume
 connection like that. I guess that was wrong of me.



 ___
 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] convert number to pass it as argument to canvas

2009-09-15 Thread Ricardo Dueñas Parada
Hi list, I just want to know how can send a number as a cnv argument.

 I want to put a number in the label of a canvas, but it shows me Bad
argument, in what must I convert it?

Thanks.

Ricardo

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


Re: [PD] convert number to pass it as argument to canvas

2009-09-15 Thread Ricardo Dueñas Parada
thank you.

2009/9/15 Jonathan Wilkes jancs...@yahoo.com:
 You can do this:

 [makefilename %d]
 |
 [label $1(
 |
 [s your_canvas]

 --- On Wed, 9/16/09, Ricardo Dueñas Parada rduen...@gmail.com wrote:

 From: Ricardo Dueñas Parada rduen...@gmail.com
 Subject: [PD] convert number to pass it as argument to canvas
 To: pd-list pd-list@iem.at
 Date: Wednesday, September 16, 2009, 4:28 AM
 Hi list, I just want to know how can
 send a number as a cnv argument.

  I want to put a number in the label of a canvas, but it
 shows me Bad
 argument, in what must I convert it?

 Thanks.

 Ricardo

 ___
 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 of libraries in use

2009-05-13 Thread Ricardo Dueñas Parada
hi, I just want to know if there's an easy way to know the libraries I'm
using in a patch,
just to load the necessary.

Thanks

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


[PD] Variable in osc message

2009-04-16 Thread Ricardo Dueñas Parada
Hi list, just a simple question,

I am working with osc, and i have to send messages to pd, I am using
OSCroute to route messages.

Next is happening to me: where i should be receiving the variable, i get
this on the pd console:
error: gatom: no method for '1'

 The message is something like/route/1

I guess that the number is being mapped as a symbol and not a number, how
can I convert it?
Or, what else can be?

Thanks.

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


Re: [PD] Variable in osc message

2009-04-16 Thread Ricardo Dueñas Parada
[atoi] did the job, thank you.


Ricardo


2009/4/16 Frank Barknecht f...@footils.org

 Hallo,
 Ricardo Due?as Parada hat gesagt: // Ricardo Due?as Parada wrote:

  I am working with osc, and i have to send messages to pd, I am using
  OSCroute to route messages.
 
  Next is happening to me: where i should be receiving the variable, i get
  this on the pd console:
  error: gatom: no method for '1'
 
   The message is something like/route/1
 
  I guess that the number is being mapped as a symbol and not a number, how
  can I convert it?

 Probably that's the reason. You can convert number-symbols to integers with
 [atoi] from Zexy, or alternatively rewrite your OSC receiver setup to
 something
 like /route/one or put the number into the data part of the OSC message
 i.e. /route 1

 Ciao
 --
 Frank

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

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


[PD] pd in 64 bit machine

2008-10-21 Thread Ricardo Dueñas Parada
Hi everyone,

I recently got a new 64 bit machine and I want to know if there are
real advantages by installing a 64 bit OS.

All I want to do in that machine is to work with Ardour, pd, and maybe a
copule
effect-boxes for live signal processing and recording.

I didn´t see 64 bits packages on puredata.info, why is that?
Is there any chance I can help to provide those packages?

Any comment is appreciated.

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


Re: [PD] Read damaged sound file

2008-09-09 Thread Ricardo Dueñas Parada
Yes indeed, I didn´t know that. It worked too.
Thans.

_Ricardo

2008/9/9 IOhannes m zmoelnig [EMAIL PROTECTED]

 Ricardo Dueñas Parada wrote:

 Thanks, in fact soundfiler did it. I just had to specify things to
 override.


 well [readsf~] should have worked as well (you can override headerchunk,
 frame-offset and whatever).
 i used [readsf~] in past for repairing soundfiles that were written with
 [writesf~] without stoping it.

 fmgad.sr
 IOhannes

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


[PD] Read damaged sound file

2008-09-08 Thread Ricardo Dueñas Parada
Hi list.

I was making a recording with writesf~, and my computer suddenly turned off.
The file was created, about 200 MB, but It wasn´t closed or finished, so I
can´t
open with the objects I know on pd.

I can play the soundfile with amarok, so I know that the information is
still there,
but when I try to open with readsf~ or soundfiler, it loads 0 seconds of
information.
Even if I try with some sound editors like Audacity.

Do you know if there is a way to get the RAW information of the file,
without using the
header? (I guess that's the problem)
I don't want to have to record it again through Jack.

Thanks.

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


[PD] find formants from fft table

2008-08-25 Thread Ricardo Dueñas Parada
Hi, I want to find the max values of a table what is the result of a fft.

I tried using a counter and comparing manually, but it take too long, and
I need to do it as fast as possible, without compromising audio processing.
Do you know if there is some external what I can use to do that?

I just need to do it one time for every block, or even less, I just want to
know
the formants of a sound (speech).

Thanks.

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


Re: [PD] problems with PIR and Firmata

2008-08-12 Thread Ricardo Dueñas Parada
If you are sure it always bangs twice, you can use

inlet
  |
[toggle]
  |
[select 1]
  |
outlet

Ricardo D.


2008/8/12 Adityo Pratomo [EMAIL PROTECTED]

 hi there everybody, i have a question about the PIR in firmata. I'm
 connecting a PIR sensor to an ardunio board and then programming it on Pd
 using the Firmata firmware. Then, the input from the PIR sensor will detect
 any motion and any voltage output will be used to trigger a bang. But i have
 a problem, i guess the sensor will trigger the bang twice, since the output
 from the sensor change twice from a single motion. The question is how can i
 make the bang only react from the first trigger and then ignores the second
 trigger. I've used the delay routed to number 0, but it's useless since
 there's no exact time when the second trigger will occur. Any idea
 everybody.

 And when i debug the firmata, for every single detected output, i have a
 message like these

 DEBUG: 144
 DEBUG: 4
 DEBUG: 0
 DEBUG: 144
 DEBUG: 4
 DEBUG: 0
 DEBUG: 144
 DEBUG: 0
 DEBUG: 0
 DEBUG: 144
 DEBUG: 0
 DEBUG: 0

 can anybody tell me what these messages means? is my system working
 correctly?

 many thanks in advance.


 ___
 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] connecting with messages

2008-08-06 Thread Ricardo Dueñas Parada
 an object. however, this will get quite tricky as soon as you start to
 remove objects, because then need to keep track, _which_ object you
 removed.

Yes it is, at certain point, I don´t know which have I erased.

I found the help patch about creating new abstractions through messages,
and it was really helpful, but I couldn't use [dyn~], I copied it to the
respective
folder, and when I try to create, pd says:


dyn~ 0.1.2 - dynamic object management, (C)2003-2006 Thomas Grill

dyn~ - Syntax: dyn~ sig-ins msg-ins sig-outs msg-outs
 dyn~
... couldn't create

any idea?


Thanks for your answers

Ricardo D.




  dynamic object creation is not yet officially supported and probably
  therefore not well documented.

 i like the frivolous use of yet.

  But isn't that how all pd patches get loaded, sending the lines of the
  pd file t pd?

 well yes, but this doesn't mean much here.
 someone might change the way Pd builds a patch from a file.
 or change the fileformat.

 being inofficial/unsupported doesn't meant that it does not work.
 it means that it is your (the user's) fault if it stops working in
 future versions.


 fgamdr
 IOhannes

 ___
 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] connecting with messages

2008-08-05 Thread Ricardo Dueñas Parada
Hello list,

I am working with messages to create objects inside a patch, I think I have
solved
the creation of the objects, but I don't know how to connect them.
When I create an object, its number depends on the objects created before,
and
the order of creation, how can I know what is the number of a certain
object?

With number I mean the fields A and B in the message  [connect A X B Y( , I
already
know what A, B, X and Y are, but I don't know how to know A and B, for the
objects
I want to connect.

Do you know what other things can I modify in a patch through messages?

Thanks,

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


[PD] delay problems

2008-07-08 Thread Ricardo Dueñas Parada
Hi list, I want to ask you about a problem I'm having for a while.

Sometimes the object delay doesn't work correctly, I mean, if I put a 500,
I expect to have a 500 ms bang delay. And it does, but when it wants.
Other times it just let the bang pass, as with 0 delay.

Most of the times it happens when I have a delay right after an inlet,
seriously I don´t know what could be happening.

I correct it by changing the value of the delay, usually to 1000, and it works
correctly, then I rewrite the correct value.

Any idea?

_Ricardo

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


Re: [PD] delay problems

2008-07-08 Thread Ricardo Dueñas Parada
That was the problem, indeed.

Thanks.

2008/7/8 Frank Barknecht [EMAIL PROTECTED]:
 Hallo,
 Ricardo Dueñas Parada hat gesagt: // Ricardo Dueñas Parada wrote:

 Sometimes the object delay doesn't work correctly, I mean, if I put a 500,
 I expect to have a 500 ms bang delay. And it does, but when it wants.
 Other times it just let the bang pass, as with 0 delay.

 Most of the times it happens when I have a delay right after an inlet,
 seriously I don?t know what could be happening.

 I correct it by changing the value of the delay, usually to 1000, and it 
 works
 correctly, then I rewrite the correct value.

 I'm pretty sure that [delay] in Pd works correctly, unless there are
 new bugs, which everyone and their sister would already shout about by
 now in an object as important as delay.

 If it works correctly, the only reason for the behaviour you describe
 that I can think of is that you are sending a number instead of a bang
 to [delay] at certain times.

 Sending a number to the delay on *both* inlets will change the delay
 time. The change happens immediatly, if you send the number to the
 hot, left inlet, and on the next bang, if you used the cold inlet for
 the number.

 You could insert a [bang] object before the [delay] to get rid of the
 numbers, but maybe first find out, where the numbers come from.

 Ciao
 --
  Frank Barknecht _ __footils.org__

 ___
 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] best way to do 1/x

2008-07-02 Thread Ricardo Dueñas Parada
It shoud be that way

in
 |
[t   b   f]
 |   |
[1( |
 |   |
[/]
 |
out

but other possibilities are better in my opinion.
Anyway, in the link that Frank gave you is better explained.

_Ricardo

2008/7/2 Atte André Jensen [EMAIL PROTECTED]:

 Frank Barknecht wrote:

  As far as I see it, here you may have an execution order problem, at
  least the first tim you bang that ascii art. ;)

 Is that because of depth first, which would mean that / sees the 1 at
 hot inlet first and then carries out 1/0 before the 10 arrives at cold
 inlet?

 --
 peace, love  harmony
 Atte

 http://atte.dk   | http://myspace.com/attejensen
 http://anagrammer.dk | http://modlys.dk

 ___
 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] read a pixel value

2008-06-23 Thread Ricardo Dueñas Parada
Hi list,

I need to use a bmp file as a score, and I need to read a pixel value from a
bmp file.

I've been looking for an object that can do that, but I haven't found it
yet, do you know
a way to do that?, maybe with gem?

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


[PD] Fwd: Play a soundfile reverse

2008-06-22 Thread Ricardo Dueñas Parada
Thanks Andy, what do you mean with not very long?

I am working with 4 channels, so I chose writesf~ + soundfiler +
tabread4~ and everything is working fine.

_Ricardo

2008/6/18 Andy Farnell [EMAIL PROTECTED]:



 Hi Ricardo,

 Provided the file is not very long you can read it into an array
 using the [tabwrite~] object, then read it back in reverse with
 [tabread4~].  Audio help examples B03 and B07 should help you
 with this. If the phasor (or maybe better to use a [vline~]) is
 reversed the sound will play backwards.


 On Wed, 18 Jun 2008 22:55:53 -0500
 Ricardo Dueñas Parada [EMAIL PROTECTED] wrote:

  Hello list,
 
  do you know some way to read a soundfile (.wav, 2 channels) from the end
 to
  the
  beggining without convert the file?
 
  I'm trying to make a mirror. I write any sound (variable longitude) to
 a
  wav file,  and
  when a stop the recording, it must be played reverse.
 
  Any help will be appreciated. Thanks.
 
  _Ricardo
 


 --
 Use the source

 ___
 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] Fwd: Play a soundfile reverse

2008-06-22 Thread Ricardo Dueñas Parada
I realized that soundfiler truncate the file to 400 elements.
Is there a way to load a file into an array, withuot this restriction?

What I'm trying to do is:

1. record the file with [writesf~] (this file could be long, about 5 or 7
minutes)
2. finish the recording
3. load it into an array, not play
4. reverse it
5. write it into other file
6. play with [readsf~]

But, I can't load the entire file.
Any idea, please let me know.

Thanks.

_Ricardo

2008/6/22 Andy Farnell [EMAIL PROTECTED]:






 On Sun, 22 Jun 2008 09:06:12 -0500
 Ricardo Dueñas Parada [EMAIL PROTECTED] wrote:

  Thanks Andy, what do you mean with not very long?

 You might find that files over about 2 mins will play back
 with poor quality on a 32 bit machine.

 
  I am working with 4 channels, so I chose writesf~ + soundfiler +
  tabread4~ and everything is working fine.
 
  _Ricardo


 --
 Use the source

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


[PD] Play a soundfile reverse

2008-06-18 Thread Ricardo Dueñas Parada
Hello list,

do you know some way to read a soundfile (.wav, 2 channels) from the end to
the
beggining without convert the file?

I'm trying to make a mirror. I write any sound (variable longitude) to a
wav file,  and
when a stop the recording, it must be played reverse.

Any help will be appreciated. Thanks.

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


Re: [PD] Play a soundfile reverse

2008-06-18 Thread Ricardo Dueñas Parada
I've found the solution using [soundfiler].
If you know other way, please let me know.

_Ricardo.

2008/6/18 Ricardo Dueñas Parada [EMAIL PROTECTED]:

 Hello list,

 do you know some way to read a soundfile (.wav, 2 channels) from the end to
 the
 beggining without convert the file?

 I'm trying to make a mirror. I write any sound (variable longitude) to a
 wav file,  and
 when a stop the recording, it must be played reverse.

 Any help will be appreciated. Thanks.

 _Ricardo





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


[PD] vst~ in mac?

2008-06-11 Thread Ricardo Dueñas Parada
Hi everyone, it's just a simple question.

Anybody knows if there's some external-patch-anything to import
vst's in mac and/or linux?

I know  vst~, but it seems to work just in MSW.

Thanks in advance.

_Ricardo.

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


Re: [PD] Accessing bluetooth devices via [comport]

2008-06-08 Thread Ricardo Dueñas Parada
Hi Roman, thanks for the info, i'll check that out and I'll post the results.

_Ricardo.



2008/6/8 Roman Haefeli [EMAIL PROTECTED]:
 hi ricardo

 i am no bluetooth maestro at all, but probably i am able to help you a
 bit anyway, since i once did set up a serial connection over bluetooth
 with [comport].

 On Sat, 2008-06-07 at 23:07 -0500, Ricardo Dueñas Parada wrote:
 I'm trying to receive information on pd from my phone
 Nokia E50 over bluetooth.

 Can you tell me a little more about it, please?

 first of all, this will only work if you really can talk serial to the
 device (the phone, in your case). if so, then you need to install the
 package 'bluez-utils', but most likely it is already installed. then you
 need to edit the file /etc/bluetooth/rfcomm.conf, so that a device node
 is created when the computer sees (hears?) your phone:

 # example:
 #
 # this would create the node /dev/rfcomm0
 rfcomm0 {
  bind yes;
# Bluetooth address of the device
device 5F:E0:00:06:D0:F2;
# RFCOMM channel for the connection
channel 1;
# Description of the connection
comment my nokia phone;
 }


 if the configuration file is correct, you can start the daemon (if it is
 not already running):

 sudo /etc/init.d/bluez-utils start

 (this can be automated to be executed on boot time by creating a symlink
 from /etc/rc2.d/S25bluez-utils pointing to /etc/init.d/bluez-utils)

 now you are ready to connect to your phone using [comport]:

 send a message 'devicename /dev/rfcomm0' to [comport] and you should be
 able now to send message from pd to the phone, respectivel receive
 messages from it.

 this was tested on ubuntu dapper with a sparkfun inertial measurement
 unit. i assume, it works the same on a more recent flavor of ubuntu, if
 it is not even simpler.

 good luck
 roman


 I'm getting started, but I really want to control my pd patch
 from my mobile phone. By now, I'm programming the
 phone with python, I can connect with the pc, with gnome-
 bluetooth, but I don know how to receive data on pd.

 Thanks.

 _Ricardo

 2008/3/10 eva sjuve [EMAIL PROTECTED]:
  yes it works,
  what os are you on?
 
  you access it through bluetooth rfcomm-serial
 
  -eva
 
  jean-martin barbut wrote:
  Hello,
 
  My question is very simple : is there a way to access bluetouth devices
  via [comport] ?
 
  If yes , how do that work?
 
  thanks
 
  JMartin
 
 
  ___
  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



 ___
 Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de



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


Re: [PD] Accessing bluetooth devices via [comport]

2008-06-07 Thread Ricardo Dueñas Parada
I'm trying to receive information on pd from my phone
Nokia E50 over bluetooth.

Can you tell me a little more about it, please?

I'm getting started, but I really want to control my pd patch
from my mobile phone. By now, I'm programming the
phone with python, I can connect with the pc, with gnome-
bluetooth, but I don know how to receive data on pd.

Thanks.

_Ricardo

2008/3/10 eva sjuve [EMAIL PROTECTED]:
 yes it works,
 what os are you on?

 you access it through bluetooth rfcomm-serial

 -eva

 jean-martin barbut wrote:
 Hello,

 My question is very simple : is there a way to access bluetouth devices
 via [comport] ?

 If yes , how do that work?

 thanks

 JMartin


 ___
 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] pidip and nightly-builds problems

2008-05-28 Thread Ricardo Dueñas Parada
Hello all,

I am trying to use the library pidip in ccrma's pd-extended, but the
externals are not
in place, i tried to reinstall from planetccrma, and it does, but no single
external
is placed, in fact, nor even the pidip folder is created. It just puts the
file pidip.pd_linux
in the folder extra.
It's weird because the help patches for pidip are in the reference path, but
the objects
can't be loaded.

I tried to download pd-extended from nightly-builds, but the package for
planetccrma6
has just 46bytes. I tracked it down and it is broken since [1]. Somebody
know how can
I or somebody fix this?

Last questions, why the autobuild package is related to planetccrma6 when
the latest
from planet ccrma is for Fedora 8? and what is the difference between those
packages?


[1] http://autobuild.puredata.info/auto-build/2008-05-11/


Thanks,

_Ricardo



http://autobuild.puredata.info/auto-build/2008-05-11/
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] dropout problems

2008-05-17 Thread Ricardo Dueñas Parada
Maybe is not a PD problem, generally is a Windows problem, try ASIO drivers
[1].
It happened to me too.

[1] http://www.asio4all.com/

_Ricardo






2008/5/17 Matteo Sisti Sette [EMAIL PROTECTED]:

 I sent this from the wrong address so I re-send it. In case it reaches the
 list twice I apologize.



 Hi,

 Curiously enough, I am having CRAZY and inexplicable dropout problems too
 (but on windows).
 I've described them in a previous thread, and I have no idea whether there
 may be any relation between my dropout problems and yours.

 However, there are some similarities:

 1) I also use two instances of PD: one generating audio (with dsp turned
 on), and the other one for only GUI, with dsp turned off. In my case both
 are PD-Vanilla.
 2) They communicate with each other with netsend/netreceive
 3) Cpu usage is very low (much lower than yours); even with near to 0% cpu
 usage (on both pd instances) I get dropouts
 4) The quantity of messages being sent through netsend/netreceive cannot
 justify dropouts: in your case it cannot because the rate of messages is
 fixed and you get dropouts only in some cases; in my case, it cannot
 justify
 because even when NO data is being transmitted in either direction, I get
 dropouts
 5) This happens on one machine and doesn't happen on another machine, both
 windows xp with the same version of pd (vanilla 0.41-3) and with the same
 patches. Both machines are very similar (two laptops from the same vendor
 and almost same model) and the non-dropout one does NOT have faster CPU
 (though not slower either) - the only difference I can tell is the
 non-dropout one has more RAM: 2GB vs one

 In my case, both the audio-generating patch and the GUI-only patch are very
 big, i.e. use much memory (lots of objects containing losts of instances
 of lots of abstractions, etc) BUT they are doing _really_ almost nothing
 when I still get dropouts. All idle audio abstractions/subpatches are
 always
 switch~ed off.

 The audio patch has a lot of tables, into which I load a lot of audio data
 _at the beginning_ so that uses a lot of memory too - however, even if I
 DON'T load audio data (so I do have a lot of tables but they are all very
 small and use much less memory) I equally experience dropouts - on one
 machine.


 My only suspects/guesses
 A) some memory issue (though using around 100-200 MB memory on a 1GB
 machine
 shouldn't justify persistent memory trashing generating many dropouts per
 second forever)
 B) some issue with big quantity of things, that is: things which PD
 does
 every once in a while even when the patch is not doing nothing, and which
 take O(f(N)) time where N is the number of total objects (or total
 whatever)
 and f(N) is an increasing function?
 C) some bug in netsend/netreceive silently communicating with each other
 even when the patches are not sending anything??
 D) some kind of unexpected interference between multiple instances of
 PD

 Are B-D absolute nonsense?

 Probably my issue and yours are unrelated, but I was very surprised to read
 another case of unexplicable dropouts and to note the coincidences
 (especially 2 instances of PD running and communicating).


 Andy Farnell mentioned [line] and I assume he meant what he said, i.e.
 [line] and not [line~].
 I may have more than a few [line] objects around but they are absolutely
 idle (as far as I'm responsible) while I get dropouts (i.e. not receiving
 input nor producing output).
 Same goes for [line~]s that are even switched~ off.

 I test it by listening to an [osc~ 500] when EVERYTHING else is doing
 absolutely nothing in both patches and I get dropouts.

 Often (not always), dropouts begin when one may reasonably expect to get a
 short burts of dropouts: for example minimizing and maximizing a patch
 window full of GUI (note however that I do this on the pd instance that is
 NOT generating audio... however this may steal cpu to the other instance
 for a while) - but then they never ever end!!!


 Well any clues about Roman's problem may be of interest to me too!!!

 Thanks
 m.


 ___
 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] abstractions $ variable inconsistency

2008-05-03 Thread Ricardo Dueñas Parada
That´s right, it works on windows 0.40.3-extended-20080502.

_Ricardo

2008/5/3 Andy Farnell [EMAIL PROTECTED]:


 $ is only understood within a string  0.39, otherwise
 the string must start with $, so it's a version thing.

 On Sat, 3 May 2008 20:37:36 -0700
 Jaime Oliver [EMAIL PROTECTED] wrote:

  Hello all,
  I think I have encountered a strange cross-platform (or cross-version)
  inconsistency, maybe someone can correct me:
 
  I have an abstraction:
 
  [abs 1]  abs is the name of the abstraction and 1 is an argument
 
  and inside it I have:
 
  [r on$1]
 
  SO, when i send from a message box in the main patch the message:
 
  ; on1 5
 
  I would expect to receive the number 5 in the abstraction.
 
  RESULT
 
  In OSX in a powerbook ppc / Pd-0.41-2
 .it
  works perfectly!
  In Windows XP (64bit quadcore) / Pd-extended-0.39.3 it
 doesn't
  work.
  It says error: on1: no such object.
 
  I will probably try it in fedora tomorrow and let you know...
 
  Any ideas why, does this feature usually works for windows users?
  attached is a small example patch if anyone would like to try...
 
  best,
 
  J
 
 
 
  --
  Jaime E Oliver LR
 
  [EMAIL PROTECTED]
  www.realidadvisual.org/jaimeoliver
  www-crca.ucsd.edu/
  www.realidadvisual.org
 
  9168 Regents Rd. Apt. G
  La Jolla, CA 92037
  USA
 


 --
 Use the source

 ___
 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] Fann or ann external

2008-04-22 Thread Ricardo Dueñas Parada
I'm both Windows Vista and Linux (Fedora 8).

My personal patches go on Linux.
My job patches on Windows.

Thanks.





2008/4/22 Kevin McCoy [EMAIL PROTECTED]:

 As of 0.39-3 ext I had to download them from cvs (maybe svn now??) and
 compile them after compiling libfann from source as well.  What OS are
 you on?

 http://leenissen.dk/fann/

 km




 On Mon, Apr 21, 2008 at 12:06 PM, Ricardo Dueñas Parada
 [EMAIL PROTECTED] wrote:
  Hi everybody.
 
  Anyone knows where can I find the FANN or ANN externals, and which of
 both
  is in use?
  Some documents say that they are part of pd-extended, but they are not
 in my
  extra folder.
 
  Thanks.
 
   _Ricardo D.
 
 
  ___
   PD-list@iem.at mailing list
   UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 



 --

 
 http://art.sewanee.edu/mccoy

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


[PD] Fann or ann external

2008-04-21 Thread Ricardo Dueñas Parada
Hi everybody.

Anyone knows where can I find the FANN or ANN externals, and which of both
is in use?
Some documents say that they are part of pd-extended, but they are not in my
extra folder.

Thanks.

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


[PD] Building messages

2008-04-14 Thread Ricardo Dueñas Parada
Hey list,

I'm working with fiddle and OSC, and I need to build the OSC messages from
fiddle data.

I already did a patch that I don´t really like because I haven´t find the
way to build the messages in
a good way.
All numbers are flying from here to there, and I think that´s a better way
to solve this problem.

I need to compose a OSC message like this: [/messagename xxx yyy(   where
xxx and yyy are
values from fiddle. And I need that one message is build and send everytime
xxx or yyy changes.

Anyone knows some place where I can find information about composing
messages?
I read help information into PD Reference Changing-messages,  but I need to
do things that aren´t
described there.

Thanks,

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


Re: [PD] Pd Fontsizes

2008-02-16 Thread Ricardo Dueñas Parada
If the screen resolution is the same in both computers, try Edit - Font in
your patch window.

Ricardo D.

On 16/02/2008, Roman Haefeli [EMAIL PROTECTED] wrote:

 if the same os is some linux flavour, it is probably because of
 different display settings that result in different font scalings. i
 noticed, that on computers with smaller resolution sometimes tinier
 fonts are used. unfortunately, i don't know what the correct solution
 for this problem is, if there is anything that could be considered
 *correct*. however, i sometimes was able to solve it by giving the
 option '-dpi 80' when doing 'startx'. alternativel it might also help to
 specify 'DisplaySize X Y' in 'Section Monitor' in your xorg.conf.
 Making the Display bigger than it actually is scales down fonts and vice
 versa.

 roman



 On Sat, 2008-02-16 at 11:29 +0100, Peter Plessas wrote:
  Hi!
 
  What reason can there be if the same patch does not display the same
  fontsizes on two different computers, both running the same OS and the
  same Pd version?
 
  regards, PP
 
 
  ___
  PD-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




 ___
 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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list