Re: [PD] audio breaking

2010-03-05 Thread Roman Haefeli
I usually follow this guide for getting realtime privileges as normal
user:

https://help.ubuntu.com/community/UbuntuStudioPreparation#line-127

Roman


On Thu, 2010-03-04 at 23:52 +0100, Derek Holzer wrote:
 I used to have to run Pd + JACK as -rt under sudo or root on Linux to 
 get good performance. Maybe there's another way with permissions and 
 groups and such, it's been a while since I fooled with it.
 
 D.
 
 On 3/4/10 11:41 PM, Marco Donnarumma wrote:
  (I re-send this'cause before I left the wrong subject in the email)
 
  Hi Oded,
  sorry if it sounds obvious, but have you tried starting Pd with the flag 
  -rt?
 
  the flag will set Pd to get an actual real-time priority.
 
 
  M
 
 
 
  Message: 3Date: Thu, 4 Mar 2010 11:13:24 -0800 (PST)
 
  From: Oded Ben-Tal o...@ccrma.stanford.edu
  mailto:o...@ccrma.stanford.edu
  Subject: Re: [PD] audio breaking
  To: Ricardo Lameiro ricardolame...@gmail.com
  mailto:ricardolame...@gmail.com
  Cc: pd-list@iem.at mailto:pd-list@iem.at
  Message-ID:
  alpine.lfd.2.00.1003041112350.8...@ccrma-gate.stanford.edu
  mailto:alpine.lfd.2.00.1003041112350.8...@ccrma-gate.stanford.edu
  Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
 
I thinj he is using realtime kernel, as he is running jack with
  the -R flag (reatime)
otherwise jack wouldn even start.
 
  Yes, I'm using the rt-kernel from planet CCRMA.
 
 
 
 
  --
  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
 




___ 
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] Strange bug in my patch

2010-03-05 Thread Chuckk Hubbard
On Thu, Mar 4, 2010 at 9:26 PM, Caio Barros caio.bar...@gmail.com wrote:
 2010/3/4 Chuckk Hubbard badmuthahubb...@gmail.com

 I'm sorry, I can't resist- A bug in your patch, that sounds like a
 personal problem!
 Anyway I'm glad you got it resolved. I wouldn't have made a crass
 comment if it weren't resolved!
 -Chuckk


 That should sound funny for native english speakers, but I'm not! Patch, as
 far my dicitonary tells me it's just a piece of tissue or pieces of tissue
 sewed together.
 But I forgive you... just because I got my (personal) problem resolved.

Yeah, I know it's annoying when people make jokes you don't
understand. I live in Romania and people do it to me too. Well,
patch can also be a small area of grass or hair or fur.


-Chuckk

-- 
http://www.badmuthahubbard.com

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


[PD] httpget again

2010-03-05 Thread Dan Wilcox
I liked the httpget-ace example.I added a right inlet to set byte2any's End Of String char. Setting 10 aka '\n' has it print out the file line by line ...

httpget-ace-lines.pd
Description: Binary data

Dan Wilcoxdanomatika.comrobotcowboy.com

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


[PD] puredata in london?

2010-03-05 Thread Husk 00
Hi list,
I'm in London for a couple of weeks and i was looking for some place/people
where share some PD time
thanks
Luca / husk
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] making hardware

2010-03-05 Thread Spencer Russell
On Fri, Mar 5, 2010 at 2:54 AM, Chris McCormick ch...@mccormick.cx wrote:
 Hi,

 You might be interested in Martin Roth's ZenGarden:
 https://github.com/mhroth/ZenGarden/

 Not even close to fully functional, but it's moving fast and can run some Pd
 patches already on Android (ARM), and desktop PCs (Mac/Linux).

 I am currently trying to get it working on the Nintendo DS to enable people to
 use the DS as a generic effects unit with a touch screen.

 This branch is the most active right now:
 http://github.com/mhroth/ZenGarden/tree/pdm10

 Chris.

 On Thu, Mar 04, 2010 at 06:20:15PM +0900, hard off wrote:
 one thing i always use a lot in my pd patches is called a 'wetfilter'.
 basically it is a bunch of bandpass filters, followed by delaylines of
 increasing length.  kind of oldschool 'spectral delay'.

 so, i'd love to have this effect in a small hardware box, so i can put some
 drum machines and synths through it easily.

 what options are available for putting pd patches into small devices with
 audio in and out?

 and, slightly off topic for the pd list, is there already some type of
 generic 'stomp box' that can load C++ code or something to make effects?


