Re: [PD] [Pd]: TR909 emulation

2008-06-05 Thread raul diaz
Hi Alberto!


2008/6/4 [EMAIL PROTECTED] [EMAIL PROTECTED]:

 Hi Raul,

 very, very interesting application,
 a nice example of communication between processing and
 Pd worlds. I think I'll learn a lot from your patch
 about Pd-Processing communication
 (and processing programming too), so
 first of all thanks for sharing it!



Thanks a lot!




 I've few questions/comments:

 1) GUI is too large for my poor 15 inches monitor :-(



I'm sorry about that. Somebody has tell me the same problem. I will make
another smaller GUI version. Thanks for the feedback!




 2) How did you exported the processing interface
 in a single executable?


Processing allows to export your code as a java applet for web or as an
executable application...it's easy!



 3) The strategy of providing a full Pd Vanilla distribution
 (plus the necessary libraries - OSC,..) plus an
 embedded processing executable (and jar clesses)
 is interesting. Also interesting hiding the Pd with -nogui
 option, the feeling is exactly to have a standalone
 instrument...


I find Pd a great tool for this kind of small standalone application like
that.
I would like to know alternative usages of Pd in this way from other Pd
users and in other OS (mac, linux)Anybody has something to tell?


Saludos!


-- 
Raul Diaz Poblete
*
http://creaciodigital.upf.edu/~i50874/

[EMAIL PROTECTED]
Barcelona [Spain]
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Pd-0.40.3-extended-rc1 released

2008-06-05 Thread João Pais
I notice that pd is much slower now to open up patches with gops, using  
cpu at 100% sometimes for 1/2 a minute. is that normal?
after loaded, the patches run as normal. this happens since the  
colorscheme option in hcs/sys-gui was introduced (I updated after that)
I think it's related with the number of gops in the patch. I have a kind  
of small 4-voice seq utility with several gops on top of each other, and  
on xp it takes almost a minute (takes less in ubuntu)

