[PD] pd resources in korean?
Hi, are there any resources about pd in korean? or is there a user community in korean? my google research was fruitless... Best Jurgen ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] more interpolation of arrays
i think the solution in [pd example_1] should be good. ++ Jack table_blend_smooth_yo-2.pd Description: Binary data Le 14 avr. 09 à 02:43, punchik punchik a écrit : Hello list , i have a question, ive made this patch for interpolating arrays, the patch uses 3 arrays, one array to interpolate the contents of the 2 other arrays. I need to use this for a gem patch that has dsp turned off so i dont need to use "~" objects. I made it using a gemhead and a repeat object . It works fine but since the repeat is beeing triggered 30 times in a second it consumes more than 30 % of my cpu. so my question is How can i make this without triggering from the gemhead? how about if i want to trigger the iteration every time i change the interpolation amount? please check the attached patch thanks Pun ___ 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] Needed libs for extended on Linux
Hello, Sorry to bother you with this question but I'm really in a hurry. I need to install pd-extended on a machine that doesn't have access to internet, it is a machine in my university. We installed Ubuntu Studio 8.04 on it and it's working fine. I forced the installation with the deb package but I got some errors about Gem and others externals not working because of some needed libs. For tomorrow I need to work with all the audio objects so I was thinking about downloading the deb packages for the needed libs in my house and taking them in an Flash memory, but I'm not sure which packages do I really need. I'll apreciate if you could help me. Thank you very much in advance. Nicanor García O. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] more interpolation of arrays
Hello list , i have a question, ive made this patch for interpolating arrays, the patch uses 3 arrays, one array to interpolate the contents of the 2 other arrays. I need to use this for a gem patch that has dsp turned off so i dont need to use "~" objects. I made it using a gemhead and a repeat object . It works fine but since the repeat is beeing triggered 30 times in a second it consumes more than 30 % of my cpu. so my question is How can i make this without triggering from the gemhead? how about if i want to trigger the iteration every time i change the interpolation amount? please check the attached patch thanks Pun table_blend_smooth_yo.pd Description: Binary data ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] simple rgb color organ
Thx, I didn't know that object. But the scale you have is backwards. Reverse the values, then the wavelength and the RGB values should match better (see wavelengths/colors listed in my first post). I also like the little part about luminosity that the original author of the code I used threw in, to make infrared and ultraviolet fade out as they leave the range of human vision. best! D. Jack wrote: It doesn't work with [hsv2rgb] ? Have a look to this patch. ++ Jack Le 13 avr. 09 à 00:12, Derek Holzer a écrit : Done! Results are attached, with GEM example help patch. Could also be useful for controlling PWM dimmer for RGB lights or LEDs. best! D. Derek Holzer wrote: I also found this: http://www.mail-archive.com/use-revolut...@lists.runrev.com/msg17390.html Which seems much more useful for the task at hand. But not being much pf a C programmer, it could take me some time converting it into a Pd patch. I'll report back... D. Claude Heiland-Allen wrote: Derek Holzer wrote: Hey gang, before I go reinventing somebody else's wheel... has anybody written something that takes a (sound) frequency in Hz or MIDI note and outputs the transposed color in RGB values? Along these lines: F#44 = 737 nm(Infrared) G 44 = 696 nm(Red) G#44 = 657 nm(Red) A 44 = 620 nm(Red-Orange) A#44 = 585 nm(Yellow) B 44 = 552 nm(Green) C 45 = 521 nm(Green) C#45 = 492 nm(Green-Blue) D 45 = 464 nm(Blue) D#45 = 438 nm(Violet) E 45 = 414 nm(Violet) F 45 = 390 nm(Ultraviolet) Or even something that takes the light wavelength in nanometers and gives separate RGB values? I'm working on a simple color organ for a friend this week. http://www.fourmilab.ch/documents/specrend/ Have fun.. -- ::: derek holzer ::: http://blog.myspace.com/macumbista ::: http://www.vimeo.com/macumbista ::: ---Oblique Strategy # 131: "Question the heroic approach" #N canvas 419 47 865 807 10; #X obj 96 49 moses 380; #X obj 147 80 moses 440; #X obj 198 118 moses 490; #X obj 249 149 moses 510; #X obj 300 188 moses 580; #X obj 351 219 moses 645; #X obj 147 188 expr -($f1-440)/(440-380); #X msg 166 207 0; #X msg 186 227 1; #X obj 147 157 t f b b; #X obj 96 72 bang; #X msg 96 118 0; #X msg 126 118 0; #X msg 156 118 0; #X msg 198 299 0; #X msg 237 299 1; #X obj 217 276 expr ($f1-440)/(490-440); #X obj 198 250 t b f b; #X msg 249 359 0; #X msg 268 379 1; #X obj 249 330 t b b f; #X obj 288 358 expr -($f1-510)/(510-490); #X obj 300 379 t f b b; #X msg 319 429 1; #X msg 339 449 0; #X obj 300 410 expr ($f1-510)/(580-510); #X obj 351 476 t b f b; #X msg 351 525 1; #X msg 390 525 0; #X obj 370 502 expr -($f1-645)/(645-580); #X obj 402 248 moses 780; #X obj 402 549 bang; #X msg 402 574 1; #X obj 499 169 moses 380; #X obj 499 192 bang; #X msg 499 217 0; #X obj 652 248 moses 780; #X obj 550 191 moses 419; #X obj 601 219 moses 700; #X obj 550 281 expr 0.3+0.7*($f1-380)/(420-380); #X obj 652 331 expr 0.3+0.7*(780-$f1)/(780-700); #X obj 601 306 bang; #X msg 601 331 1; #X obj 96 25 t f f; #X obj 96 3 inlet wavelength in nm; #X text 829 21 comment; #X text 455 662 Adapted from Monte Goulding's WavelengthToRGB function for libcolor. http://www.mail-archive.com/use-revolut...@lists.runrev.com/msg17390.html ; #X text 543 751 de...@umatic.nl; #X obj 96 577 outlet R; #X obj 136 617 outlet G; #X obj 186 657 outlet B; #X obj 499 452 outlet A; #X msg 432 574 0; #X msg 462 574 0; #X connect 0 0 10 0; #X connect 0 1 1 0; #X connect 1 0 9 0; #X connect 1 1 2 0; #X connect 2 0 17 0; #X connect 2 1 3 0; #X connect 3 0 20 0; #X connect 3 1 4 0; #X connect 4 0 22 0; #X connect 4 1 5 0; #X connect 5 0 26 0; #X connect 5 1 30 0; #X connect 6 0 48 0; #X connect 7 0 49 0; #X connect 8 0 50 0; #X connect 9 0 6 0; #X connect 9 1 7 0; #X connect 9 2 8 0; #X connect 10 0 11 0; #X connect 10 0 12 0; #X connect 10 0 13 0; #X connect 11 0 48 0; #X connect 12 0 49 0; #X connect 13 0 50 0; #X connect 14 0 48 0; #X connect 15 0 50 0; #X connect 16 0 49 0; #X connect 17 0 14 0; #X connect 17 1 16 0; #X connect 17 2 15 0; #X connect 18 0 48 0; #X connect 19 0 49 0; #X connect 20 0 18 0; #X connect 20 1 19 0; #X connect 20 2 21 0; #X connect 21 0 50 0; #X connect 22 0 25 0; #X connect 22 1 23 0; #X connect 22 2 24 0; #X connect 23 0 49 0; #X connect 24 0 50 0; #X connect 25 0 48 0; #X connect 26 0 27 0; #X connect 26 1 29 0; #X connect 26 2 28 0; #X connect 27 0 48 0; #X connect 28 0 50 0; #X connect 29 0 49 0; #X connect 30 0 31 0; #X connect 30 1 10 0; #X connect 31 0 32 0; #X connect 31 0 52 0; #X connect 31 0 53 0; #X connect 32 0 48 0; #X connect 33 0 34 0; #X connect 33 1 37 0; #X connect 34 0 35 0; #X connect 35 0 51 0; #X connect 36 0 40 0; #X connect 36 1 34 0; #X connect 37 0 39 0; #X connect 37 1 38 0; #X connect 38 0 41 0; #X connect 38 1 36 0; #X connect 39 0 51 0; #X connect 40 0 51 0; #X connect 41 0 42 0; #X connect 42 0 51 0; #X connect 43 0 0 0; #X connect 43 1 33 0; #X connect 44 0 43 0; #X connect 52 0 49 0; #X connect 53 0 50 0; #N canvas 8 22 664 468 10; #N can
Re: [PD] capturing pd outwindow in win
You can use something like this with [pix_write] : [gemhead -1] | [t a b] |/ [pix_write] ++ Jack Le 11 avr. 09 à 13:16, bra...@subnet.at a écrit : hi all does anybody know how to capture a gemwindow. i tried snap2tex but failed. snap2tex does not force pix_record to write. it does not show any frame numberchanges and if you stop it, no file is created. since i have a lot of gem chains in that patch and also snap2tex feedback, i need to have a own renderchain for the capturing. I also tried the pix_depot and friends but same behavior like pix_record. both are working well with pix- film or pix_video 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] simple rgb color organ
It doesn't work with [hsv2rgb] ? Have a look to this patch. ++ Jack rgbcolorOrgan.pd Description: Binary data Le 13 avr. 09 à 00:12, Derek Holzer a écrit : Done! Results are attached, with GEM example help patch. Could also be useful for controlling PWM dimmer for RGB lights or LEDs. best! D. Derek Holzer wrote: I also found this: http://www.mail-archive.com/use-revolut...@lists.runrev.com/ msg17390.html Which seems much more useful for the task at hand. But not being much pf a C programmer, it could take me some time converting it into a Pd patch. I'll report back... D. Claude Heiland-Allen wrote: Derek Holzer wrote: Hey gang, before I go reinventing somebody else's wheel... has anybody written something that takes a (sound) frequency in Hz or MIDI note and outputs the transposed color in RGB values? Along these lines: F#44 = 737 nm(Infrared) G 44 = 696 nm(Red) G#44 = 657 nm(Red) A 44 = 620 nm(Red-Orange) A#44 = 585 nm(Yellow) B 44 = 552 nm(Green) C 45 = 521 nm(Green) C#45 = 492 nm(Green-Blue) D 45 = 464 nm(Blue) D#45 = 438 nm(Violet) E 45 = 414 nm(Violet) F 45 = 390 nm(Ultraviolet) Or even something that takes the light wavelength in nanometers and gives separate RGB values? I'm working on a simple color organ for a friend this week. http://www.fourmilab.ch/documents/specrend/ Have fun.. -- ::: derek holzer ::: http://blog.myspace.com/macumbista ::: http:// www.vimeo.com/macumbista ::: ---Oblique Strategy # 131: "Question the heroic approach" #N canvas 419 47 865 807 10; #X obj 96 49 moses 380; #X obj 147 80 moses 440; #X obj 198 118 moses 490; #X obj 249 149 moses 510; #X obj 300 188 moses 580; #X obj 351 219 moses 645; #X obj 147 188 expr -($f1-440)/(440-380); #X msg 166 207 0; #X msg 186 227 1; #X obj 147 157 t f b b; #X obj 96 72 bang; #X msg 96 118 0; #X msg 126 118 0; #X msg 156 118 0; #X msg 198 299 0; #X msg 237 299 1; #X obj 217 276 expr ($f1-440)/(490-440); #X obj 198 250 t b f b; #X msg 249 359 0; #X msg 268 379 1; #X obj 249 330 t b b f; #X obj 288 358 expr -($f1-510)/(510-490); #X obj 300 379 t f b b; #X msg 319 429 1; #X msg 339 449 0; #X obj 300 410 expr ($f1-510)/(580-510); #X obj 351 476 t b f b; #X msg 351 525 1; #X msg 390 525 0; #X obj 370 502 expr -($f1-645)/(645-580); #X obj 402 248 moses 780; #X obj 402 549 bang; #X msg 402 574 1; #X obj 499 169 moses 380; #X obj 499 192 bang; #X msg 499 217 0; #X obj 652 248 moses 780; #X obj 550 191 moses 419; #X obj 601 219 moses 700; #X obj 550 281 expr 0.3+0.7*($f1-380)/(420-380); #X obj 652 331 expr 0.3+0.7*(780-$f1)/(780-700); #X obj 601 306 bang; #X msg 601 331 1; #X obj 96 25 t f f; #X obj 96 3 inlet wavelength in nm; #X text 829 21 comment; #X text 455 662 Adapted from Monte Goulding's WavelengthToRGB function for libcolor. http://www.mail-archive.com/use- revolut...@lists.runrev.com/msg17390.html ; #X text 543 751 de...@umatic.nl; #X obj 96 577 outlet R; #X obj 136 617 outlet G; #X obj 186 657 outlet B; #X obj 499 452 outlet A; #X msg 432 574 0; #X msg 462 574 0; #X connect 0 0 10 0; #X connect 0 1 1 0; #X connect 1 0 9 0; #X connect 1 1 2 0; #X connect 2 0 17 0; #X connect 2 1 3 0; #X connect 3 0 20 0; #X connect 3 1 4 0; #X connect 4 0 22 0; #X connect 4 1 5 0; #X connect 5 0 26 0; #X connect 5 1 30 0; #X connect 6 0 48 0; #X connect 7 0 49 0; #X connect 8 0 50 0; #X connect 9 0 6 0; #X connect 9 1 7 0; #X connect 9 2 8 0; #X connect 10 0 11 0; #X connect 10 0 12 0; #X connect 10 0 13 0; #X connect 11 0 48 0; #X connect 12 0 49 0; #X connect 13 0 50 0; #X connect 14 0 48 0; #X connect 15 0 50 0; #X connect 16 0 49 0; #X connect 17 0 14 0; #X connect 17 1 16 0; #X connect 17 2 15 0; #X connect 18 0 48 0; #X connect 19 0 49 0; #X connect 20 0 18 0; #X connect 20 1 19 0; #X connect 20 2 21 0; #X connect 21 0 50 0; #X connect 22 0 25 0; #X connect 22 1 23 0; #X connect 22 2 24 0; #X connect 23 0 49 0; #X connect 24 0 50 0; #X connect 25 0 48 0; #X connect 26 0 27 0; #X connect 26 1 29 0; #X connect 26 2 28 0; #X connect 27 0 48 0; #X connect 28 0 50 0; #X connect 29 0 49 0; #X connect 30 0 31 0; #X connect 30 1 10 0; #X connect 31 0 32 0; #X connect 31 0 52 0; #X connect 31 0 53 0; #X connect 32 0 48 0; #X connect 33 0 34 0; #X connect 33 1 37 0; #X connect 34 0 35 0; #X connect 35 0 51 0; #X connect 36 0 40 0; #X connect 36 1 34 0; #X connect 37 0 39 0; #X connect 37 1 38 0; #X connect 38 0 41 0; #X connect 38 1 36 0; #X connect 39 0 51 0; #X connect 40 0 51 0; #X connect 41 0 42 0; #X connect 42 0 51 0; #X connect 43 0 0 0; #X connect 43 1 33 0; #X connect 44 0 43 0; #X connect 52 0 49 0; #X connect 53 0 50 0; #N canvas 8 22 664 468 10; #N canvas 0 22 454 304 gemwin 0; #X obj 132 136 gemwin; #X obj 67 89 outlet; #X obj 67 10 inlet; #X obj 67 41 route create; #X msg 67 70 set destroy; #X msg 182 68 set create; #X msg 132 112 create \, 1; #X msg 238 112 destroy; #N canvas 87 154 247 179 Gem.init 0; #X obj 59 46 loadbang; #X msg 118 81 reset; #X obj 118 113 outlet; #X obj 59 65 t b b; #X conne
Re: [PD] my music for us
I likey. On Sun, Apr 12, 2009 at 10:39 PM, Jose Luis Santorcuato < santorcuat...@gmail.com> wrote: > Brothers i send my music for you, for the friendly downloable. > > http://www.soundclick.com/bands/default.cfm?bandID=442360 > > Cheers from CHile > > JOse > -- > http://arselectronicachile.blogspot.com/ > www.myspace.com/santorcuato > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > > -- - - - -- http://perhapsidid.wordpress.com http://myspace.com/kyleklipowicz ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] pyext on pd-extended 0.40.3-extended
Hi, i can only guess but does the external find the python scripts? The *.py scripts should be in the pd path or in the same folder as the patch... it's strange though that the py examples work. gr~~~ 2009/4/12 Martin Dupras : > I've tried the examples. The examples which use the py object work; the ones > that use the pyext object do not (the pyext object does not instantiate.) I > don't understand why one works and the other doesn't. > > Any idea why one works and the other doesn't? > > - martin > > 2009/4/11 patrick >> >> hi martin, >> >> did you try to open the help patch? creating only the object without >> argument will not work. >> [pyext yourpythonfile yourclass] >> >> pat >> >> > > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > > -- Thomas Grill http://g.org ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] startup makes crash + .plist
Marco Donnarumma wrote: Hi list, i have an Urgent problem i realy hope someone could help me quickly. This is the last day for me to prepare a performance for a live show and Pd doesn't open anymore. :( The story> i installed pdmtl library (from zip file on MAC) following the video tutorial. I modified Pd preferences (path and startup), close Pd and when i tried to relaunch it, it open a blank consolle and then crash immediately without loading any library (or at least i don-t see in the consolle anything loading). so it doesn-t allow me to modify anymore the preferences. i disinstalled Pd and reinstalled twice but it keeps on with the same behaviour described above (as far as i know the keys are still stored in the system). This suggests that the problem lies in the plist file in ~/Library/Preferences/, as when you re-install Pd, you should be re-installing the default preferences as well (i.e., the plist that lives within the application package contents). Are you re-installing a completely fresh copy? how can i modify the org.puredata.pd.plist file from terminal? i used the command defaults read org.puredata.pd and i see the error in in the flags startup - but i cannot sort out how to modify it from terminal... (sorry for the ignorance but im not used to manage terminal) i also look for org.puredata.pd.plist in |~/Library/Preferences/ |but the file doens't look to be there. That's very odd. There should be "org.puredata.pd.plist" (as well as "org.puredata.pd.wish.pdlist", but ignore that) in ~/Library/Preferences/. It would seem to be the only explanation for the persistence of the problem. By the way, if and when you find org.puredata.pd.plist, just double-click it, and a property editing program will run. Alternatively, just delete it org.puredata.pd.plist from ~/Library/Preferences/ -- that will get you back to default behavior. See here for more info: http://puredata.info/docs/faq/pdsettings or how i disinstall Pd in order to reset all preferences? or any other suggestion is really appreciated, i still have a hell of work to do on the performance patch. : I hope this helps...I'll be around for the next ten hours or so, so write back if you're still stuck. Good luck. Phil ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] startup makes crash + .plist
Hi list, i have an Urgent problem i realy hope someone could help me quickly. This is the last day for me to prepare a performance for a live show and Pd doesn't open anymore. :( The story> i installed pdmtl library (from zip file on MAC) following the video tutorial. I modified Pd preferences (path and startup), close Pd and when i tried to relaunch it, it open a blank consolle and then crash immediately without loading any library (or at least i don-t see in the consolle anything loading). so it doesn-t allow me to modify anymore the preferences. i disinstalled Pd and reinstalled twice but it keeps on with the same behaviour described above (as far as i know the keys are still stored in the system). how can i modify the org.puredata.pd.plist file from terminal? i used the command defaults read org.puredata.pd and i see the error in in the flags startup - but i cannot sort out how to modify it from terminal... (sorry for the ignorance but im not used to manage terminal) i also look for org.puredata.pd.plist in ~/Library/Preferences/ but the file doens't look to be there. or how i disinstall Pd in order to reset all preferences? or any other suggestion is really appreciated, i still have a hell of work to do on the performance patch. : was checking in the list archive and documentation but didnt find the specific command line to modify the pref. thanks a lot... M -- Marco Donnarumma aka The !S.A.D! Multimedia Artist, Live Performer Roma, IT LAB: http://www.thesaddj.com | 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