http://line6.com/tcddk/

A couple years ago Line6 released a development kit to to just that.
Seems like a great tool as long as you're not afraid to get your hands
a little dirty in some C DSP code. I've done some BeagleBoard hacking
but had quite a bit of trouble getting Pd to run on it (I think
because of some bugs in the ALSA drivers at the time) Perhaps the
situation is better now.

-s

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


[PD] Turing Machine?

2010-03-05 Thread Jon
Hello,

Has someone written a simple turing machine simulator in pd?
If not i might try to, but would like to know from you folks' own
experiences, as i figured it's something someone must have attempted
before...
Thanks

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


Re: [PD] Turing Machine?

2010-03-05 Thread Peter Plessas

Fbar, as usual :-)

http://footils.org/cms/weblog/2007/feb/07/turing-machine-pd/

Jon wrote:

Hello,

Has someone written a simple turing machine simulator in pd?
If not i might try to, but would like to know from you folks' own
experiences, as i figured it's something someone must have attempted
before...
Thanks

___
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] Turing Machine?

2010-03-05 Thread Frank Barknecht
Hallo,
Jon hat gesagt: // Jon wrote:

 Has someone written a simple turing machine simulator in pd?
 If not i might try to, but would like to know from you folks' own
 experiences, as i figured it's something someone must have attempted
 before...

I did one here: 
http://footils.org/cms/weblog/2007/feb/07/turing-machine-pd/

Ciao
-- 
Frank

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


Re: [PD] audio breaking

2010-03-05 Thread Marco Donnarumma
yep, that's the one I used too. You can easily avoid to run everything as
sudo including your user and the root in a couple of specific groups.


On Fri, Mar 5, 2010 at 9:49 AM, Roman Haefeli reduzie...@yahoo.de wrote:

 I usually follow this guide for getting realtime privileges as normal
 user:

 https://help.ubuntu.com/community/UbuntuStudioPreparation#line-127

 Roman


 On Thu, 2010-03-04 at 23:52 +0100, Derek Holzer wrote:
  I used to have to run Pd + JACK as -rt under sudo or root on Linux to
  get good performance. Maybe there's another way with permissions and
  groups and such, it's been a while since I fooled with it.
 
  D.
 
  On 3/4/10 11:41 PM, Marco Donnarumma wrote:
   (I re-send this'cause before I left the wrong subject in the email)
  
   Hi Oded,
   sorry if it sounds obvious, but have you tried starting Pd with the
 flag -rt?
  
   the flag will set Pd to get an actual real-time priority.
  
  
   M
  
  
  
   Message: 3Date: Thu, 4 Mar 2010 11:13:24 -0800 (PST)
  
   From: Oded Ben-Tal o...@ccrma.stanford.edu
   mailto:o...@ccrma.stanford.edu
   Subject: Re: [PD] audio breaking
   To: Ricardo Lameiro ricardolame...@gmail.com
   mailto:ricardolame...@gmail.com
   Cc: pd-list@iem.at mailto:pd-list@iem.at
   Message-ID:
   alpine.lfd.2.00.1003041112350.8...@ccrma-gate.stanford.edu
   mailto:alpine.lfd.2.00.1003041112350.8...@ccrma-gate.stanford.edu
 
   Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
  
 I thinj he is using realtime kernel, as he is running jack with
   the -R flag (reatime)
 otherwise jack wouldn even start.
  
   Yes, I'm using the rt-kernel from planet CCRMA.
  
  
  
  
   --
   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
 




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




-- 
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] integer values

2010-03-05 Thread Jack
Le mercredi 03 mars 2010 à 10:01 -0800, Jonathan Wilkes a écrit :
 
 --- On Wed, 3/3/10, Jack j...@rybn.org wrote:
 
  From: Jack j...@rybn.org
  Subject: Re: [PD] integer values
  To: Jonathan Wilkes jancs...@yahoo.com
  Cc: pd-list@iem.at, volker böhm vbo...@gmx.ch
  Date: Wednesday, March 3, 2010, 2:20 PM
  Le mardi 02 mars 2010 à 22:47 -0800,
  Jonathan Wilkes a écrit :
   
   --- On Wed, 3/3/10, Jack j...@rybn.org
  wrote:
   
From: Jack j...@rybn.org
Subject: Re: [PD] integer values
To: Jonathan Wilkes jancs...@yahoo.com
Cc: pd-list@iem.at,
  volker böhm vbo...@gmx.ch