XP, 0.40.3-extended-20080603 [with custom colorscheme, but that probably  
has nothing to do with it]


 For this release, there has been a lot of work in making the GUI and
 user experience much more fluid and easy. There is a new visual look
 that was designed to make patches more readable. Additionally, lots
 of things have been tweaked to make Pd behave more like a normal app.
 There has already been a lot of testing on these builds, so it is
 getting quite close to a final version. (Debian/PowerPC is missing
 now but will come later)

 http://at.or.at/hans/pd/installers.html

 Here is a partial changelog:

 - next visual appearance designed for readability (it can run slower
 on machines  1 GHz)

 - default locations for user-installed externals, helpfiles, etc.
   GNU/Linux:  /usr/share/pd and ~/pd
   Mac OS X: /Library/Pd and ~/Library/Pd
   Windows: %ProgramFiles%/Common Files/Pd and %UserProfile%/
 Application Data/Pd

 - lots of standard key bindings added:
   Enter/Return for OK
   Escape for Cancel
   Ctrl/Cmd-W closes all windows
   on Mac OS X, Cmd-` cycles thru open windows
   on Mac OS X, Cmd-m minimizes windows
   Ctrl/Cmd-R raises/lowers Pd window
   Ctrl/Cmd-Shift-R shrinks/grows Pd window
   Ctrl/Cmd-Shift-L clears Pd window's text console
   Ctrl/Cmd-B opens the Help Browser

 - you can now use ~ in all paths to mean home folder, and on
 Windows you can use environment variables, lie %UserProfile% in paths

 - cut/copy/paste now work directly into text boxes on all platforms

 - [declare] and [import] now sorted out for loading, much work needs
 to be done before there namespace support is complete

 - File - Save As defaults to the Home folder (~/)

 - fixed Cut/Copy/Paste for the Pd window's console

 - included pgp_opengl aka 3dp on GNU/Linux and Mac OS X

 KNOWN BUGS

 - check http://puredata.info/dev/bugtracker before reporting bugs

 - Escape, Enter, and Ctrl/Cmd-W don't close the Path and Startup
 preferences

 - pdp_opengl is alpha and will definitely crash Pd

 - loading pdp_opengl will crash Pd if X11 is not open before trying
 to load it


 .hc

 
 

 I spent 33 years and four months in active military service and
 during that period I spent most of my time as a high class muscle man
 for Big Business, for Wall Street and the bankers.  - General
 Smedley Butler



 ___
 Pd-announce mailing list
 [EMAIL PROTECTED]
 http://lists.puredata.info/listinfo/pd-announce

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



-- 
Friedenstr. 58
10249 Berlin
Deutschland
Tel +49 30 42020091
Mob +49 162 6843570
[EMAIL PROTECTED]
skype: jmmmpjmmmp
http://www.puredata.org/Members/jmmmp
IBM Thinkpad R51, XP, Ubuntu GG
Pd-Ext-0.39-2-t5, Pd Van 0.40-t2

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


[PD] Soundfile player

2008-06-05 Thread joel silvestre
Hi,

I'm new to Pd and I'm looking for a wav or flac player with seek and
pause capability, something like oggread.

Thanks and congratulations for Pd people, Pd is great!

joel




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


[PD] Non-transposing delay

2008-06-05 Thread Jamie Bullock

Hi folks,

Does anyone know of Pd implemenation (or external) of a non-transposing
variable delay?

Thanks,

Jamie

-- 
www.postlude.co.uk


Birmingham City University is the new name unveiled for the former University 
of Central England in Birmingham
For more information about the name change go to 
http://www.bcu.ac.uk/namechange/official_announcement.html

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


Re: [PD] [PD-announce] Pd-0.40.3-extended-rc1 released

2008-06-05 Thread raul diaz
I have notice the same problem on XP with Pd-0.40.3-extended-rc1 using
abstractions with GOPs.

But the new look is really nice. Good work!


2008/6/5 João Pais [EMAIL PROTECTED]:

 I notice that pd is much slower now to open up patches with gops, using
 cpu at 100% sometimes for 1/2 a minute. is that normal?
 after loaded, the patches run as normal. this happens since the
 colorscheme option in hcs/sys-gui was introduced (I updated after that)
 I think it's related with the number of gops in the patch. I have a kind
 of small 4-voice seq utility with several gops on top of each other, and
 on xp it takes almost a minute (takes less in ubuntu)

 XP, 0.40.3-extended-20080603 [with custom colorscheme, but that probably
 has nothing to do with it]


  For this release, there has been a lot of work in making the GUI and
  user experience much more fluid and easy. There is a new visual look
  that was designed to make patches more readable. Additionally, lots
  of things have been tweaked to make Pd behave more like a normal app.
  There has already been a lot of testing on these builds, so it is
  getting quite close to a final version. (Debian/PowerPC is missing
  now but will come later)
 
  http://at.or.at/hans/pd/installers.html
 
  Here is a partial changelog:
 
  - next visual appearance designed for readability (it can run slower
  on machines  1 GHz)
 
  - default locations for user-installed externals, helpfiles, etc.
GNU/Linux:  /usr/share/pd and ~/pd
Mac OS X: /Library/Pd and ~/Library/Pd
Windows: %ProgramFiles%/Common Files/Pd and %UserProfile%/
  Application Data/Pd
 
  - lots of standard key bindings added:
Enter/Return for OK
Escape for Cancel
Ctrl/Cmd-W closes all windows
on Mac OS X, Cmd-` cycles thru open windows
on Mac OS X, Cmd-m minimizes windows
Ctrl/Cmd-R raises/lowers Pd window
Ctrl/Cmd-Shift-R shrinks/grows Pd window
Ctrl/Cmd-Shift-L clears Pd window's text console
Ctrl/Cmd-B opens the Help Browser
 
  - you can now use ~ in all paths to mean home folder, and on
  Windows you can use environment variables, lie %UserProfile% in paths
 
  - cut/copy/paste now work directly into text boxes on all platforms
 
  - [declare] and [import] now sorted out for loading, much work needs
  to be done before there namespace support is complete
 
  - File - Save As defaults to the Home folder (~/)
 
  - fixed Cut/Copy/Paste for the Pd window's console
 
  - included pgp_opengl aka 3dp on GNU/Linux and Mac OS X
 
  KNOWN BUGS
 
  - check http://puredata.info/dev/bugtracker before reporting bugs
 
  - Escape, Enter, and Ctrl/Cmd-W don't close the Path and Startup
  preferences
 
  - pdp_opengl is alpha and will definitely crash Pd
 
  - loading pdp_opengl will crash Pd if X11 is not open before trying
  to load it
 
 
  .hc
 
  
  
 
  I spent 33 years and four months in active military service and
  during that period I spent most of my time as a high class muscle man
  for Big Business, for Wall Street and the bankers.  - General
  Smedley Butler
 
 
 
  ___
  Pd-announce mailing list
  [EMAIL PROTECTED]
  http://lists.puredata.info/listinfo/pd-announce
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list



 --
 Friedenstr. 58
 10249 Berlin
 Deutschland
 Tel +49 30 42020091
 Mob +49 162 6843570
 [EMAIL PROTECTED]
 skype: jmmmpjmmmp
 http://www.puredata.org/Members/jmmmp
 IBM Thinkpad R51, XP, Ubuntu GG
 Pd-Ext-0.39-2-t5, Pd Van 0.40-t2

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




