Re: [PD] audio delay

2008-12-02 Thread Sylvain Le Beux
Hi Joel,
Look at z~ , part of zexy library.

Best

S.

2008/12/2 joel silvestre [EMAIL PROTECTED]

 Hello,

 I'm searching how to do a sample resolution audio delay. Is it possible?

 All the best,
 Joël



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

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


Re: [PD] Pd exam 01: complete the list

2008-11-25 Thread Sylvain Le Beux

Frank Barknecht a écrit :

Hallo,

attached is a little assignment for aspiring Pd users. The most
elegant (e.g. shortest) solution gets a free handshake! ;) 


Ciao
  



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

ok, here's mine, simplfied as possible
#N canvas 654 394 626 380 10;
#X floatatom 142 286 5 0 0 0 - - -;
#X floatatom 75 286 5 0 0 0 - - -;
#X obj 75 235 unpack 0 0;
#X text 166 151 but this should set the number boxes to 3 and 100.
;
#X text 112 121 this should set the number boxes to 1 and 2.;
#X text 42 29 Assignment 1:;
#X text 67 58 Print the second element from a list. If there is no
second element in the list because the list is too short \, send 100
instead.;
#X obj 142 314 print Second_Element;
#N canvas 668 36 450 300  1;
#X obj 89 47 inlet;
#X obj 40 230 outlet;
#X msg 171 90 100;
#X text 203 3 Fill in this part.;
#X obj 132 191 spigot;
#X obj 73 131 zl len;
#X obj 40 185 spigot;
#X obj 73 159  1;
#X obj 132 117 zl join;
#X obj 89 74 t l l b;
#X obj 165 160 == 1;
#X connect 0 0 9 0;
#X connect 2 0 8 1;
#X connect 4 0 1 0;
#X connect 5 0 7 0;
#X connect 5 0 10 0;
#X connect 6 0 1 0;
#X connect 7 0 6 1;
#X connect 8 0 4 0;
#X connect 9 0 6 0;
#X connect 9 0 8 0;
#X connect 9 1 5 0;
#X connect 9 2 2 0;
#X connect 10 0 4 1;
#X restore 75 193 pd ;
#X text 176 193 == fill in this part.;
#X msg 75 122 1 2;
#X msg 116 151 3;
#X connect 0 0 7 0;
#X connect 2 0 1 0;
#X connect 2 1 0 0;
#X connect 8 0 2 0;
#X connect 10 0 8 0;
#X connect 11 0 8 0;
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd exam 01: complete the list

2008-11-25 Thread Sylvain Le Beux
not really working at best. replace 1 2 with 1 2 4 and 3 with 3 7 ...

Best

S.

cyrille henry a écrit :


 Frank Barknecht a écrit :
 Hallo,

 attached is a little assignment for aspiring Pd users. The most
 elegant (e.g. shortest) solution gets a free handshake! ;)
 Ciao


 

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

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


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


Re: [PD] Pd exam 01: complete the list

2008-11-25 Thread Sylvain Le Beux
Frank Barknecht a écrit :
 Hallo,
 Sylvain Le Beux hat gesagt: // Sylvain Le Beux wrote:

   
 not really working at best. replace 1 2 with 1 2 4 and 3 with 3 7 ...
 

 Oh, that would be a different assignment, like: replace a missing third
 element in a list.

 Ciao
   
ok, well sorry. I just take the assignment as it, where you wrote a 
list and too short.
Thought you were making teh statement general, and lists were here just 
as example. anyway, that was fun playing.

Best

S.

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