Date: Wednesday, March 3, 2010, 2:16 AM
There is a very small error in the
patch :
[s linked_array] - [s linked_garray].
However, this is a nice example.
I'm working on data structures (for automations)
  and it
would be nice to
have a 'return' from [struct] (or something like
  that, but
i don't know
what :) when you modify an array of scalars (with
  mouse)
without [metro]
to update some values (like in your patch with
  the array
'linked_garray', but without a [metro] to
  update).
Hope what i mean is enough clear ?
++

Jack
   
   Thanks for finding the error-- I must have forgotten
  to save after I made 
   that needless change.
   
   So which [struct] would the message come out of when
  modifying an element 
   of an array-- the [struct] that defines the array or
  the [struct] that defines the element being modified?
  I don't know, that's why i ask ;)
  When you modify the size of a polygon, [struct] return a
  message. Why is
  it not possible with a [struct] that defines the array ?
  
   
   If it's the [struct] that defines the array, then how
  do you specify which 
   array and which index number of the thing that's
  getting moved?
  Just receive a message there is an update of the array ?
 
 I don't think that would help very much, because you don't know which 
 value was changed, or to which array it belongs (if you have more than 
 one array in a struct).  You would at least want to know the array name 
 and index of the element being modified.  So if I move the first element 
 of the boxes array in that patch, it would be nice if I got the 
 following message:
 
 change boxes 0 (pointer)
 
 So the pointer here points to the [graph] data structure-- in other words 
 the one that defines that array.  Putting the atoms of the message in that 
 order would work well because you can route according to the array name, 
 then immediately send the next message to the left inlet of [element] to 
 do whatever it is you want to do with that data (or precede it with an 
 [unpack 0 p] if you want to be finicky).
 
 But if the message is to come out of the [struct] that defines the element 
 (box), you'd probably want a different set of info in the message.
 
 Btw- if you hook up [print] to the outlet of [struct box] in that 
 patch, you'll see that every time you click somewhere in the array a series 
 of messages is output.  I don't understand what the numbers mean, 
 and the (pointer) doesn't correspond to either of the data structures I 
 have defined.  But even if it did, that would be a lot of messages to 
 deal with every time you happen to click the containing scalar (imagine if 
 you're using a ds-array to visualize/manipulate five seconds of audio...)

With the [print] object on [struct graph], i have something in the
console when i click somewhene on the array only in edit mode, not in
run mode. Something like :
print: select \\p(0x0xbfb28e08)
print: displace \\p(0x0xbfb28e80) 0
print: displace \\p(0x0xbfb28e80) 1
print: deselect \\p(0x0xbfb28dd8)

But nothing from [struct box]. I miss something ?

For my patch, a bang message should be enough to update my [table]
object with (for example) :

[bang( : when a value change from the array (or as you suggest : change
boxes :)
[until]
[element]
[pointer]
[get]
[tabwrite]

Now i use a [metro] to update the content of my [table] every 100 ms :
[metro 100]
[until]
[element]
[pointer]
[get]
[tabwrite]

Thanx.
++

Jack



 
 -Jonathan
 
 
   
 



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


[PD] two pix_record (one gemhead) = pd crash

2010-03-05 Thread stéfan piat
hi!

I will record a video stream using two pix_record :
when one is closing the .mov files the other begin to record a new one and
so on...

is it possible to do that with one gemhead ?
cause when I start recording with one then stop recording, then start
recording with the second one, pd crash...

I'm using Pd version 0.42.5.extended-20100302 + GEM: ver: 0.92.2 with ubuntu
karmic koala on a macbook


thanks for any help
stéfan
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] two pix_record (one gemhead) = pd crash

2010-03-05 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

stéfan piat wrote:
 hi!
 
 I will record a video stream using two pix_record :
 when one is closing the .mov files the other begin to record a new one and
 so on...
 
 is it possible to do that with one gemhead ?
 cause when I start recording with one then stop recording, then start
 recording with the second one, pd crash...
 

like always it would be nice to have an example patch.
[pix_record] is very specific about the userinput: you need to provide
everything (codec, filename,...) and in the correct order!
once this is guaranteed, i think it is quite stable.
(else it is not)

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

iEYEARECAAYFAkuRScgACgkQkX2Xpv6ydvSHDgCgguRsqrOHxkf6b/7HT8EUO/5F
rWMAnRtu1ae3/iel2V5jdvoFm0mt9mut
=gc0M
-END PGP SIGNATURE-

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


Re: [PD] two pix_record (one gemhead) = pd crash

2010-03-05 Thread stéfan piat
here is an example patch...

thx.
stéfan

2010/3/5 IOhannes m zmölnig zmoel...@iem.at

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 stéfan piat wrote:
  hi!
 
  I will record a video stream using two pix_record :
  when one is closing the .mov files the other begin to record a new one
 and
  so on...
 
  is it possible to do that with one gemhead ?
  cause when I start recording with one then stop recording, then start
  recording with the second one, pd crash...
 

 like always it would be nice to have an example patch.
 [pix_record] is very specific about the userinput: you need to provide
 everything (codec, filename,...) and in the correct order!
 once this is guaranteed, i think it is quite stable.
 (else it is not)

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

 iEYEARECAAYFAkuRScgACgkQkX2Xpv6ydvSHDgCgguRsqrOHxkf6b/7HT8EUO/5F
 rWMAnRtu1ae3/iel2V5jdvoFm0mt9mut
 =gc0M
 -END PGP SIGNATURE-

#N canvas 12 57 958 685 10;
#X obj 481 -131 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1
0 1;
#X obj 537 167 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 482 -108 sel 0 1;
#X msg 453 174 0;
#X msg 544 -12 1;
#X msg 620 12 1;
#X obj 613 154 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 445 127 t b b;
#X obj 689 111 t b b;
#X msg 700 151 0;
#X msg 736 44 stop;
#X msg 492 62 stop;
#X obj 472 -61 t b b;
#X obj 441 104 delay 1;
#X obj 674 84 delay 1;
#X obj 156 -126 gemwin;
#X msg 157 -158 create \, 1;
#X msg 231 -164 0 \, destroy;
#X obj 628 40 t f b;
#X obj 516 25 t f b;
#X obj 799 503 pix_record;
#X obj 797 50 pix_video;
#X obj 799 245 pix_texture;
#X obj 799 269 rectangle 4 3;
#X msg 840 385 record 1;
#X obj 832 353 t b b;
#X msg 770 386 record 0;
#X obj 797 20 gemhead;
#X obj 698 254 sel 0 1;
#X obj 520 501 pix_record;
#X msg 561 383 record 1;
#X obj 553 351 t b b;
#X msg 491 384 record 0;
#X obj 490 305 sel 0 1;
#X obj 799 300 separator;
#X obj 572 425 separator;
#X obj 195 146 savepanel;
#X msg 197 175 set \$1;
#X obj 195 105 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 192 292 list append \$1;
#X obj 290 264 loadbang;
#X msg 192 361 file \$1;
#X obj 192 316 list2symbol;
#X msg 286 293 symbol;
#X obj 192 338 makefilename %s.mov;
#X msg 195 202 /home/stefan/Images/test_;
#X obj 257 225 f;
#X obj 293 225 + 1;
#X text 199 81 1;
#X text 480 -154 2;
#X msg 604 475 codec 0;
#X obj 676 427 loadbang;
#X obj 348 163 t b b;
#X connect 0 0 2 0;
#X connect 1 0 33 0;
#X connect 2 0 12 0;
#X connect 2 1 4 0;
#X connect 3 0 1 0;
#X connect 4 0 19 0;
#X connect 5 0 18 0;
#X connect 6 0 28 0;
#X connect 7 0 5 0;
#X connect 7 1 3 0;
#X connect 8 0 4 0;
#X connect 8 1 9 0;
#X connect 9 0 6 0;
#X connect 10 0 14 0;
#X connect 11 0 13 0;
#X connect 12 0 3 0;
#X connect 12 0 9 0;
#X connect 12 1 10 0;
#X connect 12 1 11 0;
#X connect 13 0 7 0;
#X connect 14 0 8 0;
#X connect 16 0 15 0;
#X connect 17 0 15 0;
#X connect 18 0 6 0;
#X connect 18 1 14 0;
#X connect 19 0 1 0;
#X connect 19 1 13 0;
#X connect 21 0 22 0;
#X connect 22 0 23 0;
#X connect 23 0 34 0;
#X connect 23 0 35 0;
#X connect 24 0 20 0;
#X connect 25 0 24 0;
#X connect 25 1 52 0;
#X connect 26 0 20 0;
#X connect 27 0 21 0;
#X connect 28 0 26 0;
#X connect 28 1 25 0;
#X connect 30 0 29 0;
#X connect 31 0 30 0;
#X connect 31 1 52 0;
#X connect 32 0 29 0;
#X connect 33 0 32 0;
#X connect 33 1 31 0;
#X connect 34 0 20 0;
#X connect 35 0 29 0;
#X connect 36 0 37 0;
#X connect 37 0 45 0;
#X connect 38 0 36 0;
#X connect 39 0 42 0;
#X connect 40 0 43 0;
#X connect 41 0 29 0;
#X connect 41 0 20 0;
#X connect 42 0 44 0;
#X connect 43 0 42 1;
#X connect 44 0 41 0;
#X connect 45 0 39 0;
#X connect 46 0 47 0;
#X connect 47 0 46 1;
#X connect 47 0 39 1;
#X connect 50 0 29 0;
#X connect 50 0 20 0;
#X connect 51 0 50 0;
#X connect 52 0 45 0;
#X connect 52 1 46 0;
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] two pix_record (one gemhead) = pd crash

2010-03-05 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

stéfan piat wrote:
 here is an example patch...
 

i haven't looked at it closely, but i see that you set the [codec( only
once.
you really must do this every single time you want to record (either
before or after setting the filename, cannot remember which)

i don't say it's not a mess...


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

iEYEARECAAYFAkuRWMMACgkQkX2Xpv6ydvRjbACaAtclyh4eTb/HqJ4b+ZxmZEL1
GjMAoPB/wIs8cjNg6s6xBAJNgfRXFN0F
=zBE8
-END PGP SIGNATURE-

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


Re: [PD] image grid in GEM

2010-03-05 Thread Ben Baker-Smith
You could use [folderpanel] to [folder_list] to [msgfile] and then
read filenames from [msgfile] as you need them.
See the attached example.

-Ben


Hi Ben,
great work your patch.- - But do you think, that I could keep the images
dynamic and take always new images ? The images would be always in the
same folder, incremented by one: image 20, image 21, ...
thanks !
fraenk

B. Bogart schrieb:
 Hi Frank,

 Use rectangle, not pix_draw (its slow)

 If you can put images in a pix_buffer it'll be really fast.

 Here is a 3x3 grid of images in gem (with lots of extra complexity)

 http://www.ekran.org/pd/patches/gem-image-grid.tgz

 ..b..

 Fr?nk Zimmer wrote:
 Hi,
 I did an image grid in Processing.- Every 10sec a routine is looking
 images in a folder and displays them in an image grid of 8x8 images.
 The Processing sketch does not run very stable, so I would like to
 know , if already somebody did try this in Pd.- Is there a more
 clever way, than using [pix_draw] and [translate] for this?
 thanks.-
 best, fraenk


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


Re: [PD] two pix_record (one gemhead) = pd crash

2010-03-05 Thread Jack
Hello Stéfan,

This patch should work.
++

Jack


Le vendredi 05 mars 2010 à 19:39 +0100, stéfan piat a écrit :
 here is an example patch...
 
 thx.
 stéfan
 
 2010/3/5 IOhannes m zmölnig zmoel...@iem.at
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 stéfan piat wrote:
  hi!
 
  I will record a video stream using two pix_record :
  when one is closing the .mov files the other begin to record
 a new one and
  so on...
 
  is it possible to do that with one gemhead ?
  cause when I start recording with one then stop recording,
 then start
  recording with the second one, pd crash...
 
 
 
 like always it would be nice to have an example patch.
 [pix_record] is very specific about the userinput: you need to
 provide
 everything (codec, filename,...) and in the correct order!
 once this is guaranteed, i think it is quite stable.
 (else it is not)
 
 fgmadr
 IOhannes
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
 iEYEARECAAYFAkuRScgACgkQkX2Xpv6ydvSHDgCgguRsqrOHxkf6b/7HT8EUO/5F
 rWMAnRtu1ae3/iel2V5jdvoFm0mt9mut
 =gc0M
 -END PGP SIGNATURE-
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

#N canvas 322 25 910 414 10;
#X obj 52 -13 gemwin;
#X msg 52 -51 create \, 1;
#X msg 54 196 file \$1;
#X obj 187 140 + 1;
#X obj 54 110 savepanel;
#X obj 54 69 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 54 173 makefilename;
#X obj 151 106 r \$0-nextmov;
#X text 75 67 - 1;
#X msg 127 -51 destroy;
#X obj 288 -74 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 288 -50 metro 1;
#X text 308 -75 - 2;
#X msg 339 8 record 0;
#X obj 552 228 pix_separator;
#X obj 672 228 pix_separator;
#X obj 552 175 pix_texture;
#X obj 552 199 rectangle 4 3;
#X obj 552 151 pix_video;
#X obj 552 121 gemhead;
#X obj 305 50 s \$0-nextmov;
#X obj 318 75 + 1;
#X obj 318 95 % 2;
#X obj 288 121 == 0;
#X obj 369 121 == 1;
#X obj 288 144 sel 1;
#X obj 369 144 sel 1;
#X msg 288 170 record 1;
#X msg 369 170 record 1;
#X msg 771 228 codec 3;
#X obj 672 261 pix_record;
#X obj 552 260 pix_record;
#X msg 54 139 set \$1%d.mov;
#X obj 288 -22 t b b b b;
#X obj 322 28 s \$0-codec;
#X obj 771 204 r \$0-codec;
#X obj 151 140 f;
#X obj 288 75 f;
#X connect 1 0 0 0;
#X connect 2 0 30 0;
#X connect 2 0 31 0;
#X connect 3 0 36 1;
#X connect 4 0 32 0;
#X connect 5 0 4 0;
#X connect 6 0 2 0;
#X connect 7 0 36 0;
#X connect 9 0 0 0;
#X connect 10 0 11 0;
#X connect 11 0 33 0;
#X connect 13 0 30 0;
#X connect 13 0 31 0;
#X connect 14 0 31 0;
#X connect 15 0 30 0;
#X connect 16 0 17 0;
#X connect 17 0 14 0;
#X connect 17 0 15 0;
#X connect 18 0 16 0;
#X connect 19 0 18 0;
#X connect 21 0 22 0;
#X connect 22 0 37 1;
#X connect 23 0 25 0;
#X connect 24 0 26 0;
#X connect 25 0 27 0;
#X connect 26 0 28 0;
#X connect 27 0 31 0;
#X connect 28 0 30 0;
#X connect 29 0 30 0;
#X connect 29 0 31 0;
#X connect 32 0 6 0;
#X connect 33 0 37 0;
#X connect 33 1 20 0;
#X connect 33 2 34 0;
#X connect 33 3 13 0;
#X connect 35 0 29 0;
#X connect 36 0 3 0;
#X connect 36 0 6 0;
#X connect 37 0 21 0;
#X connect 37 0 23 0;
#X connect 37 0 24 0;
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] [PD-announce] Pd-berlin meeting next tuesday, 9th March