-- 
Raul Diaz Poblete
*
http://creaciodigital.upf.edu/~i50874/

[EMAIL PROTECTED]
Barcelona [Spain]
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Non-transposing delay

2008-06-05 Thread Luigi Rensinghoff

Hi

what about vd~ ?? Is it not what you are looking for ?

Or is non-transposing-delay any kind of special term i dont know of ??

Best
Luigi


Am 05.06.2008 um 18:17 schrieb Jamie Bullock:



Hi folks,

Does anyone know of Pd implemenation (or external) of a non- 
transposing

variable delay?

Thanks,

Jamie

--
www.postlude.co.uk


Birmingham City University is the new name unveiled for the former  
University of Central England in Birmingham
For more information about the name change go to http:// 
www.bcu.ac.uk/namechange/official_announcement.html


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




---

Luigi Rensinghoff
[EMAIL PROTECTED]
skype:gigischinke
ichat:gigicarlo




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


[PD] Camera into linux Linux

2008-06-05 Thread brandt

I would like to buy a videograppercard whitch is easy to install in Debian
2.6.16 usable for pdp and Gem for capturing with a camera.

would you please give me some advice

Thank you in advance

der.brandt


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


Re: [PD] Camera into linux Linux

2008-06-05 Thread Alexandre Castonguay
Hiya,

Get a bttv card from hauppage, you can find used ones for cheap.  Otherwise, 
most webcams will work I think.

Good luck,

Alexandre

On Thursday 05 June 2008 14:26:15 [EMAIL PROTECTED] wrote:
 I would like to buy a videograppercard whitch is easy to install in Debian
 2.6.16 usable for pdp and Gem for capturing with a camera.

 would you please give me some advice

 Thank you in advance

 der.brandt


 ___
 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] pdrp

2008-06-05 Thread Miller Puckette
Hmm, maybe I need to upload a new PDRP version.  I think all the patches I 
have now use declare correctly, at least on my machine :)


cheers
Miller

On Tue, Jun 03, 2008 at 12:08:10PM -0400, marius schebella wrote:
 hi,
 seems this project has not attracted much attention in the past.
 http://crca.ucsd.edu/~msp/pdrp/
 I looked at it because miller mentioned the correct use of declare in 
 the patches http://lists.puredata.info/pipermail/pd-list/2006-10/042941.html
 however, declare is not used in all patches, so many patches don't load 
 correctly. (besides that it is not always easy to find the main patch). 
 one interesting thing though is the use of [declare -path .]
 marius.
 
 ___
 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] Camera into linux Linux

2008-06-05 Thread brandt

thank you, sincerely

I got one but this does not work, can't get any picture. gem and PDP find
it but dispkay no picture. and i willing to spent some money, in order to
get it work


 Hiya,

 Get a bttv card from hauppage, you can find used ones for cheap.
 Otherwise,
 most webcams will work I think.

 Good luck,

 Alexandre

 On Thursday 05 June 2008 14:26:15 [EMAIL PROTECTED] wrote:
 I would like to buy a videograppercard whitch is easy to install in
 Debian
 2.6.16 usable for pdp and Gem for capturing with a camera.

 would you please give me some advice

 Thank you in advance

 der.brandt


 ___
 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] Camera into linux Linux

2008-06-05 Thread Ctrl Alt Back
On Thu, Jun 05, 2008 at 08:59:59PM +0200, [EMAIL PROTECTED] wrote:
 
 thank you, sincerely
 
 I got one but this does not work, can't get any picture. gem and PDP find
 it but dispkay no picture. and i willing to spent some money, in order to
 get it work
you have any further details ? like :
what card you got
what you are trying with it ?
driver loaded ?
try to run tvtime first on your card, go to menu  input configuration,
select source composite 1, if it works, will work on Pd as well.

i have good experience with hauppage, winTV and AVerMedia cards.
Never tried multichannel boards like the ones from
http://www.linuxmedia.com/ , i guess 4 full rate or 8 multiplexed video
inputs would be worth the money.

CtrlAltBack
-- 
|||Ctrl + Alt + Back|||
|||restart your view|||
 
 
  Hiya,
 
  Get a bttv card from hauppage, you can find used ones for cheap.
  Otherwise,
  most webcams will work I think.
 
  Good luck,
 
  Alexandre
 
  On Thursday 05 June 2008 14:26:15 [EMAIL PROTECTED] wrote:
  I would like to buy a videograppercard whitch is easy to install in
  Debian
  2.6.16 usable for pdp and Gem for capturing with a camera.
 
  would you please give me some advice
 
  Thank you in advance
 
  der.brandt
 
 
  ___
  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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] OSX Intel: status of M-Audio / MOTU multichannel in/out, support?

2008-06-05 Thread Damian Stewart
Collin Oldham wrote:

 I bought a edirol fa-101, which just works with osx and doesn't use a 
 driver. Hot pluggable too. Has more ins. It is made of metal. Fully 
 supported on linux (according to the freebob folks, I haven't tried it 
 there yet.) And it works on the Max/MSP patch that got me started down 
 this road. It did not resurrect my iBook, (but it can cure lepers ;))

thanks for your advice.

we bought an Edirol FA-101. works like a charm.

take care
d

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


Re: [PD] Non-transposing delay

2008-06-05 Thread Andres Ferrari


always a variable celay will cause a transposition, but this depends on  time 
that happens the variation and the delta between a time of dely and the other.

while the time of variation is longer and the delta is shorter the 
transposition during this period will be smaller. (read about doppler effect)

Andrés Ferrari G.

http://puredata.org/Members/anfex

http://www.myspace.com/anfex

http://www.youtube.com/anfex1





  

Yahoo! Deportes Beta
¡No te pierdas lo último sobre el torneo clausura 2008! Entérate aquí 
http://deportes.yahoo.com

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


Re: [PD] [PD-announce] Pd-0.40.3-extended-rc1 released

2008-06-05 Thread lluisgomez

you will find PiDiP 0.12.23 (and also pdvjtools, and opencv) in this package:

Pd-0.42.0-extended-20080605-ubuntu-hardy-i386.deb

but this doesn't include the new GUI stuff. cause it's a pd-vanilla +  
externals(svn)


S'està citant ydegoyon [EMAIL PROTECTED]:


 ola,

 sorry, why PiDiP version is 0.12.22
 when i committed a 0.12.23 in the trunk?

 isn't it produced from the trunk ?
 this is somewhat important for us
 to have the new pdp_v4l2 and pdp_ieee1394
 for cameras

 thx,
 sevy

 Hans-Christoph Steiner wrote:
 For this release, there has been a lot of work in making the GUI and
 user experience much more fluid and easy.




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