2010-03-05 Thread João Pais

Hello,

next tuesday, 9th March, will be the fifth meeting of Pure Data users
in Berlin at NK (http://www.nkprojekt.de/) - Elsenstr. 52, 2HH 2Etage.

For more information, look up
http://puredata.info/community/organization/pd-berlin/pd-berlin-users-group.
We also encourage you to take an active part, and put up suggestions for
topics you want to talk about / topics you want to be talked about.


Doors are open from 20h-20h15. After that they'll be closed, and you will
have to call someone from the Pd-meeting to get in. To get a telephone
number to call or confirm assistance you can write to
info_at_minitronics.net.

Please, don´t call to the staff of NK to open the doors. They let us use
the space but we have to take care about having the meeting without
producing any disturbance to them, and to clean the space after the
meeting.


We would apreciate if you would send us a small mail to
info_at_minitronics.net with your name, Pd experience and interests, so
that we know how many people might be coming. Or put your name in the
pd-berlin wiki page.


We would like to thank the support and willingness of NK in the
organization of these events.

João Pais

--
Friedenstr. 58
10249 Berlin (Deutschland)
Tel +49 30 42020091 | Mob +49 162 6843570
Studio +49 30 69509190
jmmmp...@googlemail.com | skype: jmmmpjmmmp

___
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] puredata and maemo 5 again

2010-03-05 Thread umberto torrez
Hello, do anybody have any sucess running Pda on a n900 with maemo 5?
i ve read that people can run it on os2008, but im trying on maemo 5 without
luck, the app opens well , and when i activate the ESD option the apps works
but with no sound, when i say the app works i mean that it can make
computations and also the signals are working(i can make snapshots~ and see
the signal numbers) but it cannot make any sound. Any idea? does it need
special configuration?

this is the configuration im using :
sample rate : 44100 delay: 50
input device 1: ESD device channels 1
 outputdevice 1 : ESD device channels: 0

and it seems its workign , im getting this in the shell:

conf 5944
conf 6
samplerate 44100.

and sometimes i get this message but i dont know what it means:
schedsetuding


 Ive read that ESD is the primarly sound server, but i dont know why doesnt
make sound, the wierd thing is that it seems that is working, i can see the
signal flows, but no sound!! any idea?


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