This message was sent using IMP, the Internet Messaging Program.


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


Re: [PD] Non-transposing delay

2008-06-05 Thread Jamie Bullock

On Thu, 2008-06-05 at 19:22 +0200, Luigi Rensinghoff wrote:
 Hi
 
 
 what about vd~ ?? Is it not what you are looking for ? 
 
 
 Or is non-transposing-delay any kind of special term i dont know
 of ??

By 'non-transposing' I mean that the pitch of the delayed signal doesn't
get changed as a byproduct of the dynamic change in delay time.

Anyhow, I managed to work something out by porting vdb~ from the Max/MSP
ejies library. See attached.

best,

Jamie


-- 
www.postlude.co.uk
#N canvas 739 43 512 698 10;
#X obj -8 6 inlet~;
#X obj 133 10 inlet;
#X obj 336 12 inlet;
#X obj -7 635 outlet~;
#X obj 133 134 max 0.01;
#X obj 135 185 /;
#X msg 134 159 1000 \$1;
#X obj 136 209 phasor~ 13.;
#X obj 136 234 cos~;
#X obj 136 257 *~ 0.5;
#X obj 136 279 +~ 0.5;
#X obj 204 37 unpack \$1 \$2;
#X obj 204 58 sel 0;
#X obj 205 81 f 75;
#X obj 203 12 loadbang;
#X obj 9 307 sig~;
#X obj 9 342 samphold~;
#X obj 9 389 vd~ \$0-del;
#X obj 9 423 *~;
#X obj 9 458 +~;
#X obj 170 420 *~;
#X obj 170 337 samphold~;
#X obj 284 131 s \$0-delaytime;
#X obj 10 281 r \$0-delaytime;
#X obj 230 308 -~;
#X obj 230 277 sig~ 1;
#X obj 170 370 vd~ \$0-del;
#X obj 74 636 delwrite~ \$0-del 2;
#X obj -8 570 +~;
#X obj 402 11 inlet;
#X obj 403 131 s \$0-feedback;
#X obj 49 511 r \$0-feedback;
#X obj 10 534 *~ 0.5;
#X text -7 666 Pd port of vdb~ for Max/MSP by Benjamin Thigpen  Emmanuel
Jourdan;
#X text 129 -6 Window size in ms;
#X connect 0 0 28 0;
#X connect 1 0 4 0;
#X connect 2 0 22 0;
#X connect 4 0 6 0;
#X connect 5 0 7 0;
#X connect 6 0 5 0;
#X connect 7 0 8 0;
#X connect 8 0 9 0;
#X connect 9 0 10 0;
#X connect 10 0 16 1;
#X connect 10 0 18 1;
#X connect 10 0 24 1;
#X connect 11 0 12 0;
#X connect 11 1 22 0;
#X connect 12 0 13 0;
#X connect 13 0 4 0;
#X connect 14 0 11 0;
#X connect 15 0 16 0;
#X connect 15 0 21 0;
#X connect 16 0 17 0;
#X connect 17 0 18 0;
#X connect 18 0 19 0;
#X connect 19 0 32 0;
#X connect 20 0 19 1;
#X connect 21 0 26 0;
#X connect 23 0 15 0;
#X connect 24 0 21 1;
#X connect 24 0 20 1;
#X connect 25 0 24 0;
#X connect 26 0 20 0;
#X connect 28 0 27 0;
#X connect 28 0 3 0;
#X connect 29 0 30 0;
#X connect 31 0 32 1;
#X connect 32 0 28 1;
#N canvas 211 325 221 297 10;
#X obj 39 148 vdb~;
#X obj 40 42 adc~;
#X obj 39 228 dac~;
#X obj 40 67 *~ 0.1;
#X floatatom 109 137 5 0 0 0 - - -;
#X obj 155 -22 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144
-1 -1 12400 1;
#X floatatom 155 136 5 0 0 0 - - -;
#X text 152 -41 Feedback;
#X text 27 -42 Delay time (ms);
#X obj 110 -21 vsl 15 128 0 1270 0 0 empty empty empty 0 -9 0 10 -262144
-1 -1 0 1;
#X connect 0 0 2 0;
#X connect 0 0 2 1;
#X connect 1 0 3 0;
#X connect 3 0 0 0;
#X connect 5 0 6 0;
#X connect 5 0 0 3;
#X connect 9 0 4 0;
#X connect 9 0 0 2;
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] (no subject)

2008-06-05 Thread Matteo Sisti Sette
 Jamie Bullock wrote:

 Does anyone know of Pd implemenation (or external) of a non-
 transposing
 variable delay?

Luigi wrote:
 what about vd~ ?? Is it not what you are looking for ?
 Or is non-transposing-delay any kind of special term i dont know of ??

I guess what Jamie meant is that during delay-time ramps, the signal in the 
buffer is being played at a  speed!=1 which produces a temporary pitch 
shift.

If what you want is to change the delay time every once in a while, I once 
implemented it by using 2 delay lines and switching among them: while delay 
line A is being used, you change the delay time of delay line B and then, 
once the critical zone is passed away, cross-fade to delay line B and leave 
delay line A idle and then viceversa again and again . something 
like that. I also used feedback.

If you need to _continuously_ change the delay time without shifting pitch, 
I guess you need to apply the same techniques that are used for 
non-transposing time-stretching 


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


Re: [PD] pdrp

2008-06-05 Thread marius schebella
Miller Puckette wrote:
 Hmm, maybe I need to upload a new PDRP version.  I think all the patches I 
 have now use declare correctly, at least on my machine :)

thanks for answering.
I dl pdrp-11 from 10/2007.
noanoa was the first one I tested, and it gave me an error, which 
actually is a bug, but not a declare error. qlist1.txt is not in a 
subfolder score but in the same directory as the main patch

error: score/qlist1.txt: can't open
error: score/qlist1.txt: read failed
... you might be able to track this down from the Find menu.
the patch also can't create joystick.

steiger loops misses system.

manoury jupiter says load_object: Symbol TABLE_setup not found

tenney-collage does not find set-line
set-line loop1-period
... couldn't create
and again it tries to open a file from a score subfolder
error: score/reich-qlist.txt: can't open
error: score/reich-qlist.txt: read failed
... you might be able to track this down from the Find menu.

so, you are right by saying you use declare correctly, but there are 
some other bugs still there.

btw. I tested with 0.41-4 on intel mac os x 10.5.3.

I also tested this with a pdx autobuild (0428) and this throws a lot 
more errors:
for example this error (which is strange, since there is also 
debounce.d_fat and debounce.pd_darwin, same for scofo):

/Users/marius/pd/pdrp/pdrp-11/patch/chowning-stria/../../lib/debounce.d_ppc: 
dlopen(/Users/marius/pd/pdrp/pdrp-11/patch/chowning-stria/../../lib/debounce.d_ppc,
 
10): no suitable image found.  Did find:

/Users/marius/pd/pdrp/pdrp-11/patch/chowning-stria/../../lib/debounce.d_ppc: 
mach-o, but wrong architecture
/Users/marius/pd/pdrp/pdrp-11/patch/chowning-stria/../../lib/scofo.d_ppc: 
dlopen(/Users/marius/pd/pdrp/pdrp-11/patch/chowning-stria/../../lib/scofo.d_ppc,
 
10): no suitable image found.  Did find:

/Users/marius/pd/pdrp/pdrp-11/patch/chowning-stria/../../lib/scofo.d_ppc: 
mach-o, but wrong architecture
  scofo
... couldn't create

but that seems to be a pd-extended bug.

cheers,
marius.



 
 
 cheers
 Miller
 
 On Tue, Jun 03, 2008 at 12:08:10PM -0400, marius schebella wrote:
 hi,
 seems this project has not attracted much attention in the past.
 http://crca.ucsd.edu/~msp/pdrp/
 I looked at it because miller mentioned the correct use of declare in 
 the patches http://lists.puredata.info/pipermail/pd-list/2006-10/042941.html
 however, declare is not used in all patches, so many patches don't load 
 correctly. (besides that it is not always easy to find the main patch). 
 one interesting thing though is the use of [declare -path .]
 marius.

 ___
 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-announce] Call for submissions

2008-06-05 Thread tweak
Hi
Hi
I am running a digital art festival in Limerick (Ireland) from the  
23rd to the 27th of September.
It will comprise of an exhibition, workshops and live electronic  
performances.
I was wondering if anyone from the pd community would be interested in  
getting involved?
I have more information online at: www.tweak.ie
Best
Tweak

___
Pd-announce mailing list
[EMAIL PROTECTED]
http://lists.puredata.info/listinfo/pd-announce

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


Re: [PD] Non-transposing delay

2008-06-05 Thread hard off
a made something similar the other week, as andy mentions, you'll get clicks
if you arbitrarily jump from different parts of a sample, but this can be
avoided by hanning window/ block overlap.

my patch is a simple timestretcher for audio files, but i think it could be
easily modified to do delaylines too.


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


Re: [PD] Camera into linux Linux

2008-06-05 Thread Alexandre Castonguay
On Thursday 05 June 2008 15:22:03 Ctrl Alt Back wrote:
 On Thu, Jun 05, 2008 at 08:59:59PM +0200, [EMAIL PROTECTED] wrote:
  thank you, sincerely
 
  I got one but this does not work, can't get any picture. gem and PDP find
  it but dispkay no picture. and i willing to spent some money, in order to
  get it work

 you have any further details ? like :
 what card you got
 what you are trying with it ?
 driver loaded ?
 try to run tvtime first on your card, go to menu  input configuration,
 select source composite 1, if it works, will work on Pd as well.

Good advice, these cards are susceptible to electrostatic shock (I have lost a 
couple over the years). I have had success with xawtv to test if video input 
worked.

You could also try with gridflow.  Do 'lsmod' and see if you have the 'bttv' 
driver loaded. You should also have a device /dev/video0 and make sure you 
have the permissions ok... Try the irc channel if you want live 
troubleshooting help (irc.freenode.net, channel #dataflow). 

Cheers,

Alexandre

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


[PD] [PD-announce] GridFlow 0.9.3

2008-06-05 Thread Mathieu Bouchard


  http://gridflow.ca/download/gridflow-0.9.3.tar.gz

version 0.9.3 (2008.06.06):

 * fixed bugs introduced in 0.9.2 relative to: [#in] loop, [#in] initbang,
   [display] selector, [#out] initbang, [#print], [#labeling],
   [#out window]
 * added example patches instant_blur.pd game_of_life_gem.pd
 * added [class_exists]
 * added [#in quicktimecamera]
 * fixed some example patches
 * fixed some recent OSX compilation problems
 * fixed OSX QuickTime decoding on Intel (endianness problem)
 * fixed existing GEM 0.89 and 0.90 support
 * added GEM 0.91 support (GemBase::isRunnable)
 * --gem-source renamed to --gem-include
 * --gem-include=bundled can compile gem support without gem source code
 * swapped outlets of [#import_pix]
 * added SDL mouse position event report (but buttonup does not work)
 * added SDL key report
 * added some SDL options: title, hidecursor, partial setcursor
 * added SDL fullscreen (use key f, F11 or Escape)
 * x11: replaced method transfer by method shared_memory.

 _ _ __ ___ _  _ _ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal, Québec___
Pd-announce mailing list
[EMAIL PROTECTED]
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] 0.42? (Was:Re: [PD-announce] Pd-0.40.3-extended-rc1 released)

2008-06-05 Thread Steffen Juul

On 05/06/2008, at 23.38, [EMAIL PROTECTED] wrote:

 Pd-0.42.0-extended

Pardon my ignorance; what does the 42 mean?

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