Re: [PD] 2D "slider"
maybe C:\Program Files (x86)\pd\extra\hcs \mouse_region-help cheers Zitat von "Thomas Mayer" : Hi, thanks to both of you, but both objects are not quite what I had in mind. Best regards, Thomas On 10.04.2013 11:50, Nicolas Montgermont wrote: [gcanvas] n Le 10/04/13 01:26, Ryan Smith a écrit : The grid object would probably work for you. On Tue, Apr 9, 2013 at 3:26 PM, Thomas Mayer wrote: Hello, is there a "2D slider" object, similar to a combination of a hslider and vslider, something like the Kaoss Pad touchscreen? Thanks, Thomas -- "Chaney was aware that anything, however small, can get the eye of the media if it's repulsive enough." (Robert Anton Wilson - The Universe Next Door) http://www.residuum.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 -- "Prisons are needed only to provide the illusion that courts and police are effective. They're a kind of job insurance." (Leto II. in: Frank Herbert, God Emperor of Dune) http://www.residuum.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] vanilla replacement for polygate~ ?
dynamicly? Zitat von "Lorenzo Sutton" : On 22/03/13 22:35, Jonathan Wilkes wrote: From: Patrick Pagano To: pd-list@iem.at Sent: Friday, March 22, 2013 3:57 PM Subject: [PD] vanilla replacement for polygate~ ? Hello I was wondering if anyone had an idea for a Vanilla replacement for polygate~, which is listed as a switch between multiple signal inputs. I would like to make a patch for IPAD/MOBmuPLat that has this in the patch but i am wondering what a good vanilla substitute might be for it? You can't. Or-- you can, but it will be a cheap imitation that either a) always has some maximum number of inlets, or b) uses nonlocal receive names to make up for the fact that you cannot dynamically instantiate inlets inside an abstraction because the [loadbang] It would be relatively easy instead if one could dynamically set the name for [send~] (like for [receive~]) in vanilla. Lorenzo. inside will only fire after the connections in the parent patch have finished. (I.e., you'll get broken connections if you save the patch and open it again.) You need [initbang] to create the [inlet]s before the parent tries to make the connections. The [initbang] object is in Pd-extended and Pd-l2ork, but not Pd-Vanilla. There is no process or plan to get it in to Pd-Vanilla, so if you are bound to using Pd Vanilla only you are quite simply stuck. -Jonathan polygate~ switch between multiple signal inputs variable fade rate both linear & equal power ___ 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] Lanboc-LCX w/ Pd
hi as far i can remember i used midi for controlling the lights. since i am not in my home office, i can´t looö for the patch. it could be possible, that i made it with a pair of lsb/msb midi controllers. cheers markus Zitat von "Alexandros Drymonitis" : Reading through the manuals I'm trying different stuff. Thought of connecting to the lanbox (I spelled it wrong in the subject of this thread) via [comport]. I do get connected, but can't really see how to send commands. I'm trying to connect via [tcpsend] via ethernet cause I think it's easier to send commands in ASCII (looks easier to me at least), but the manual says that the lanbox will ask for a password (which is 777 followed by a carriege return, so in ASCII it will be 55 55 55 13). So I'm sending [connect 192.168.1.77 4777( to [tcpsend], Pd freezes for a while and the the console says 'tcpsend: connecting to port 4777', but if I immediately after send [55 55 55 13( to [tcpsend] the console says 'tcpsend: not connected'. Anyway, the toggle underneath [tcpsend] never goes to one, so no connection is actually established. Any ideas on this one guys? On Sun, Mar 17, 2013 at 11:35 PM, Alexandros Drymonitis wrote: Actually all I need to do is control two white lights which are connected to a DMX dimmer each. I've done a simple setup on lanbox's software, but can't really see how to control it via Pd. It's on channels 1 and 2, so I guess I need to send something like a list with the channel number and the brightness number, right? what's the exact syntax for [udpsend]? On Sun, Mar 17, 2013 at 11:31 PM, wrote: i worked with it and as alexandros said it´s really easy. i once made a patch, which was a kind of simulation of an avolite board from the eighties. worked straight out the box all the best Zitat von dreamer : On Sat, Mar 16, 2013 at 9:49 PM, Alexandros Drymonitis >wrote: Hi, Has anyone used the Lanbox-LCX sending it control data from Pd? On lanbox's website I saw that it also receives TCP commands. Would mrpeach library's [tcpsend] do? Yes I have. You can control the lanbox-lcx with simple TCP/UDP commands. At least we used [udpsend] to transmit the datapackets (looking back at my patches. it's also from mrpeach). But [tcpsend] should work just the same (we had to enable UDP-mode in the firmware afaik). I have borrowed a prototype lcx+ but I don't have it working at the moment. All I can tell you that it is quite trivial to interface with the lanbox. If you need any more specific information I can get it from one of the devs if you want :) grtz, drmr ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Lanboc-LCX w/ Pd
i worked with it and as alexandros said it´s really easy. i once made a patch, which was a kind of simulation of an avolite board from the eighties. worked straight out the box all the best Zitat von dreamer : On Sat, Mar 16, 2013 at 9:49 PM, Alexandros Drymonitis wrote: Hi, Has anyone used the Lanbox-LCX sending it control data from Pd? On lanbox's website I saw that it also receives TCP commands. Would mrpeach library's [tcpsend] do? Yes I have. You can control the lanbox-lcx with simple TCP/UDP commands. At least we used [udpsend] to transmit the datapackets (looking back at my patches. it's also from mrpeach). But [tcpsend] should work just the same (we had to enable UDP-mode in the firmware afaik). I have borrowed a prototype lcx+ but I don't have it working at the moment. All I can tell you that it is quite trivial to interface with the lanbox. If you need any more specific information I can get it from one of the devs if you want :) grtz, drmr ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Routing MIDI on windows machines?
maybe this one? http://www.tobias-erichsen.de/software/loopmidi.html cheers Zitat von "Björn Eriksson" : This might be very obvious, but has someone a good open source suggestion for routing MIDI between Pd and other applications on a windows machine? Is JACK the alternative to go for? I bet there is a lot of hits if I google it, but I prefer to raise this question here... Happy for any hints! /Björn Eriksson ___ 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] how to convert a sound into array of partials
did you mean somthing like this? cheers der.brandt Zitat von "umberto torrez" : Hi, how can i convert a sound into a array of partials? Is there is an object for this? any idea? cheers U. #N canvas 30 3 1187 724 10; #N canvas 743 16 558 705 fft 0; #X obj 19 61 inlet~; #X obj 195 217 inlet; #X obj 29 92 rfft~; #X obj 29 125 *~; #X obj 60 125 *~; #X obj 29 155 sqrt~; #X obj 29 181 biquad~ 0 0 0 0 1; #X text 93 93 Fourier series; #X text 98 146 magnitude; #X text 96 131 calculate; #X text 21 3 This subpatch computes the spectrum of the incoming signal with a (rectangular windowed) FFT. FFTs aren't properly introduced until much later.; #X text 83 61 signal to analyze; #X text 193 164 delay two samples; #X text 191 182 for better graphing; #X obj 19 459 samplerate~; #X obj 19 436 bng 18 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 19 506 5 0 0 0 - - -; #X obj 19 482 / 256; #X obj 19 412 loadbang; #X obj 75 528 s fundamental; #X text -2 359 At load time \, calculate a good choice of fundamental frequency for showing spectra: the 16th bin in a 4096-point spectrum \, so SR*16/4096 or SR/256.; #X obj 231 236 inlet; #X text 284 234 toggle to graph repeatedly; #X text 262 212 bang to graph once; #X obj 19 528 t b f; #X msg 19 551 \; cm 6; #X text 25 585 set carrier multiplier after fundamental; #X obj 29 205 /~ 4096; #X msg 209 322 \; pd dsp 1; #X obj 332 109 block~ 4096 1; #X obj 231 298 tabwrite~ \$0-spectrum; #X obj 19 330 tabwrite~ \$0-signal; #X obj 103 223 *~ 20; #X obj 204 83 env~; #X floatatom 253 90 5 0 0 0 - - -; #X obj 231 259 del 1; #X obj 286 259 t b; #X obj 249 471 log~; #X obj 249 492 *~ 0.1; #X obj 319 472 *~; #X obj 344 533 *~; #X msg 335 443 1; #X msg 362 442 0; #X obj 335 414 select 0 1; #X msg 392 441 1; #X msg 422 442 0; #X obj 335 393 r \$0-lin/log; #X obj 249 515 +~ 1; #X connect 0 0 2 0; #X connect 0 0 31 0; #X connect 0 0 33 0; #X connect 1 0 28 0; #X connect 1 0 30 0; #X connect 1 0 31 0; #X connect 2 0 3 0; #X connect 2 0 3 1; #X connect 2 1 4 0; #X connect 2 1 4 1; #X connect 3 0 5 0; #X connect 4 0 5 0; #X connect 5 0 6 0; #X connect 6 0 27 0; #X connect 14 0 17 0; #X connect 15 0 14 0; #X connect 16 0 24 0; #X connect 17 0 16 0; #X connect 18 0 15 0; #X connect 21 0 28 0; #X connect 21 0 35 0; #X connect 24 0 25 0; #X connect 24 1 19 0; #X connect 27 0 32 0; #X connect 27 0 37 0; #X connect 32 0 39 0; #X connect 33 0 34 0; #X connect 35 0 30 0; #X connect 35 0 31 0; #X connect 35 0 36 0; #X connect 36 0 35 0; #X connect 37 0 38 0; #X connect 38 0 47 0; #X connect 39 0 30 0; #X connect 39 0 40 0; #X connect 40 0 30 0; #X connect 41 0 39 1; #X connect 42 0 40 1; #X connect 43 0 41 0; #X connect 43 0 42 0; #X connect 43 1 44 0; #X connect 43 1 45 0; #X connect 44 0 40 1; #X connect 45 0 39 1; #X connect 46 0 43 0; #X connect 47 0 40 0; #X restore 59 -22 pd fft; #X obj 29 -163 bng 18 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #N canvas 0 0 450 300 (subpatch) 0; #X array \$0-signal 882 float 0; #X coords 0 1.02 881 -1.02 200 80 1; #X restore 219 -339 graph; #N canvas 0 0 450 300 (subpatch) 0; #X array \$0-spectrum 259 float 0; #X coords 0 0.51 258 -0.008 259 130 1; #X restore 244 -93 graph; #X text 221 -258 0.02 seconds ; #X text 337 -81 SPECTRUM; #X obj 61 -208 adc~; #N canvas 818 11 475 368 autocompress 0; #X obj 46 51 env~; #X obj 43 283 line~; #X obj 27 309 *~; #X obj 27 331 outlet~; #X obj 28 28 inlet~; #X obj -103 273 delread~ \$0-del 16; #X obj -109 45 delwrite~ \$0-del 24; #X msg 14 144 0; #X floatatom 131 239 5 0 0 0 - - -; #X obj 128 324 env~; #X obj 135 183 -; #X floatatom 168 238 5 0 0 0 - - -; #X obj 46 94 t f f f; #X obj 109 137 t f f; #X floatatom 87 240 5 0 0 0 - - -; #X floatatom 128 344 5 0 0 0 - - -; #X msg 43 262 \$1 5; #X obj 86 200 +; #X obj -103 293 *~ 0.0005; #X msg 135 162 80 \$1; #X obj 46 118 moses 10; #X connect 0 0 12 0; #X connect 0 0 8 0; #X connect 1 0 2 1; #X connect 2 0 3 0; #X connect 2 0 9 0; #X connect 4 0 0 0; #X connect 4 0 6 0; #X connect 5 0 18 0; #X connect 7 0 16 0; #X connect 9 0 15 0; #X connect 10 0 11 0; #X connect 10 0 17 1; #X connect 12 0 20 0; #X connect 13 0 17 0; #X connect 13 1 19 0; #X connect 16 0 1 0; #X connect 17 0 14 0; #X connect 17 0 16 0; #X connect 18 0 2 0; #X connect 19 0 10 0; #X connect 20 0 7 0; #X connect 20 1 13 0; #X restore 61 -154 pd autocompress; #X obj 60 -57 *~ 1; #X obj 60 -108 hip~ 10; #X obj 105 -20 tgl 15 1 empty empty empty 17 7 0 10 -262144 -1 -1 1 1; #X obj 62 -174 *~ 10; #X floatatom 107 -213 5 0 0 0 - - -; #X obj 60 -82 *~ 0.3; #X obj 129 -180 env~; #X floatatom 130 -132 5 0 0 0 - - -; #X connect 1 0 0 1; #X connect 6 0 14 0; #X connect 6 0 11 0; #X connect 7 0 9 0; #X connect 8 0 0 0; #X connect 9 0 13 0; #X connect 10 0 0 2; #X connect 11 0 7 0; #X connect 12 0 11 1; #X connect 13 0 8 0; #X connect 14 0 15 0;___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listi
Re: [PD] Super computer made of legos and Raspberry Pi computers
maybe melodyne? http://www.celemony.com/cms/index.php?id=products_studio cheers der.brant Zitat von "Charles Goyard" : i go bananas wrote: yeah, separating individual instruments / voices from a mix does seem like a 'just over the horizon' application. I'd love to be able to have a stereo microphone in the room i'm in now, and separate the sound of the rain, the wind, the TV in the background, my typing at this keyboard I saw a article and video (from slashdot iirc) like one or two years ago of a VST plugin for Cubase or Protools that did that. The guy recorded an acoustic guitar, and was able to separate the note in a chord and build a new one instead, and even change the tonality of the whole piece. Unfortunatly, I'm completly unable to find any reference of this thing. Maybe it was vaporware, maybe it was a april fool. ___ 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] variable number of outlets/inlets
could you please be a little more specific? all the best der.brandt Zitat von "Eldad Tsabary" : Hi, How does one create an abstraction with a variable number of outlets (depending on the number of arguments)? Thanks Eldad ___ 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: textfile problem
ascseq i suggest cheers der.brandt Zitat von FernandoG : thanks IOhannes for answer :) I solved the problem, the textfile-help.pd file have to be in the same path than the textfile. Now is working But i have a new problem, because i need to read text as individual characters, and textfile send me groups of lists, do you know which object can i use? i need to identify charcter by character, including punctuation, not lists or words thanks 2012/7/30 IOhannes m zmoelnig -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-07-30 01:09, FernandoG wrote: > Hi > > I need to read data from a text file, i am triyng to use textfile > object to read a plain txt, but always get this error: > > error: filexx: can't open error: filexx: read failed > > > i read there was a bug > http://sourceforge.net/tracker/?func=detail&atid=478070&aid=2948007&group_id=55736 > > but i am in linux not in windows > > > Any info about this problem? does it work if you specify the full path (e.g. as returned by [openpanel]? fgmasdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlAWeAkACgkQkX2Xpv6ydvT41ACgjDF5w96uAvytVYBg4WteP6SB t8wAnRYIP2/rynztQeIe7uRnmR8SRCr4 =ep6o -END PGP SIGNATURE- ___ 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] SendMultiTouches was quick fingerpinger port
sorry too...but maybe this is interesting: http://www.pinktwins.com/fantastick/ best regards der.brandt Zitat von "Dan Wilcox" : Howdy all, Sorry to highjack this thread, but I just wanted to throw out something useful that a student made in a similar vein. https://github.com/dboehle/SendMultiTouches It's a small Mac app that streams multitouch info over OSC. I made a PD example for working with it. Cheers On Jun 28, 2012, at 11:41 AM, Tom Erbe wrote: what variables are the outputs 10 and 11? if you are counting from 1, that's finger identifier and state (not sure how identifier differs from the first number, or what state is - i'll need to study this a bit more). there is documentation here http://www.anyma.ch/2009/research/multitouch-external-for-maxmsp/ and here http://www.steike.com/code/multitouch/ when i understand this a bit better, i will create a help patch for PD. tom On Jun 28, 2012, at 5:37 AM, André Bandeira wrote: Hi, what variables are the outputs 10 and 11? thank you, André ___ André Damião Bandeira vimeo.com/andredamiao From: soundh...@san.rr.com Date: Wed, 27 Jun 2012 16:33:23 -0700 To: pd-list@iem.at Subject: [PD] quick fingerpinger port i just did a quick port of max & michael egger's fingerpinger to PD. this allows apple trackpads (under os x) to be used for multifinger control. source and external are here. if you want to improve this, you will need to compile with the MultitouchSupport framework. http://soundhack.henthorne.org/soft/fingerpinger_pd.zip tom - - - - - tom erbe ~ t...@ucsd.edu ~ studio director - computer music ~ ucsd department of music ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list /> tom erbe | soundhack | 608 carla way la jolla, ca 92037 /> tre at soundhack dot com | http://www.soundhack.com /> http://music.ucsd.edu/~tre | http://www.facebook.com/soundhack Dan Wilcox danomatika.com robotcowboy.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Initializing an array with random data.
hi maybe the attached one is a start. it makes a pair of noteOns and velocitys $1-länge the lengths of the note is randomly set to a length with the power of 2-pause sets the length of the possible pause $1-kompbang starts the process yours sincerely der.brandt Zitat von "matt tytel" : Ah thanks, If I wanted to initialize an array with some other data (basically i want to come up with a rand score) is there a good way to do that? On Apr 8, 2012, at 10:40 PM, Jonathan Wilkes wrote: It's pretty easy if you don't mind having dsp on: [noise~] | | [bang( | / [tabwrite~ foo] [table foo] From: Matthew Tytel To: pd-list@iem.at Sent: Monday, April 9, 2012 1:23 AM Subject: [PD] Initializing an array with random data. Hi there, I'm looking for a good way to reinitialize data in an array with random data. Basically I want to be able to bang a subpatch and have it enter totally new randomized data into it. I made one using the step object but it's very hacked together. Any suggestions? Apologies if this isn't the right place to ask, Matt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list #N canvas 626 36 587 336 10; #X obj 155 45 until; #X obj 169 91 f; #X msg 184 25 0; #N canvas 0 0 450 300 (subpatch) 0; #X array \$1-note 64 float 0; #X coords 0 127 63 0 200 140 1; #X restore 369 135 graph; #X msg 155 24 64; #X obj 155 70 t b b b b b b; #X obj 283 70 t b f; #X msg 284 92 2; #X obj 287 115 pow; #X obj 243 65 t b f; #X msg 244 87 2; #X obj 247 110 pow; #X obj 208 184 select; #X obj 169 136 select; #X obj 169 157 t b b; #X obj -2 145 f; #X obj 208 203 t b b b; #X msg 208 225 0; #X obj 203 115 +; #X obj 241 164 +; #X obj 154 3 t b b b b b b; #X obj 195 91 + 1; #X msg 218 26 0; #X obj 86 226 f; #N canvas 0 0 450 300 (subpatch) 0; #X array \$1-vel 64 float 0; #X coords 0 127 63 0 200 140 1; #X restore 369 -8 graph; #X obj 69 89 random 24; #X obj -2 187 tabwrite \$1-note; #X obj 86 247 tabwrite \$1-vel; #X obj 154 -16 r \$1-kompbang; #X obj -2 166 +; #X obj 37 87 * 12; #X obj 38 68 + 1; #X obj 39 47 random 3; #X obj 103 187 random 30; #X obj 101 205 + 50; #X floatatom 304 154 5 0 0 0 - - -; #X obj 243 29 random 4; #X obj 282 49 random 4; #X obj 327 -14 r \$1-l�nge; #X obj 259 -15 r \$1-pause; #X obj 67 -14 loadbang; #X obj 67 7 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X connect 0 0 5 0; #X connect 1 0 12 0; #X connect 1 0 13 0; #X connect 1 0 18 1; #X connect 1 0 21 0; #X connect 1 0 26 1; #X connect 1 0 27 1; #X connect 2 0 1 1; #X connect 4 0 0 0; #X connect 5 0 15 0; #X connect 5 0 23 0; #X connect 5 1 1 0; #X connect 6 0 7 0; #X connect 6 1 8 1; #X connect 7 0 8 0; #X connect 8 0 19 0; #X connect 9 0 10 0; #X connect 9 1 11 1; #X connect 10 0 11 0; #X connect 11 0 18 0; #X connect 11 0 35 0; #X connect 12 0 16 0; #X connect 13 0 14 0; #X connect 14 0 25 0; #X connect 14 0 33 0; #X connect 14 1 37 0; #X connect 15 0 29 0; #X connect 16 0 17 0; #X connect 16 1 36 0; #X connect 17 0 27 0; #X connect 18 0 19 1; #X connect 18 0 13 1; #X connect 19 0 12 1; #X connect 20 0 4 0; #X connect 20 2 2 0; #X connect 20 3 36 0; #X connect 20 4 37 0; #X connect 20 5 22 0; #X connect 20 5 32 0; #X connect 21 0 1 1; #X connect 22 0 18 1; #X connect 22 0 19 1; #X connect 23 0 27 0; #X connect 25 0 15 1; #X connect 28 0 20 0; #X connect 29 0 26 0; #X connect 30 0 29 1; #X connect 31 0 30 0; #X connect 32 0 31 0; #X connect 33 0 34 0; #X connect 34 0 23 1; #X connect 36 0 9 0; #X connect 37 0 6 0; #X connect 38 0 37 1; #X connect 39 0 36 1; #X connect 40 0 20 0; #X connect 41 0 20 0;___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] connecting Pd to LEDs
hi i did a project last year controlling a led-wall for displaying the fft-analysis of the sound which actually happens on the stage of the theater behind. its a 24/7 installation with 1280 led´s white and dimmable. we did it through udp and the serial porta driver was made for costum made led-controllers. it works well since 1 1/2 years. any questions? markus Zitat von "Jim Hickcox" : Hey there. I am working on an architectural installation with a guy and part of the goal is to control some dim lighting from Pd. Does anyone have any experience with the steps for taking the midi output and making that control some LEDs? Any recommended workflows? I was thinking about trying to build something with an arduino, but maybe there's something more time-efficient, since I only sort of know what I am doing. Any suggestions would be appreciated. -Jim ___ 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] dynamic creation of pack crashes pd
sorry...it is NOT true...forget about it Zitat von bra...@subnet.at: this happens, if you create more than 10 inlets hmmm... Zitat von bra...@subnet.at: since i did not find anything about by googling, i wanted to ask, if anybody has experiences with the dynamic creation of pack and the crashing of pd. if i creat a pack by hand with 32 inlets, it works. it i do it dynamicly it crashes pd win7 64 pd extended 0.42.5-extended winXP pd 0.41.4-extended please help thank you in advance markus ___ 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] dynamic creation of pack crashes pd
this happens, if you create more than 10 inlets hmmm... Zitat von bra...@subnet.at: since i did not find anything about by googling, i wanted to ask, if anybody has experiences with the dynamic creation of pack and the crashing of pd. if i creat a pack by hand with 32 inlets, it works. it i do it dynamicly it crashes pd win7 64 pd extended 0.42.5-extended winXP pd 0.41.4-extended please help thank you in advance markus ___ 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] dynamic creation of pack crashes pd
since i did not find anything about by googling, i wanted to ask, if anybody has experiences with the dynamic creation of pack and the crashing of pd. if i creat a pack by hand with 32 inlets, it works. it i do it dynamicly it crashes pd win7 64 pd extended 0.42.5-extended winXP pd 0.41.4-extended please help thank you in advance markus ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Fwd: no pd?? WTF ????
.again.loosers try to keep alivemoneymaking is gone...saving their livesshed themthey have no weapens anymorewe are 99%we are going on.. let them RIP. lets keep on working not wasting time der.brandt Zitat von "Björn Eriksson" : Yes, agrees Julien, it´s a position against free softwares. Probably a political position. (unconcious or not) anyway - (and I know it was 7 years ago) copypaste from BEK site what Derek and Sara brought up at BEK back in 2005 at the Pd workshop: *** Workshop details: Day one 1) Introduction: Why PD & Why Free + Open Source Software? Our decision to use Pure Data has been motivated by several factors. First and foremost is the need for a modular environment where audio and video processing is possible without the intrusion of negative elements such as a predetermined Graphical User Environment, cross-platform issues and restrictive licenses. We will discuss these issues, and why it is more important than ever that artists take Free + Open Source Software seriously as tools for creative expression. ** end copypaste Maybe these issues are even more than ever ever important now 7 years later? Maybe someone from BEK should speak up and clearify a little around their politics on software uses? Maybe it´s not here in this thread "the revolution" starts but I think it is always necessary to go to the source of the problem and really try to find out what is going on. Not a very very big deal maybe, but clearly this keeps us many on the Pd list a bit emotional about the blogpost call they did put up. (and obviously some people already have had some exchanges with the call makers in Milan already, so maybe that is already "researched" well enough). It´s not about the conflictual situation, it is more about the understanding, as I see it. If they prefer at BEK or other institutions to NOT work with open softwares, then it is really well to just know that. As I see it. I don´t know any sociologists working on these issues. Google gives me the name of Yewin Lin as someone in this field. Here is a pdf adressing some of the issues http://www.ylin.org/sociology_FLOSS.pdf , and here is the website of her: http://www.ylin.org/ Surely this must be a rather big field - also with a lot of different perspectives on it - so would be cool if there is some more pointers someone has about these things. All the best, /Björn Eriksson On Wed, Jan 4, 2012 at 9:56 PM, APO33 wrote: The important point here, it's that it doesn't cost anything to put pd or supercollider on your mac or pc. you download it, install it and use it! here we go. so why those places (institutions, festival...etc), people... decided to refuse art project that use free software (free and libre) or create facilities, studios...space for artists, musicians, students...etc that don't include those softwares? (specially in the case of BEK, there are 100% aware of the existence of those software as piksel & bek was one entity before). it sound like a position against free software (more or less clear depend the people/institutions...). Obviously there is different vision of the world, I dunno about revolution (not sure about that one either as sevy said) but it looks like that there is people out there that are pissed off of the free software (specially the freshly floss art community - around 5 to 8 years more or less) community excluding the artists and programmers from the proprietary software community (is there such community?) from their institutions(?), festivals, conferences...etc. It could looks like a vendetta (unconscious?) related to some frustration of not being part of the BUZZ ;-) (trying to make a bigger one by refusing free software)... Interesting threat indeed, many of you had heard already some max/msp users complaining of not being able to come and present their things in some of the festival/symposium/gig/conference...etc out there that promote free software...(strongly recommended?) Do you know any sociologist working on some of those issues? sound like a very rich subject!! cheers Julien Hello, interesting thread indeed... 2012/1/4 Mathieu Bouchard Le 2012-01-03 à 21:47:00, Pagano, Patrick a écrit : Here is btw another call about a Pd workshop BEK held back in 2005. http://www.bek.no/projects/35-**visiblesoundaudibleimage?**locale=en< http://www.bek.no/projects/35-visiblesoundaudibleimage?locale=en>but that was 7 years ago... So, why don't you give more recent examples, to show some kind of continuity ? I know that in seven years, there can be a lot of change of personnel (and thus mentality) in an art centre... I mean, from my own personal experience (5200 km away from BEK). The reason I put this was just because I wanted to see if they had anything about Pure Data at all in BEK so I put "Pure Data" in the search window on the main page at bek.no and that was one of few entry t
Re: [PD] pd64 debian lots of errors
Are there any differentes bewegen icecast in windose and in Linux? Thank you iohannes markus Zitat von "IOhannes m zmoelnig" : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-12-20 15:10, bra...@subnet.at wrote: you don't need "-nogui"..."-stderr" is probably more practical, as you will still have the possibility to interact with your patch... i start with -nogui, ?cause i dont have a xserver installed. in the moment am through network on that machine ah, i didn't know that... anyhow: verbose(5): Using /usr/lib/pd-extended/startup as startup. verbose(4): Loading /usr/lib/pd-extended/startup/0.libdir.pd_linux verbose(3): libdir loader 1.9 does that mean, that its finding the files? it means that it is finding and loading "libdir". this ones are no errors?...just to be sure open: /etc/pd/gem.conf: No such file or directory open: /home/markus/.pd/gem.conf: No such file or directory open: ./gem.conf: No such file or directory no they are not errors. unfortunately i haven't found a way to make Pd not bail out when it searches for these optional files and doesn't find 'em. mfgasd IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7woNoACgkQkX2Xpv6ydvTOGgCg9GC0L+v4Ll0aOchVkdgipM0e QjoAoJt987/6MIv2EErdyynBPb2XS84W =OIU5 -END PGP SIGNATURE- ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] pd64 debian lots of errors
Zitat von "IOhannes m zmoelnig" : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-12-20 13:27, bra...@subnet.at wrote: hi list i start pd which i made with dpkg out from Pd-0.43.1-extended-20111207.deb i found after searching the different 64er threats on the list. if i start it with pd -nogui it tells me: you don't need "-nogui"..."-stderr" is probably more practical, as you will still have the possibility to interact with your patch... i start with -nogui, ´cause i dont have a xserver installed. in the moment am through network on that machine anyhow: verbose(5): Using /usr/lib/pd-extended/startup as startup. verbose(4): Loading /usr/lib/pd-extended/startup/0.libdir.pd_linux verbose(3): libdir loader 1.9 does that mean, that its finding the files? [...] verbose(3): PDP: pure data packet version 0.12.7 there are some errors in the GEM loading, which i am not able to construe. but until now, i haven't seen an error in the output. this ones are no errors?...just to be sure open: /etc/pd/gem.conf: No such file or directory open: /home/markus/.pd/gem.conf: No such file or directory open: ./gem.conf: No such file or directory if i do pd -nogui -path /home/markus/A2R/sone/Nhouse.rj/ -open /home/markus/A2R/sone/Nhouse.rj/_a.pd _a.pd is a patch that opens the _main patch. it says for different abstactions, which are placed in the -path folder for example: verbose(3): tclpd loader: searching for goasolo in path... verbose(3): tclpd loader: searching for goasolo/goasolo in path... verbose(3): tclpd loader: found nothing! which only means that the "tclpd loader" is misbehaving, as it should shut up (or at least only report at a higher verbosity level) if it fails find anything. assuming that you don't use any tcl-externals (if you don't know, you most likely don't), you can safely ignore these. :-)) and ogg tells me: oggcast~: set server type to new Icecast2 (HTTP/1.0 scheme) oggcast~: 2 channels @ 44100 Hz, bitrates: max. 144 / nom. 128 / min. 96 oggcast~: 2 channels @ 44100 Hz, quality 0.80 oggcast~: connecting to port 8000 error: oggcast~: connection failed! which could simply mean that [oggcast~] couldn't connect to an icecast server. is the server running? do you point to correct server? do you provide the correct password? it looks like the admin gave me no rights in the moment...as he told me mit freundlichen grüßen markus fgmasdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7wk1EACgkQkX2Xpv6ydvRLpwCgmaPA6QDj50Ucb8g0VS85PV+1 vBkAnjtB1EHHrkOsIhtapNAe5OQoJ053 =YAos -END PGP SIGNATURE- ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] pd64 debian lots of errors
hi list i start pd which i made with dpkg out from Pd-0.43.1-extended-20111207.deb i found after searching the different 64er threats on the list. if i start it with pd -nogui it tells me: verbose(5): Using /usr/lib/pd-extended/startup as startup. verbose(4): Loading /usr/lib/pd-extended/startup/0.libdir.pd_linux verbose(3): libdir loader 1.9 verbose(3): compiled on Dec 7 2011 at 10:35:30 verbose(3): compiled against Pd version 0.43.1.extended-20111207 verbose(4): Loading /usr/lib/pd-extended/startup/1.list.pd_linux verbose(4): Loading extra in /usr/lib/pd-extended/startup/extra verbose(3): libdir_loader: added 'extra' to the global objectclass path verbose(4): Loading pdlua in /usr/lib/pd-extended/startup/pdlua verbose(3): pdlua 0.6 (GPL) 2011 Martin Peach, based on verbose(3): lua 0.6~svn (GPL) 2008 Claude Heiland-Allen verbose(3): pdlua: compiled for pd-0.43 on Dec 7 2011 10:35:30 verbose(4): Loading tclpd in /usr/lib/pd-extended/startup/tclpd verbose(3): tclpd loader v0.3.0 verbose(3): tclpd: trying to load /usr/lib/pd-extended/extra/tclpd/tclpd.tcl... verbose(3): tclpd: loaded /usr/lib/pd-extended/extra/tclpd/tclpd.tcl verbose(4): Loading vanilla in /usr/lib/pd-extended/startup/vanilla verbose(3): libdir_loader: added 'vanilla' to the global objectclass path GEM: Graphics Environment for Multimedia GEM: ver: 0.93.SVN rev4516 GEM: compiled: Dec 7 2011 GEM: maintained by IOhannes m zmoelnig GEM: Authors : Mark Danks (original version) GEM:Chris Clepper GEM:Cyrille Henry GEM:IOhannes m zmoelnig GEM: with help by Guenter Geiger, Daniel Heckenberg, James Tittle, Hans-Christoph Steiner, et al. GEM: found a bug? miss a feature? please report it: GEM:homepage http://gem.iem.at/ GEM:bug-tracker http://sourceforge.net/projects/pd-gem/ GEM:mailing-list http://lists.puredata.info/listinfo/gem-dev/ open: /etc/pd/gem.conf: No such file or directory open: /home/markus/.pd/gem.conf: No such file or directory open: ./gem.conf: No such file or directory GEM: compiled for SIMD architecture: SSE2 MMX GEM: using SSE2 optimization verbose(3): libdir_loader: added 'cyclone' to the global objectclass path verbose(3): libdir_loader: added 'zexy' to the global objectclass path verbose(3): libdir_loader: added 'creb' to the global objectclass path verbose(3): libdir_loader: added 'cxc' to the global objectclass path verbose(3): libdir_loader: added 'iemlib' to the global objectclass path verbose(3): libdir_loader: added 'list-abs' to the global objectclass path verbose(3): libdir_loader: added 'mapping' to the global objectclass path verbose(3): libdir_loader: added 'markex' to the global objectclass path verbose(3): libdir_loader: added 'maxlib' to the global objectclass path verbose(3): libdir_loader: added 'mjlib' to the global objectclass path verbose(3): libdir_loader: added 'motex' to the global objectclass path verbose(3): libdir_loader: added 'oscx' to the global objectclass path verbose(3): libdir_loader: added 'pddp' to the global objectclass path verbose(3): libdir_loader: added 'pdogg' to the global objectclass path verbose(3): libdir_loader: added 'sigpack' to the global objectclass path verbose(3): libdir_loader: added 'smlib' to the global objectclass path verbose(3): libdir_loader: added 'unauthorized' to the global objectclass path verbose(3): libdir_loader: added 'pan' to the global objectclass path verbose(3): libdir_loader: added 'hcs' to the global objectclass path verbose(3): libdir_loader: added 'jmmmp' to the global objectclass path verbose(3): libdir_loader: added 'ext13' to the global objectclass path verbose(3): libdir_loader: added 'ggee' to the global objectclass path verbose(3): libdir_loader: added 'ekext' to the global objectclass path verbose(3): libdir_loader: added 'flatgui' to the global objectclass path verbose(3): libdir_loader: added 'chaos' to the global objectclass path verbose(3): PDP: pure data packet version 0.12.7 there are some errors in the GEM loading, which i am not able to construe. if i do pd -nogui -path /home/markus/A2R/sone/Nhouse.rj/ -open /home/markus/A2R/sone/Nhouse.rj/_a.pd _a.pd is a patch that opens the _main patch. it says for different abstactions, which are placed in the -path folder for example: verbose(3): tclpd loader: searching for goasolo in path... verbose(3): tclpd loader: searching for goasolo/goasolo in path... verbose(3): tclpd loader: found nothing! and ogg tells me: oggcast~: set server type to new Icecast2 (HTTP/1.0 scheme) oggcast~: 2 channels @ 44100 Hz, bitrates: max. 144 / nom. 128 / min. 96 oggcast~: 2 channels @ 44100 Hz, quality 0.80 oggcast~: connecting to port 8000 error: oggcast~: connection failed! any help appreciated der.brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] "get" method for Pd
oh...thank you yours sincerely :-) der.brandt Zitat von "Mathieu Bouchard" : Le 2011-11-17 à 08:43:00, bra...@subnet.at a écrit : maybe PID, if possible, would be great There's [gf/getpid]. http://gridflow.ca/help/gf/getpid-help.html __ | Mathieu BOUCHARD - téléphone : +1.514.383.3801 - Montréal, QC ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] "get" method for Pd
hi jonathan maybe PID, if possible, would be great yours sincerely der.brandt Zitat von "Jonathan Wilkes" : I made a patch awhile back that added a "get" method to pd: [; pd get version rcv-name( sends "version $major $minor $bugfix" to rcv-name [; pd get dsp rcv-name( sends "dsp $status" to rcv-name [; pd get * rcv-name( sends a sequence of all query-able "attribute values" to rcv-name leaving off rcv-name will send the output to the Pd console [; pd get( is synonymous with [; pd get *( I remembered the patch when trying to generate crash logs for about.pd in the other thread-- if Pd has a "get" method then about.pd doesn't need to rely on externals (well, aside from pddplink for the links). Are there Pd attributes other than version and dsp status that would be nice to make "gettable"? -Jonathan ___ 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] Array Size limits
hi daniel may this patch may help you der.brandt Zitat von "Daniel Embleton" : I know this question has been asked a couple of times before but i see that the posts are now quite old and, to be honest, i couldn't make sense of the replies as my understanding of puredata is somewhat limited. Basically i've been tasked with creating a patch that will accept full quality audio files, playing sections of the file back in a random order, to do this i understand that i will have to load the file into an array but the number of samples seems to be limited. Is there a way to lift this limit? I'm running windows 7 if that is relevant in any way. Thanks, Dan. #N canvas 623 67 450 300 10; #X obj 99 107 soundfile_info; #X obj 57 46 openpanel; #X obj 57 27 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 57 66 t a a; #N canvas 0 0 450 300 (subpatch) 0; #X array testarray 100 float 2; #X coords 0 1 100 -1 200 140 1; #X restore 228 26 graph; #X obj 57 246 soundfiler; #X obj 99 129 list split 2; #X obj 134 149 list split 1; #X msg 134 171 \; testarray resize \$1 \;; #X msg 98 83 read \$1; #X msg 57 225 read \$1 testarray; #X text 114 67 first resize; #X text 68 208 writes the file; #X text 75 25 browse and open file; #X connect 0 0 6 0; #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 3 0 10 0; #X connect 3 1 9 0; #X connect 6 1 7 0; #X connect 7 0 8 0; #X connect 9 0 0 0; #X connect 10 0 5 0; ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Hold TWO numbers until bang??
hi sebastian maybe you should dive into the help of pd. you also could use for example: [bang> | /your first float [f] | /your second float [pack f f] |output welcome der.brandt Zitat von "Sebastian Valenzuela" : Hello, Is there an object that will hold TWO numbers it has received and wait for an incoming "bang" to go ahead and SEND them through its output? Or is there a way to make this work? I would need this to work more than once. For example: *send "0.123 1500" to object*, *send bang which releases "0.123 1500" from its output*, *send 0.445 677" to object*, *bang which releases 0.445 677"*, etc... Thank you for taking the time to read this! Any help is greatly appreciated! -Sebastian ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Problems with Syncing PD to external MIDI sequencer
hi if you working on windows see attached patch best regards der.brandt Zitat von Loz : Hi, I'm pretty new to PD, and kind of fumbling around for the most part. I've searched the archives for the solution for this, and been unable to find it, so apologies if this has been answered before. I'm trying to sync PD to an external sequencer (my Korg Electribe-SX), and although I can receive midi notes with no problems, I can't work out how to sync the midi clock at all. I've tried midirealtimein and midiclkin, but neither of them seem to bring in any information at all. Thanks for your help, Loz ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list #N canvas 857 0 496 635 10; #X obj 42 140 metro 500; #X obj 42 120 tgl 15 0 empty empty empty 0 -6 0 10 -262144 -1 -1 1 1; #X obj 103 65 s tempo; #X obj -9 49 loadbang; #X obj 291 6 midirealtimein; #X obj 369 64 mod 96; #X obj 393 43 + 1; #X obj 369 43 f; #X obj 291 26 select 248; #X obj 369 85 select 0; #X obj 166 61 mod 24; #X obj 166 81 select 0; #X msg 45 48 150; #X obj 93 119 r tempo; #X obj 166 101 s quarter; #X obj 369 105 s bar; #X obj 247 60 mod 12; #X obj 313 60 mod 6; #X obj 313 101 s 16th; #X obj 247 100 s eigth; #X text -2 362 The message that controls the playback rate (ie \, ultimately tempo) is MIDI Clock. This is sent by the master at a rate dependent upon the master's tempo. Specifically \, the master sends 24 MIDI Clocks \, spaced at equal intervals \, during every quarter note interval.(12 MIDI Clocks are in an eighth note \, 6 MIDI Clocks in a 16th \, etc). Therefore \, when a slave device counts down the receipt of 24 MIDI Clock messages \, it knows that one quarter note has passed. When the slave counts off another 24 MIDI Clock messages \, it knows that another quarter note has passed.; #X obj 236 174 timer; #X obj 270 217 mean; #X floatatom 270 241 5 0 0 0 - - -; #X msg 324 200 clear; #X obj 236 134 mod 4; #X obj 236 153 select 0 3; #X text -1 483 For example \, if a master is set at a tempo of 120 BPM (ie \, there are 120 quarter notes in every minute) \, the master sends a MIDI clock every 20833 microseconds. (ie \, There are 100 microseconds in a second. Therefore \, there are 6000 microseconds in a minute. At a tempo of 120 BPM \, there are 120 quarter notes per minute. There are 24 MIDI clocks in each quarter note. Therefore \, there should be 24 * 120 MIDI Clocks per minute. So \, each MIDI Clock is sent at a rate of 60/(24 * 120) microseconds).; #X msg 79 234 60 \$1; #X floatatom 79 297 5 0 0 0 - - -; #X obj 79 254 /; #X obj 79 275 / 12; #X obj 246 81 select 0; #X obj 313 81 select 0; #X obj 271 262 s tempo; #X text 174 277 for setting metro or delays etc aprroximtl; #X text 121 296 beats per minute; #X obj 236 195 * 6.55; #X connect 1 0 0 0; #X connect 3 0 12 0; #X connect 4 0 8 0; #X connect 5 0 6 0; #X connect 5 0 9 0; #X connect 6 0 7 1; #X connect 7 0 5 0; #X connect 7 0 10 0; #X connect 7 0 16 0; #X connect 7 0 17 0; #X connect 7 0 25 0; #X connect 8 0 7 0; #X connect 9 0 15 0; #X connect 9 0 24 0; #X connect 10 0 11 0; #X connect 11 0 14 0; #X connect 12 0 2 0; #X connect 13 0 0 1; #X connect 16 0 32 0; #X connect 17 0 33 0; #X connect 21 0 37 0; #X connect 22 0 23 0; #X connect 22 0 28 0; #X connect 22 0 34 0; #X connect 24 0 22 0; #X connect 25 0 26 0; #X connect 26 0 21 0; #X connect 26 1 21 1; #X connect 28 0 30 0; #X connect 30 0 31 0; #X connect 31 0 29 0; #X connect 32 0 19 0; #X connect 33 0 18 0; #X connect 37 0 22 0;___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Fwd: Re: getting console output when Pd crashes on w32
sorryi got interupted... Zitat von "IOhannes m zmoelnig" : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-09-01 11:26, IOhannes m zmoelnig wrote: i'll be offline for the next 2 weeks, and unlikely to fix any problems in this time (ah, holidays...) please file a bug-report at http://sf.net/projects/pd-gem/ with all the information you have. thanks for doing a bug report. with "all the information you have", i meant "ALL the information you have", which things i asked so far, like: - - operating system - - gem version (it's obvious for us now, but the bug report is not directly linked to this email thread) - - ... fgmasdf IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5fhnIACgkQkX2Xpv6ydvT9bQCgg0ajwBO/zukKopJ9l3mTMKZV 36cAoMwMsmwS+qfxFFXu9Ruhu8ThgjHv =zvIe -END PGP SIGNATURE- ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Fwd: Re: getting console output when Pd crashes on w32
Zitat von "IOhannes m zmoelnig" : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-09-01 10:25, bra...@subnet.at wrote: text3dhurraif i preload a font it does crash anymore. first of all, thanks for tracking the problem so far! with "preload" you mean, sending a "font /path/to/my/valid/font.ttf" message before starting the rendering? do other text objects ([textoutline],...) crash as well? yes...same behavior fgmnasr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5fQnwACgkQkX2Xpv6ydvTV/QCgm9mmuy0RHzxArLLXQ0aNMGPZ Vg0AoI8tj+qLlKb4atkFH+VqxcVthQRB =AjXS -END PGP SIGNATURE- ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Fwd: Re: getting console output when Pd crashes on w32
Zitat von "IOhannes m zmoelnig" : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-09-01 10:25, bra...@subnet.at wrote: text3dhurraif i preload a font it does crash anymore. first of all, thanks for tracking the problem so far! since i´m not able to do anything elsewith pleasure with "preload" you mean, sending a "font /path/to/my/valid/font.ttf" message before starting the rendering? before switching on the render chain do other text objects ([textoutline],...) crash as well? i do not know, because i did not use it so fari´ll give it a trail LG der.brandt fgmnasr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5fQnwACgkQkX2Xpv6ydvTV/QCgm9mmuy0RHzxArLLXQ0aNMGPZ Vg0AoI8tj+qLlKb4atkFH+VqxcVthQRB =AjXS -END PGP SIGNATURE- ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] Fwd: Re: getting console output when Pd crashes on w32
text3dhurraif i preload a font it does crash anymore. all the best der.brandt --- Begin Message --- it seems that it has something to do with text3dfirst the text was written directly into the box.i changed that to message symbol text.did not change the crash Zitat von "IOhannes m zmoelnig" : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-08-31 13:15, bra...@subnet.at wrote: maybe an idea where to start? well, start form your patch and remove everything that is not Gem. then copy everything left into a flat patch. then remove entire gemchains until only the one that causes the crash is left. then remove objects from this gemchain until only the objects needed to crash are left. fgmasdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5eGdIACgkQkX2Xpv6ydvSbVwCeIlFj/1thLLqV8n/1FSVi4JYx UkkAoKr5sKbBBIhJUNKmPToC+eSm9EeD =1crf -END PGP SIGNATURE- ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list --- End Message --- ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] getting console output when Pd crashes on w32
it seems that it has something to do with text3dfirst the text was written directly into the box.i changed that to message symbol text.did not change the crash Zitat von "IOhannes m zmoelnig" : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-08-31 13:15, bra...@subnet.at wrote: maybe an idea where to start? well, start form your patch and remove everything that is not Gem. then copy everything left into a flat patch. then remove entire gemchains until only the one that causes the crash is left. then remove objects from this gemchain until only the objects needed to crash are left. fgmasdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5eGdIACgkQkX2Xpv6ydvSbVwCeIlFj/1thLLqV8n/1FSVi4JYx UkkAoKr5sKbBBIhJUNKmPToC+eSm9EeD =1crf -END PGP SIGNATURE- ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] getting console output when Pd crashes on w32
oohothis may take some time i fear Zitat von "IOhannes m zmoelnig" : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-08-31 13:15, bra...@subnet.at wrote: maybe an idea where to start? well, start form your patch and remove everything that is not Gem. then copy everything left into a flat patch. then remove entire gemchains until only the one that causes the crash is left. then remove objects from this gemchain until only the objects needed to crash are left. fgmasdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5eGdIACgkQkX2Xpv6ydvSbVwCeIlFj/1thLLqV8n/1FSVi4JYx UkkAoKr5sKbBBIhJUNKmPToC+eSm9EeD =1crf -END PGP SIGNATURE- ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] getting console output when Pd crashes on w32 (was Re: [PD-announce] gem 0.93.1)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 maybe an idea where to start? der.brandt at least we now know that it is not the plugins that are problematic. i fear that you really have to trim down the patch to a minimal set of objects that trigger the crash. fmsdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5dGsAACgkQkX2Xpv6ydvQ5yQCdE2e1/JJ6TQEGp9jFnZ1rJXDt MBMAmwXH/c7BzFRGfjqLmkMI1/WDHxiQ =WQaQ -END PGP SIGNATURE- Zitat von bra...@subnet.at: sorry first...i was out of office...lets start Zitat von "IOhannes m zmoelnig" : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-08-30 13:16, bra...@subnet.at wrote: now we are dealing with GEM: ver: 0.93.1 cool, thanks therefore: could you try to move the "gem_imageMAGICK.dll" out of the way? (effectively disabling this plugin). so could we try that again? for simplicity, could you move _all_ plugins into a disabled/ folder (or rename all of them; or delete all of them), i put everything into disabled folder except Gem.dll and then post the verbose2 logs (and -noprefs -lib Gem ...) as attached gmasdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5c0M8ACgkQkX2Xpv6ydvS/8gCg7NJ4ywqa5dDStauFj5iKO8Qj Zx0AoNKgldy53r+XT6u6H04cJy9w7Uqv =Q3MS -END PGP SIGNATURE- ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] [PD-announce] gem 0.93.1
Zitat von "IOhannes m zmoelnig" : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-08-29 17:00, bra...@subnet.at wrote: hi...thank you...great job but :-(( : attached patch named _maincamera3 did work with ver: 0.91-cvs win7/64. with the new one it crashes pd. even with noloadbang maybe you can find out what happend maybe you can help us a bit. e.g. by: - - telling us which OS you are using win7/64. - - which Pd? 0-42.5-extended - - creating a _minimal_ patch that triggers the problem this may take some time... - - what get's printed to the pd-console before the crash? what get's printed to the console? nothingpd just disapear - - what if you raise verbosity to level 2? i have to find out how, because i am still not familiar with the new .bat in win7 Thank you in advance der.brandt fgamsdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5br/oACgkQkX2Xpv6ydvQJHQCfYKJTxfi7VmFN+IdSNdvDGshz 6X4AnjKOrP9MFaurKSAmuyPXz6Hmnhdn =EAQq -END PGP SIGNATURE- ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Typewriter effect
maybe have a lookno documantation ... sorry LG der.brandt Zitat von "András Murányi" : On Sun, Aug 21, 2011 at 17:29, Antonio Roberts wrote: Is there a way to get a typewriter effect using pd i.e. have letters appear one character at a time? I was thinking I could send the text to [text2d] using [drip] but that just displays one character/word at a time. Cheers, Ant http://lists.puredata.info/search/Pd-list?query=typewriter ? Andras #N canvas 496 205 500 446 10; #X obj 94 86 textfile; #X obj 93 41 openpanel; #X obj 94 17 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 94 61 read \$1; #X obj 183 31 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 18 62 rewind; #X obj 305 159 print; #X msg 359 26 set \$1; #X msg 361 46 hielt; #X obj 129 133 list length; #X obj 73 160 list; #X obj 129 156 until; #X obj 128 178 f; #X obj 153 179 + 1; #X msg 211 74 1; #X msg 77 296 text \$1 \$2 \$3 \$4 \$5; #X msg 128 207 adddollar \$1; #X obj 183 51 t b b b; #X obj 24 121 del 10; #X obj 23 326 text3d; #X obj 19 227 gemhead; #X obj 110 230 t b b a b; #X msg 239 76 set text; #X floatatom 106 342 5 0 0 0 - - -; #X connect 0 0 9 0; #X connect 0 0 6 0; #X connect 0 0 10 1; #X connect 1 0 3 0; #X connect 2 0 1 0; #X connect 3 0 0 0; #X connect 4 0 17 0; #X connect 5 0 0 0; #X connect 7 0 8 0; #X connect 9 0 11 0; #X connect 10 0 15 0; #X connect 11 0 12 0; #X connect 12 0 13 0; #X connect 12 0 16 0; #X connect 13 0 12 1; #X connect 14 0 12 1; #X connect 15 0 19 0; #X connect 16 0 21 0; #X connect 17 0 0 0; #X connect 17 1 14 0; #X connect 17 2 22 0; #X connect 18 0 10 0; #X connect 20 0 19 0; #X connect 21 0 15 0; #X connect 21 1 18 0; #X connect 21 2 15 0; #X connect 22 0 15 0; #X connect 23 0 19 1;___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] textfile read failed winxp
strange, isn´t it?...i´ll try it with a usb stick...it also happens allways with the same file after two cyclesbut the file seems to be consistent thank you der.brandt Zitat von "Andy Farnell" : That sounds like the drive is getting unmounted somehow. On Fri, 24 Jun 2011 11:09:37 +0200 bra...@subnet.at wrote: hi list after searching the archives without any success i wanted to ask, if anybody has an idea to handle following problem: i stored 43 files named preset(1).txt in a folder named D:/Mkoffa_root/presets/. with makefilename D:/Mkoffa_root/presets/preset%d.txt i open the file by number. it works but after a while pd is complaining that for can´t openread failed and it never opens one of the files again. after that even openpanel and trying to open by hand doesn´t open the file abymore. any help? der.brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list -- Andy Farnell ___ 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] textfile read failed winxp
hi list after searching the archives without any success i wanted to ask, if anybody has an idea to handle following problem: i stored 43 files named preset(1).txt in a folder named D:/Mkoffa_root/presets/. with makefilename D:/Mkoffa_root/presets/preset%d.txt i open the file by number. it works but after a while pd is complaining that for can´t openread failed and it never opens one of the files again. after that even openpanel and trying to open by hand doesn´t open the file abymore. any help? der.brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] math + music examples
what kind of math problems are you talking about? basics like + , - , * , / , or more sphisticated give me a glue, so i can find something out of my punch of work, couse my math is also very basical looking forward der.brandt Zitat von Joe : hello i am trying to come up with some examples to use in a short workshop with 11 year old kids using maths to make sound and music (music in very loose terms that is). i would love to use pd for this. it can be literally anything, as long as they can easily see a relation between some basic math concepts (number sequences, patterns, etc.) and the sounds they hear while interacting with the patches. the goal is not to have the kids write the patches, but to make them *play* with them. does anyone have any ideas for this? useful, easy to understand math concepts that could be turned into little musical devices? any feedback will be greatly appreciated! cheerio ___ 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] Web browser?
hi jose maybe that one? your sincerely der.brandt Zitat von "Jose Luis Santorcuato" : Hi List, me again!, hahaha, I write query by some message or object that allows me to go to a website without having to leave pd, just bang and open the browser or a popup in pd ... maybe Yves library?, any alternative? Best regards José -- http://arselectronicachile.blogspot.com http://comunicacionnativa.blogspot.com/ http://www.myspace.com/santorcuato ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list #N canvas 0 0 552 317 10; #X obj 14 254 s pd-html; #N canvas 468 0 450 300 html 1; #X restore 385 259 pd html; #X msg 88 152 editmode \$1; #X msg 87 129 0; #X msg 117 130 1; #X msg 59 194 mouse \$1 \$2 \$3 \$4; #X msg 59 174 10 10 0 1; #X msg 15 100 obj 10 10 pddplink \$1 -box; #X obj 7 38 symbol; #X msg 8 14 http://puredata.info/; #X text 185 91 puts a box named pdplink into the html window; #X text 149 14 fill in the url; #X text 183 142 switches on and off the editmode; #X text 184 102 on a specified place; #X text 177 189 moves the mouse to the place of the link; #X text 176 199 an clicks; #X text 99 221 after opening the web-browser the object will be cutted ; #X msg 34 217 cut \$1 1; #X obj 7 59 t b b s b b b b s b; #X connect 2 0 0 0; #X connect 3 0 2 0; #X connect 4 0 2 0; #X connect 5 0 0 0; #X connect 6 0 5 0; #X connect 7 0 0 0; #X connect 8 0 18 0; #X connect 9 0 8 0; #X connect 17 0 0 0; #X connect 18 2 17 0; #X connect 18 3 6 0; #X connect 18 4 4 0; #X connect 18 5 6 0; #X connect 18 6 3 0; #X connect 18 7 7 0; #X connect 18 8 4 0;___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] firewirecamera in gem/pidip/next step
Thank you..all and yes iohannes...[pdp_v4l] does the job its working now...like it should.wonderfull thank you so much markus Zitat von "IOhannes m zmoelnig" : On 2010-12-01 11:10, bra...@subnet.at wrote: i have inserted the modules vloopback, videodevcoriander is neither complaining anymore about misseng etc/video0 nor avout missing v2l anymore. and its running V4L output device /etc/video0 sofarsonice by the way...i use GEM: ver: 0.91.3 'tigital' and PiDiP : additional video processing objects for PD version 0.12.23 if i try pdp_v4l2 console says pdp_v4l2: opening /dev/video0 pdp_v4l2: error: open /dev/video0: Device or resource busy well, i thought i was quite clear that vloopback would make the first device the input (sink) device, and the 2nd device the output (src) device, so try /dev/video1 pdp_v4l2: opening /dev/video1 pdp_v4l2: error: open /dev/video1: Invalid argument get capabilities: Inappropriate ioctl for device well, i thought i was quite clear that this solution involves v4l1(!), thus pdp_v4l2 will bail out, as it needs a v4l2 device. try [pdp_v4l] Gem pix_video video driver 0: video4linux video driver 1: ieee1394 for linux pd bash error: failed opening device: '/dev/video0' console says /dev/video0: Device or resource busy again, /dev/video0 is the sink, you need /dev/video1 if i try video driver 1 gem is telling me /dev/dv1394/0: No such file or directory console detto...wich is not a wonder, since i just have /dev/video1394 and no /dev/dv1394 well "driver 1" changes the driver to the dv4l (ieee1394). you don't want to change the driver (the default is video4linux, which is just what you need), you want to change the device. use "device /dev/video1" if you still cannot open the device with neither application, you might want to switch to one of my other suggestions (which were both favoured over the one you chose) ghmst IOhannes ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] firewirecamera in gem/pidip/next step
hi husk 00 vloopback is using as input 0 and its output 1 if i try to do pdp_v4l and set to dev 1 i get the following error get capabilities: Inappropriate ioctl for device cheers markus Zitat von "Husk 00" : Hi, If I'm not worng vloopback module create a third (or a forth...) video device. So try to open /dev/video2 or /dev/video3 husk On Wed, Dec 1, 2010 at 11:10 AM, wrote: i have inserted the modules vloopback, videodevcoriander is neither complaining anymore about misseng etc/video0 nor avout missing v2l anymore. and its running V4L output device /etc/video0 sofarsonice by the way...i use GEM: ver: 0.91.3 'tigital' and PiDiP : additional video processing objects for PD version 0.12.23 if i try pdp_v4l2 console says pdp_v4l2: opening /dev/video0 pdp_v4l2: error: open /dev/video0: Device or resource busy pdp_v4l2: opening /dev/video1 pdp_v4l2: error: open /dev/video1: Invalid argument get capabilities: Inappropriate ioctl for device Gem pix_video video driver 0: video4linux video driver 1: ieee1394 for linux pd bash error: failed opening device: '/dev/video0' console says /dev/video0: Device or resource busy if i try video driver 1 gem is telling me /dev/dv1394/0: No such file or directory console detto...wich is not a wonder, since i just have /dev/video1394 and no /dev/dv1394 any ideas? markus ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list -- when Art become pratical we call it technology. When Technology become useless we call it Art www.estereotips.net ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] firewirecamera in gem/pidip/next step
Zitat von bra...@subnet.at: i have inserted the modules vloopback, videodevcoriander is neither complaining anymore about misseng etc/video0 nor avout missing v2l anymore. and its running V4L output device /etc/video0 sofarsonice by the way...i use GEM: ver: 0.91.3 'tigital' and PiDiP : additional video processing objects for PD version 0.12.23 if i try pdp_v4l2 console says pdp_v4l2: opening /dev/video0 pdp_v4l2: error: open /dev/video0: Device or resource busy pdp_v4l2: opening /dev/video1 pdp_v4l2: error: open /dev/video1: Invalid argument get capabilities: Inappropriate ioctl for device /dev/video0: No such file or directory /dev/video3: Device or resource busy /dev/video2: No such file or directory get capabilities: Inappropriate ioctl for device (when i do video1) /dev/video0: No such file or directory Gem pix_video video driver 0: video4linux video driver 1: ieee1394 for linux pd bash error: failed opening device: '/dev/video0' console says /dev/video0: Device or resource busy if i try video driver 1 gem is telling me /dev/dv1394/0: No such file or directory console detto...wich is not a wonder, since i just have /dev/video1394 and no /dev/dv1394 any ideas? markus ___ 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] firewirecamera in gem/pidip/next step
i have inserted the modules vloopback, videodevcoriander is neither complaining anymore about misseng etc/video0 nor avout missing v2l anymore. and its running V4L output device /etc/video0 sofarsonice by the way...i use GEM: ver: 0.91.3 'tigital' and PiDiP : additional video processing objects for PD version 0.12.23 if i try pdp_v4l2 console says pdp_v4l2: opening /dev/video0 pdp_v4l2: error: open /dev/video0: Device or resource busy pdp_v4l2: opening /dev/video1 pdp_v4l2: error: open /dev/video1: Invalid argument get capabilities: Inappropriate ioctl for device Gem pix_video video driver 0: video4linux video driver 1: ieee1394 for linux pd bash error: failed opening device: '/dev/video0' console says /dev/video0: Device or resource busy if i try video driver 1 gem is telling me /dev/dv1394/0: No such file or directory console detto...wich is not a wonder, since i just have /dev/video1394 and no /dev/dv1394 any ideas? markus ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] firewirecamera in gem/pidip
thank you i allready downloaded it, but stick around with all the linux hacks. (exwindise-user and starter in linux) markus Zitat von "Husk 00" : On Tue, Nov 30, 2010 at 5:14 PM, wrote: hi all i would lije to use a unibrain firewire camera for tracking in debian. my problem is that i can see the picture in coriander, but mot in pd/gem/pidip. any ideas? Hi, you need to use vloopback module to forward the video signal from coriander to PD as a standard v4l device. suerte husk -- when Art become pratical we call it technology. When Technology become useless we call it Art www.estereotips.net ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] firewirecamera in gem/pidip
yess...and thank you device 1 says dev/dv1394/0: no such device or directory which is no wonder, caouse there is only a video1394 directory also coriander complains about not finding /dev/videoO and it seems v4l is not runningand i do not know how to start that module (just started again with debiangot lost in the winworld the last years) Zitat von Jack : Can you tell us the return in the console when you create [pix_video]. Have you try to send the message [device 1( to [pix_video] ? ++ Jack Le mardi 30 novembre 2010 à 17:14 +0100, bra...@subnet.at a écrit : hi all i would lije to use a unibrain firewire camera for tracking in debian. my problem is that i can see the picture in coriander, but mot in pd/gem/pidip. any ideas? please help markus 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] firewirecamera in gem/pidip
hi all i would lije to use a unibrain firewire camera for tracking in debian. my problem is that i can see the picture in coriander, but mot in pd/gem/pidip. any ideas? please help markus brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Help needed for string manipulation in PD
Zitat von "thomas thiery" : s2l witch lib?? zexy 2010/10/25 tim vets 2010/10/25 tania habib Hello, Currently I am stuck at one point in my multichannel recording patch. The problem is that I want to dynamically read the list of wav-files from a specific folder using a text file. For this case, I am using the textfile object. One line of the text file reads like sp01_48kHz/swih7 Can there be a way of separating this line into separate strings like 'sp01' '48kHz' 'swih7' Hi Tania, take a look at [s2l] gr, Tim I need for instance the first string to create the name of wav-files to record the data. In addition to that is there any conditional statement (object) in PD, which I can use to only generate the wav-files, e.g., when sp01 changes to sp02 in the text file as I have 10 utterance for every speaker and I want to store them separately? I will really appreciate help in this regard Thanks, Tania ___ 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 -- Matohawk alias Th-Th www.th-th.fr ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] process id again for building a watchdog
hi all does anybody know how i can get the process id in win7 of every instance of three pd´s to use them for a watchdog, which is checking, if the instances are still alive and if not kill the one not responding and open it again. i would like to check for an "ever" running installation, which is done in pd, if all of the instances are working and not to restart the computer every 24 hour, which i feel, is not very elegant. so, my idea is to have an objekt which is checking at the startup of the instance its PID, storing it and sends it back to the watchdog on demand, via netsend. the watchdog itself should, as i feel been written in c or anything else but not pd. i would like to code the watchdog, but my knowledge in coding is as low as low. :-) since i´m "just" a patcher. even the process of compiling in windose is something like a country of questions and miracles, but anyhow, i´ve once was trained in programming c but pd was far too cool to practice that. i´ve made all my dreams come true within pure data.thank you by the way. maybe the snippet below is a start... Program to print its Process ID, Parent Process ID and Group ID #include #include #include #include int main() { pid_t pid, ppid; gid_t gid; /* get the process id */ if ((pid = getpid()) < 0) { perror(" unable to get pid"); } else { printf(" The process id is %d", pid); } /* get the parent process id */ if ((ppid = getppid()) < 0) { perror(" unable to get the ppid"); } else { printf(" The parent process id is %d", ppid); } /* get the group process id */ if ((gid = getgid()) < 0) { perror(" unable to get the group id "); } else { printf(" The group id is %d ", gid); } return(0); } __ any help preciated sorry for my english der.brandt thank you ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] OTnomailsanymore
dear list...and sorry fpr beeing OT its a pitty, but i do not getting anymore mails from this list. the support of my mailacount said, i should have a talk with the ownwer of this list. the day before yesterday i subscribed again with my e.mail acount but without any success any help preaceated der.brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] test
test...sorry ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] windose Process ID recognition
hi all does anybody know, how i can recognice the pid of the started pd out of pd itself? any help preciated yours sincerely markus ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] OT/collaboration EU-Project
Hi list sorry for beeing off-topic for an eu-project we are looking for participants from europe to join. this project, below-mentioned, will be hosted by radiofabrik salzburg in austria. what we need are institutions, since individuals are not possible to get into that promotion programm of the european gouverment. filing the application will be end of september, the project itself lasts two years. yours sincerely markus brandt The project Addicted2Random will produce computer generated music in a participatory, location-independent way bridging past and presence of European musical heritage. Objectives - To explore innovative ways to let many people experience the European musical heritage - To bridge the past (European composers like Bach, Mozart, Beethoven) with contemporary music creation - To creatively experiment with a new graphic web interface for music creation - To bring together composers and electronic sound engineers with the interested public Target groups - Activities - Co-ordination of collaborative programming of an open source graphic sound interface - Live production of computer generated music - Trial of synchronous production and broadcasting from different location via the interactive web sound interface - Public concerts broadcast live online and through community radio stations Innovation - Easy-to-use graphic interface for composing computer generated partly random music - Online co-production synchronous and asynchronous - Participatory creativity with new technology - Connecting traditional media (radio) with new media (synchronous web interactivity) Results - Recordings from concerts and broadcasts - Web-site, weblog - CD production Added European value - Bridging past and presence of European music - Participation - New technology and art production - Mobility of artists ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] obj to open webbrowser
hi I don´t know, if i´m right, but i made a little patch using pddp-link. maybe its helpfull for you best regards der.brandt Zitat von "Bernardo Barros" : yeah :-) But bash scripts also can do a lot (I think much more, but I don´t know applescript so well) and run on gnu/linux AND osx. 2010/7/8 Hans-Christoph Steiner : You can do a lot more with AppleScript, that's just a functional example. .hc On Jul 7, 2010, at 7:26 PM, Bernardo Barros wrote: the command open tells finder to open a file or url with the default software. why not "open http://www.wikipedia.org"; --> [shell] ??? 2010/7/7 Hans-Christoph Steiner : Seems like a generic osascript object would be a good idea: .hc On Jul 4, 2010, at 5:00 AM, philippe boisnard wrote: Hello an other solution with [system] to open webpage and other document for example image. but I search with applescript to define the name of safari or firefox or preview window ? do you have idea about this problem ? b_r p All mankind is of one author, and is one volume; when one man dies, one chapter is not torn out of the book, but translated into a better language; and every chapter must be so translated -John Donne ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list News is what people want to keep hidden and everything else is publicity. - Bill Moyers ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list #N canvas 0 0 552 317 10; #X obj 14 254 s pd-html; #N canvas 468 0 450 300 html 1; #X restore 385 259 pd html; #X msg 88 152 editmode \$1; #X msg 87 129 0; #X msg 117 130 1; #X msg 59 194 mouse \$1 \$2 \$3 \$4; #X msg 59 174 10 10 0 1; #X msg 34 217 cut; #X msg 15 100 obj 10 10 pddplink \$1 -box; #X obj 7 59 t b b b b b b b s b; #X obj 7 38 symbol; #X msg 8 14 http://puredata.info/; #X text 185 91 puts a box named pdplink into the html window; #X text 149 14 fill in the url; #X text 183 142 switches on and off the editmode; #X text 184 102 on a specified place; #X text 177 189 moves the mouse to the place of the link; #X text 176 199 an clicks; #X text 174 227 after opening the web-browser the object will be cutted ; #X connect 2 0 0 0; #X connect 3 0 2 0; #X connect 4 0 2 0; #X connect 5 0 0 0; #X connect 6 0 5 0; #X connect 7 0 0 0; #X connect 8 0 0 0; #X connect 9 2 7 0; #X connect 9 3 6 0; #X connect 9 4 4 0; #X connect 9 5 6 0; #X connect 9 6 3 0; #X connect 9 7 8 0; #X connect 9 8 4 0; #X connect 10 0 9 0; #X connect 11 0 10 0;#N canvas 0 0 552 317 10; #X obj 14 254 s pd-html; #N canvas 468 0 450 300 html 1; #X restore 385 259 pd html; #X msg 88 152 editmode \$1; #X msg 87 129 0; #X msg 117 130 1; #X msg 59 194 mouse \$1 \$2 \$3 \$4; #X msg 59 174 10 10 0 1; #X msg 34 217 cut; #X msg 15 100 obj 10 10 pddplink \$1 -box; #X obj 7 59 t b b b b b b b s b; #X obj 7 38 symbol; #X msg 8 14 http://puredata.info/; #X text 185 91 puts a box named pdplink into the html window; #X text 149 14 fill in the url; #X text 183 142 switches on and off the editmode; #X text 184 102 on a specified place; #X text 177 189 moves the mouse to the place of the link; #X text 176 199 an clicks; #X text 174 227 after opening the web-browser the object will be cutted ; #X connect 2 0 0 0; #X connect 3 0 2 0; #X connect 4 0 2 0; #X connect 5 0 0 0; #X connect 6 0 5 0; #X connect 7 0 0 0; #X connect 8 0 0 0; #X connect 9 2 7 0; #X connect 9 3 6 0; #X connect 9 4 4 0; #X connect 9 5 6 0; #X connect 9 6 3 0; #X connect 9 7 8 0; #X connect 9 8 4 0; #X connect 10 0 9 0; #X connect 11 0 10 0;___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] no reverb or delwrite~, delread~ working with -nogui onUbuntu 10.04
Hi Thank you again, but what to do with it.my problem is that i am still "just" a patcher. i didn´t jet even find out how to compile on a windows machine. .sigh der.brandt Zitat von "Mathieu Bouchard" : On Sun, 16 May 2010, bra...@subnet.at wrote: Thanks to all of you and thank you mathieu for the workaround you actually don't need this workaround, because here's the fix : --- d_delay.c (révision 13558) +++ d_delay.c (copie de travail) @@ -24,6 +24,7 @@ { t_object x_obj; t_symbol *x_sym; +t_float x_deltime; /* delay in msec */ t_delwritectl x_cspace; int x_sortno; /* DSP sort number at which this was last put on chain */ int x_rsortno; /* DSP sort # for first delread or write in chain */ @@ -34,6 +35,21 @@ #define XTRASAMPS 4 #define SAMPBLK 4 +static void sigdelwrite_updatesr (t_sigdelwrite *x, t_float sr) +{ +int nsamps = x->x_deltime * sr * (t_float)(0.001f); +if (nsamps < 1) nsamps = 1; +nsamps += ((- nsamps) & (SAMPBLK - 1)); +nsamps += DEFDELVS; +if (x->x_cspace.c_n != nsamps) { + x->x_cspace.c_vec = (t_sample *)resizebytes(x->x_cspace.c_vec, +(x->x_cspace.c_n + XTRASAMPS) * sizeof(t_sample), +( nsamps + XTRASAMPS) * sizeof(t_sample)); + x->x_cspace.c_n = nsamps; + x->x_cspace.c_phase = XTRASAMPS; +} +} + /* routine to check that all delwrites/delreads/vds have same vecsize */ static void sigdelwrite_checkvecsize(t_sigdelwrite *x, int vecsize) { @@ -54,19 +70,13 @@ static void *sigdelwrite_new(t_symbol *s, t_floatarg msec) { -int nsamps; t_sigdelwrite *x = (t_sigdelwrite *)pd_new(sigdelwrite_class); if (!*s->s_name) s = gensym("delwrite~"); pd_bind(&x->x_obj.ob_pd, s); x->x_sym = s; -nsamps = msec * sys_getsr() * (t_float)(0.001f); -if (nsamps < 1) nsamps = 1; -nsamps += ((- nsamps) & (SAMPBLK - 1)); -nsamps += DEFDELVS; -x->x_cspace.c_n = nsamps; -x->x_cspace.c_vec = -(t_sample *)getbytes((nsamps + XTRASAMPS) * sizeof(t_sample)); -x->x_cspace.c_phase = XTRASAMPS; +x->x_deltime = msec; +x->x_cspace.c_n = 0; +x->x_cspace.c_vec = getbytes(XTRASAMPS * sizeof(t_sample)); x->x_sortno = 0; x->x_vecsize = 0; x->x_f = 0; @@ -109,6 +119,7 @@ dsp_add(sigdelwrite_perform, 3, sp[0]->s_vec, &x->x_cspace, sp[0]->s_n); x->x_sortno = ugen_getsortno(); sigdelwrite_checkvecsize(x, sp[0]->s_n); +sigdelwrite_updatesr(x, sp[0]->s_sr); } static void sigdelwrite_free(t_sigdelwrite *x) @@ -180,6 +191,7 @@ int delsamps = *(int *)(w[3]); int n = (int)(w[4]); int phase = c->c_phase - delsamps, nsamps = c->c_n; + t_sample *vp = c->c_vec, *bp, *ep = vp + (c->c_n + XTRASAMPS); if (phase < 0) phase += nsamps; bp = vp + phase; @@ -197,6 +209,7 @@ t_sigdelwrite *delwriter = (t_sigdelwrite *)pd_findbyclass(x->x_sym, sigdelwrite_class); x->x_sr = sp[0]->s_sr * 0.001; +sigdelwrite_updatesr(delwriter, sp[0]->s_sr); x->x_n = sp[0]->s_n; if (delwriter) { @@ -206,8 +219,7 @@ sigdelread_float(x, x->x_deltime); dsp_add(sigdelread_perform, 4, sp[0]->s_vec, &delwriter->x_cspace, &x->x_delsamps, sp[0]->s_n); -} -else if (*x->x_sym->s_name) +} else if (*x->x_sym->s_name) error("delread~: %s: no such delwrite~",x->x_sym->s_name); } _ _ __ ___ _ _ _ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801 ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] no reverb or delwrite~, delread~ working with -nogui onUbuntu 10.04
Thanks to all of you and thank you mathieu for the workaround yous sincerely der.brandt Zitat von "Mathieu Bouchard" : On Sun, 16 May 2010, Mathieu Bouchard wrote: On Sun, 16 May 2010, Roman Haefeli wrote: On Sun, 2010-05-16 at 18:25 +0200, Roman Haefeli wrote: On Sun, 2010-05-16 at 18:13 +0200, Ingo Scherzinger wrote: Looks like not too many people seem to care too much about this. Let me just say, that I do care as well. Also I couldn't find any workable workaround for this problem. There is something wrong with initialization in -nogui mode it seems, but my understanding of the Pd guts is too limited to tell anything more specific about it. What I meant to say is, that it seems we have to wait until with the power of understanding the problem more deeply investigates it. more generally, [delwrite~] fails to handle any change of sampling rate, and sampling rate is 0 while a patch loads, unless you load it with [delay]. _ _ __ ___ _ _ _ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801 ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] no reverb or delwrite~, delread~ working with -nogui on Ubuntu 10.04
hi ingo what i found out now is mentioned in the issue in the bugtracker http://sourceforge.net/tracker/?func=detail&aid=2978457&group_id=55736&atid=478070 no workaround in the moment. its a pity, cause a project of mine is really waiting to go on air us both, all the best for millers fixing that bug soon der.brandt Zitat von "Ingo Scherzinger" : Has anybody figured out the problem with [delwrite~] and [delread~] with the -nogui flag? I'm not getting it to work. And on top of it both my reverbs (freeverb~ + fdn~) are not working either anymore. Everything is fine with the gui turned on. I have delayed turning dsp on by 10 seconds already. It doesn't help. I had to make an abstraction also to replace [susloop~] which gave up on me also with -nogui. Everything was working fine up until Ubuntu 7.10. With 8.04 and later I started to have problems so I stayed with 7.10 for the -nogui stuff. Now I need to get it going with the current OS. If anybody has found a solution please help me! Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] no reverb or delwrite~, delread~ working with -nogui on Ubuntu 10.04
same here in debian 64 virtual server...i do not know what to do.but maybe since we are two of us now, the list might be more merciful in helping... I tried to switch~ off the delays at loading and switch them on after 50ms...no effecti tried the hint doing starting with -nodac, no sucsess... these are the posts i did in the last 10 days without any responseand i stuck...and it schould work both of us good luck der.brandt hello again I mentioned following problem in a virtual 64 bit debian system: if I cast the stream from my windoze laptop, all of the delays are working properly, if i do the same on the virtual system, non of them are working anymore i still do not have any glue and didn´t find anything in the list archive... even if i just run the example patch G01.delay.pd adding the oggcast~ enviroment, I just can hear the original signal. If i run it from my windows machine at home, it works perfect. first i thought it has somthing to do with the amount of memory on the virtual machine, but since we ingresed the amount of ram to 138 megs, this should not be an issue. I mentioned following problem in a virtual 64 bit debian system: if I cast the stream from my windoze laptop, all of the delays are working pronerly, if i do the same on the virtual system, non of them are working anymore I tried also -noaudio without sucsess Zitat von "Ingo Scherzinger" : Has anybody figured out the problem with [delwrite~] and [delread~] with the -nogui flag? I'm not getting it to work. And on top of it both my reverbs (freeverb~ + fdn~) are not working either anymore. Everything is fine with the gui turned on. I have delayed turning dsp on by 10 seconds already. It doesn't help. I had to make an abstraction also to replace [susloop~] which gave up on me also with -nogui. Everything was working fine up until Ubuntu 7.10. With 8.04 and later I started to have problems so I stayed with 7.10 for the -nogui stuff. Now I need to get it going with the current OS. If anybody has found a solution please help me! Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
pd-list@iem.at
hello again I mentioned following problem in a virtual 64 bit debian system: if I cast the strem from my windoze laptop, all of the delays are working pronerly, if i do the same on the virtual system, non of them are working anymore i still do not have any glue and didn´t find anything in the list archive... even if i just run the example patch G01.delay.pd adding the oggcast~ enviroment, I just can hear the original signal. If i run it from my windows machine at home, it works perfect. first i thought it has somthing to do with the amount of memory on the virtual machine, but since we ingresed the amount of ram to 138 megs, this should not be an issue. I mentioned following problem in a virtual 64 bit debian system: if I cast the strem from my windoze laptop, all of the delays are working pronerly, if i do the same on the virtual system, non of them are working anymore I tried also -noaudio without sucsess please der.brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
pd-list@iem.at
hello again i still do not have any glue and didn´t find anything in the list archive... even if i just run the example patch G01.delay.pd adding the oggcast~ enviroment, I just can hear the original signal. If i run it from my windows machine at home, it works perfect. first i thought it has somthing to do with the amount of memory on the virtual machine, but since we ingresed the amount of ram to 138 megs, this should not be an issue. please ...any help preciated der.brandt Zitat von bra...@subnet.at: hi list I mentioned following problem in a virtual 64 bit debian system: if I cast the strem from my windoze laptop, all of the delays are working pronerly, if i do the same on the virtual system, non of them are working anymore any hints? der.brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] compiling PureData for Iphone, not exactly easy...?
hi timur i don´t know if you really want to do rhe compiling stuff for yourself.but if you want to have just running PD on your phone or touch why dont you choose the rjdj library from the istore. it comes with a beautiful documentation and is ready to use http://www.rjdj.me/ have fun der.brandt Zitat von "Timur Kuyanov" : Hello! I'm trying to follow the instructions from this page: http://puredata.info/docs/developer/BuildingPdForiPhone i was happy when i read that it supposed to be easy thing to do,but... my compiling process finishes with this: Making all in man make[2]: Nothing to be done for `all'. make[2]: Nothing to be done for `all-am'. and i don't see anything in SRC folder... anyway, i'm trying next step: scp src/pd mob...@your_iphone_ip:/tmp/ with my ipod touch ip and getting : Connection refused lost connection I'm not good enough in this kind of things to see where is the problem, so may be there will be some advice? Not sure if mailing lists support attachments, but just in case, whole terminal verbalization is there... Thank you!! oh, this is my first post here, hope it's not rude or something. nice to meet you too. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] oggcast~
hi list I mentioned following problem in a virtual 64 bit debian system: if I cast the strem from my windoze laptop, all of the delays are working pronerly, if i do the same on the virtual system, non of them are working anymore any hints? der.brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Filters...
dear derek, dear list is there any possiblity to make an antialaising for the dac output of a mixed signal? thanks in advance der.brandt Zitat von "Derek Holzer" : The frequency components introduced by aliasing cannot be removed (at least not by low-pass filtering) once introduced, and this happens at the level of signal generation, not at the interface to the dac. Since it is the phasor which is actually aliasing, it needs to be antialiased with a low pass filter before it continues on the a lower sampling rate. So the signal source and the filter need to be in the same upsampled subpatch. Best! D. On 4/12/10 5:49 PM, Pierre Massat wrote: Hi all, recently there was a discussion about the different ways of avoiding aliasing. One of these is oversampling, but as far as i know there is only one example of it in Pd help patches, and it has a phasor in the subpatch. I m assuming that i could use the Butterworth filter in the subpatch without the phasor, am i right? In this case would it make sense to use it everytime i need i low-pass filter? This is probably a very silly question... = -- ::: derek holzer ::: http://macumbista.net ::: ---Oblique Strategy # 45: "Disciplined self-indulgence" ___ 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] pix_snap + pix_record = problem
this one works on windose hope it helps der.brandt Zitat von "Matteo Sisti Sette" : Jaime Oliver escribió: I had a similar error in osx10.6. Did you find a workaround? Could you ever record a sequence of snapped pixes into a video file? thanks m. -- Matteo Sisti Sette matteosistise...@gmail.com http://www.matteosistisette.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list #N canvas 688 14 450 300 10; #X obj 8 271 pix_record; #X obj 27 240 cnv 15 145 25 empty empty empty 20 12 0 14 -225271 -66577 0; #X msg 37 244 bang; #X msg 109 244 auto \$1; #X obj 90 245 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 ; #X obj 5 172 cnv 15 155 65 empty empty empty 20 12 0 14 -225271 -66577 0; #X obj 9 174 bng 15 250 50 0 empty empty empty 0 -6 0 8 -258699 -1 -1; #N canvas 0 0 450 300 savepanel 0; #X obj 114 62 inlet; #X obj 114 254 outlet; #X obj 114 199 t b a; #X obj 114 125 savepanel; #X msg 114 162 set file \$1; #X connect 0 0 3 0; #X connect 2 0 1 0; #X connect 2 1 1 0; #X connect 3 0 4 0; #X connect 4 0 2 0; #X restore 29 173 pd savepanel; #X msg 65 216 record \$1; #X obj 45 218 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 ; #X obj 8 216 t a; #X floatatom 96 274 5 0 0 0 - - -; #X obj -3 109 pix_snap; #X msg 33 82 0 0; #X obj 39 32 loadbang; #X obj -1 79 t b a; #X obj -2 11 gemhead -99; #X msg 65 83 640 480; #X msg 9 197 file C:/Users/FSC/Desktop/newhypnoticdevice/nextUnivers4.mov ; #X connect 0 1 11 0; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 4 0 3 0; #X connect 6 0 7 0; #X connect 7 0 18 0; #X connect 8 0 10 0; #X connect 9 0 8 0; #X connect 10 0 0 0; #X connect 12 0 0 0; #X connect 13 0 12 1; #X connect 14 0 13 0; #X connect 14 0 17 0; #X connect 15 0 12 0; #X connect 15 1 12 0; #X connect 16 0 15 0; #X connect 17 0 12 2; #X connect 18 0 10 0;#N canvas 688 14 450 300 10; #X obj 8 271 pix_record; #X obj 27 240 cnv 15 145 25 empty empty empty 20 12 0 14 -225271 -66577 0; #X msg 37 244 bang; #X msg 109 244 auto \$1; #X obj 90 245 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 ; #X obj 5 172 cnv 15 155 65 empty empty empty 20 12 0 14 -225271 -66577 0; #X obj 9 174 bng 15 250 50 0 empty empty empty 0 -6 0 8 -258699 -1 -1; #N canvas 0 0 450 300 savepanel 0; #X obj 114 62 inlet; #X obj 114 254 outlet; #X obj 114 199 t b a; #X obj 114 125 savepanel; #X msg 114 162 set file \$1; #X connect 0 0 3 0; #X connect 2 0 1 0; #X connect 2 1 1 0; #X connect 3 0 4 0; #X connect 4 0 2 0; #X restore 29 173 pd savepanel; #X msg 65 216 record \$1; #X obj 45 218 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1 ; #X obj 8 216 t a; #X floatatom 96 274 5 0 0 0 - - -; #X obj -3 109 pix_snap; #X msg 33 82 0 0; #X obj 39 32 loadbang; #X obj -1 79 t b a; #X obj -2 11 gemhead -99; #X msg 65 83 640 480; #X msg 9 197 file C:/Users/FSC/Desktop/newhypnoticdevice/nextUnivers4.mov ; #X connect 0 1 11 0; #X connect 2 0 0 0; #X connect 3 0 0 0; #X connect 4 0 3 0; #X connect 6 0 7 0; #X connect 7 0 18 0; #X connect 8 0 10 0; #X connect 9 0 8 0; #X connect 10 0 0 0; #X connect 12 0 0 0; #X connect 13 0 12 1; #X connect 14 0 13 0; #X connect 14 0 17 0; #X connect 15 0 12 0; #X connect 15 1 12 0; #X connect 16 0 15 0; #X connect 17 0 12 2; #X connect 18 0 10 0;___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] analysis before synthesis: How?
hi maybe you could send us the sample? best regards > Hi William, > > no, unfortunately no theremin...I fear, it is not even a synthesizer > sound but of "natural" origin... > > Am I "lost in synthesis" ? > > > In a world without fences and walls nobody needs gates and windows. > William Brent [10-03-07 16:08]: >> If the scifi-sound is a theremin, there's a good chance that you could >> have decent success using sigmund~ to follow spectral peaks over a >> certain volume, and resynthesize by sending the frequency/amplitude >> information to a bank of oscillators. It'll help to know something >> about how spectral analysis works to find the best values for window >> size and hop, but sigmund~ makes things as easy as possible. >> >> The other option that might be worth a shot is Audacity's "Noise >> Removal" effect. You select a region of the file that is just noise >> to train it, then process the noise removal. From the few times I've >> used it, I've gotten results ranging from laughable to passable. It >> completely depends on the nature of the signal and noise components >> you're dealing with. >> >> >> Good luck, >> William >> >> >> On Sun, Mar 7, 2010 at 5:50 AM, wrote: >> > >> > Hi, >> > >> > this is more a general question: >> > I have a "piece of sound" (sorry, English is not my mothers tonque...) >> > which conatins beside background noise a scifi-sound, which I want to >> > synthezise ("synthesise"?) with puredata as close to the original as >> > possible -- without the background. >> > >> > Now I am looking for recipe to do such a thing -- without the need of >> > a supercomputer and without the deep deep knowledge of really deep >> > math. >> > >> > Is there a way to supress the backgroudn as much as possible? >> > Would it be make sense to make a fourier analysis with a tool (what >> > tool -- I am using puredata on Gentoo-Linux)? Are there others >> > tool, which would help me to solve this task? >> > >> > Any idea and help are very appreciated -- thanks a lot in advance! >> > >> > best regards and have a nice sunday! >> > mcc >> > >> > -- >> > Please don't send me any Word- or Powerpoint-Attachments >> > unless it's absolutely neccessary. - Send simply Text. >> > See http://www.gnu.org/philosophy/no-word-attachments.html >> > In a world without fences and walls nobody needs gates and windows. >> > >> > >> > ___ >> > Pd-list@iem.at mailing list >> > UNSUBSCRIBE and account-management -> >> http://lists.puredata.info/listinfo/pd-list >> > >> >> >> >> -- >> William Brent >> www.williambrent.com >> >> �Great minds flock together� >> Conflations: conversational idiom for the 21st century >> >> www.conflations.com >> >> ___ >> Pd-list@iem.at mailing list >> UNSUBSCRIBE and account-management -> >> http://lists.puredata.info/listinfo/pd-list >> > > -- > Please don't send me any Word- or Powerpoint-Attachments > unless it's absolutely neccessary. - Send simply Text. > See http://www.gnu.org/philosophy/no-word-attachments.html > In a world without fences and walls nobody needs gates and windows. > > > ___ > 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] msg and loadbang
hi list what do i do wrong? with loading an abstraction out of the "file open" it is working with the loadbang. if i do it via pd-message, it does not bang any help preciated thanks in advance der.brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Deleting arrays
hi put all arrays into a subpatch wich means [pd subpatch] message clear | s pd-subpatch everything in the subpatch will be deleted best regards der.brandt > I am new to Pd so please excuse any misconceptions. > > I'm trying to read in a file containing a sinusoidal analysis, to > provide control for additive synthesis. My patch creates a set of > arrays (tables) for the frequency and magnitude values for as many > partials as are described in the analysis file (which is generated by > a separate program) via messages like [; pd-graph1 array $1-freqArray > 100 float 0( . $1 comes from a counter which is reset when I read in > a new file. > > But once I create an array, it never goes away, and I end up with an > ever increasing number of tables named 0-freqArray etc. > > How can I delete arrays with a message (as opposed to having to open a > dialog box for each one and click the "delete me" flag)? Really, all > I want to be able to do is delete all existing arrays each time I am > about to read a new analysis file. Is there a message for this? > > I tried [; pd-array clear ( which I saw somewhere in the forums, but > it just gave me > "error: pd-array: no such object". > > Thanks, DAn. > > ___ > 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] [ann]: win32 compilation
thank you we did not manage this, as we trying to compile things, but allways failed on windosesigh. a little "how_to_compile_things_for_pd_for_dummies_would" be nice. thanks again der.brandt > hello > > just compiled ann dlls it's here: > > http://megalego.free.fr/pd/ann.zip > > > I've just modified svn makefile and done this: > > http://www.mail-archive.com/pd-list@iem.at/msg07141.html > > also ann_mlp doesn't like the free function, so I've just removed it. > > ___ > 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] Working with lists
hi you could make a little walk through the extenal list-abs by frank barknecht, which is pd-vanilla and shiped with pd-extended. there you should have a solution for your wish. you could cache the list for example see attached patch all the best der.brandt > Hello all, > > I'm trying to figure out the best way to deal with lists in Pd but some > things are still not clear. > > I have a table that changes its content "on the fly", e.g. taking input > from > somewhere else and I'm using a select at a determined point to dump the > table as a list of values using the [tabdump] object. Then I would like to > interfere in some values in this list, either randomly or at a given > position, but the fact is that since this list is a bit big (30+ values) > it > doesn't seem the best way to unpack it (my object would be gigantic, I > think) and deal with the single values. Is there a way to change a > specific > value in a list without unpacking it in the first place? > > Many thanks! > > -- > Pedro Oliveira > www.partidoalto.net > soundcloud.com/iburiedpaul > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > #N canvas 214 47 533 390 10; #X obj 153 99 list length; #X obj 68 165 list-enumerate; #X msg 69 187 \$2 \$1; #X obj 69 208 unpack 0 0; #X obj 49 117 t l l l; #X obj 49 97 inlet list; #N canvas 0 0 450 300 (subpatch) 0; #X array cache 100 float 3; #A 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0; #X coords 0 1 99 -1 200 140 1; #X restore 307 29 graph; #X msg 152 119 \; cache resize \$1; #X obj 69 229 tabwrite cache; #X text 174 231 for manipulating use tabread/tabwrite; #X connect 0 0 7 0; #X connect 1 0 2 0; #X connect 2 0 3 0; #X connect 3 0 8 0; #X connect 3 1 8 1; #X connect 4 1 1 0; #X connect 4 2 0 0; #X connect 5 0 4 0;___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] metro limit
take a del and feeback the outletBang with the inlet of the del. do not forget a stopmessage (caution infinite loop) yours sincerely der.brandt > is there any need for the 1ms metro limit? couldn't it at least be > lowered > to 0.01ms to enable sample accurate timing? > ___ > 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] midi novice
just take ctlout from pd and use 65 or 64 and the r5ght channel. take a look on the helpfile.ctlout->right click->help. peace der.brandt > hallo > never used midi before and i'm trying to figure out how to control a > mab-303 > synth from pd. > i'm stuck cause the synth manual says the slide function is > controled/triggered by sending a "controller #64" or "controller #65" > message to the machine. any of you know what that is, and how to do it > from > pd? i'm sure this is very obvious but the manual is very cryptic. > peace > ___ > 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] clap clap bonk bonk
Hi the pop filter does not do anything against the hiss, it is just trying to take away the plosives, like low frequency high power airstream, which couses the membran of the microphone to react in not wished/calculated ways. so with the turbolence theory you are quiet on the right way. der.brandt > Mathieu Bouchard wrote: >> On Mon, 12 Oct 2009, Miller Puckette wrote: >> >>> I've tried clapping into mics and cant get consistent results -- the >>> burst of air goes in all different directions and I could never get a >>> consistent sound into the mic at all. >> > ... >> i just looked up "pop filter" when seeing that word in cgc's reply, and >> it seems like it's a highpass filter, though it doesn't use those words >> in the description I read, but I guess it from what they say about >> clipping and aspirated plosives. >> >> http://en.wikipedia.org/wiki/Pop_filter >> >> but this article is weird, because it mentions the hiss but doesn't say >> what a pop filter does about hiss... > > It is not so much a question of highpass vs. lowpass as it is a > directional filtering - the pop filter attenuates the most direct path > of the sound, and if I am not mistaken they are designed to attenuate > more with a higher energy burst of sound (this attenuation achieved via > air turbulence), in order to filter more strongly on the loudest > sibilants (high pitched) and plosives (low pitched) while affecting the > quieter sounds as little as possible. > > This turbulence theory may be wrong, I looked for confirmation or denial > online but my google skills are failing 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] pd.lib
Hi can anybody help me to find pd.lib? thanks in advance der.brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Stochastic rhythms in pd
some based on arrays. all the best > I use a chaotic function in these patches: > http://pagesperso-orange.fr/Paresys/ARGOPd/Ex11.html > http://pagesperso-orange.fr/Paresys/ARGOPd/Ex13.html > > Gerard > > > At 19:34 -0700 20/09/09, Jerome Covington wrote: >>Has anyone done any work with percussive elements in pd, other than >>more traditional drum machine, looping applications? >> >>Something that generates seemingly random, preferably sparse rhythmic >>elements based, or not, on some minimal user input? >> >>Are there any patches that anyone would like to share? >> >>-- >>Regards, >>Jerome Covington >> . . . . : . . . . : >>"define audio development" > > > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > arraybasedStochstik.rar Description: application/rar ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Blue/green box
Very nice, thank you do you mind if I use that patch for future projects? ;-) der.brandt > bra...@subnet.at wrote: >> Hi list >> >> anybody having an idea of building a bluebox in pd/gem? > > very simple, see attached patch. > > > fmdasdr > IOhannes > > you can also have a look at [pix_chroma_key] > ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] Blue/green box
Hi list anybody having an idea of building a bluebox in pd/gem? 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] imaginary numbers
Thank you very much as i am on windows, unfortunally there is no gridflow. - and i tried to make sqrt from pd, but it does not like -1. thanks again der.brandt > On Fri, 28 Aug 2009, bra...@subnet.at wrote: > >> how is it possible to calculate with imaginary numbers in PD besides the >> fft stuff. > > basically, if you know that something is an imaginary number, you can use > a real number in its place and just remember to multiply by square root of > -1 in your head. > > but if you want to combine real and imaginary numbers, then you need > complex numbers, each of which is a real and an imaginary number. > > let i be sqrt(-1)... then let's say you have two complex numbers, a+bi, > c+di, as four floats. the sum is (a+c)+(b+d)i, that is you add the real > parts together, and add the imaginary parts together. From this, you can > guess how to subtract. The product formula is (a*c-b*d)+(a*d+b*c)i, which > you can often see in Miller's FFT patches as a cluster of four [*~]. > > You can find more such formulas on Wikipedia, PlanetMath, MathWorld, or > other, but if you can't find one or have trouble getting one to work, ask > pd-list again. > > Abstractions could have been made for some of these, especially *, /, exp, > log, but I don't think any such library exists. GridFlow provides those > operations as an external if you need something fast. > > _ _ __ ___ _ _ _ ... > | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801 ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] imaginary numbers
hello how is it possible to calculate with imaginary numbers in PD besides the fft stuff. thank you in advance der.brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] frequency
hi all can anybody telle me how to get the right frequencys out of a frequency analysis at 22050 samplingrate in an array with 256 adresses 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] call for translations for new Pd GUI
Hello I´m not sure if this is off topic, but as you all talk about the gui I would like to post a wish. would it be possible to get at least the transparent numberbox back? This was really practical to compare results, if you lay one above the other. thanks in advance. der.brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] list-insert-help crashing pd
Hi list-insert-help is crashing pd. list-insert alone works windose vista Pd version 0.41.4-extended-rc3 best regards der.brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] GEM curve3d
hello unfortunatly i am just a patcher and not a programmer. so i am not able to help in that case. to have it would give a lot of possibilitys, like exporting models out of 3dsMax or blender, but still having access to the points of the model and not beeing as fixed as with the .obj model. it would be possible to change the shape. best regards der.brandt > bra...@subnet.at a écrit : >> what a pitty >> >> is that a windows issue > no, it' not windows specific. > > c > >> >> kind regards >> >> >> >>> bra...@subnet.at a écrit : Thank you how can i change that limitation? >>> write a better driver for your video card? ;-) >>> seriously, Gem is missing a curve object based on 3 point Besier curve. >>> it's on my todo list for ages, but not very high... >>> >>> cyrille >>> thanks in advanvce der.brandt > bra...@subnet.at a écrit : >> Hallo >> >> >> is there a reason for the resolution being reduced to max 8 8? >> higher >> ones >> causes the curve beeing not usable anymore. > it sound like a video driver limitation. > > > c > >> Pd version 0.41.4-extended-rc3 >> windows vista >> >> 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 > ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] GEM curve3d
what a pitty is that a windows issue kind regards > bra...@subnet.at a écrit : >> Thank you >> >> how can i change that limitation? > write a better driver for your video card? ;-) > seriously, Gem is missing a curve object based on 3 point Besier curve. > it's on my todo list for ages, but not very high... > > cyrille > >> >> thanks in advanvce >> der.brandt >>> bra...@subnet.at a écrit : Hallo is there a reason for the resolution being reduced to max 8 8? higher ones causes the curve beeing not usable anymore. >>> it sound like a video driver limitation. >>> >>> >>> c >>> Pd version 0.41.4-extended-rc3 windows vista 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] GEM curve3d
Thank you how can i change that limitation? thanks in advanvce der.brandt > bra...@subnet.at a écrit : >> Hallo >> >> >> is there a reason for the resolution being reduced to max 8 8? higher >> ones >> causes the curve beeing not usable anymore. > it sound like a video driver limitation. > > > c > >> >> Pd version 0.41.4-extended-rc3 >> windows vista >> >> 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] GEM curve3d
Hallo is there a reason for the resolution being reduced to max 8 8? higher ones causes the curve beeing not usable anymore. Pd version 0.41.4-extended-rc3 windows vista der.brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] work to watch
Hi I would like to know what you think about, please http://www.youtube.com/watch?v=cHf1qrSZMoU thanks in advance der.Brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] curly braces { } in pd ?
just for your interest Same on windose vista with 0.41.4-extended and 0.40.3-extended der.brandt > Same here on Ubuntu 9.04, Pd version 0.41.4-extended. > Sending [123( to [makefilename %c] freeze Pd. > ++ > > Jack > > > Le vendredi 10 juillet 2009 à 11:21 +0200, Lorenzo a écrit : >> > if I try to convert byte to string with [bytes2any] pd freezes... >> In fact sending 123 to a [makefilename %c] connected from a number box >> will also freeze Pd (0.41.4-extended-rc4 on Windows XP) >> >> Interestingly if 123 (or 125) appear in the number box without being >> input from the user Pd doesn't always freeze if it doesn'tbut something >> strange happens. >> See attached patch. >> >> Kind regards, >> Lorenzo >> >> >> piÚce jointe document texte brut (ascii_test.pd) >> #N canvas 433 90 450 424 10; >> #X obj 181 117 + 1; >> #X obj 148 39 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 >> 1; >> #X obj 148 146 mod 126; >> #X floatatom 147 198 5 0 0 0 - - -; >> #X obj 192 230 makefilename %c; >> #X obj 147 254 pack f s; >> #X symbolatom 215 253 10 0 0 0 - - -; >> #X obj 148 171 + 1; >> #X obj 55 88 f; >> #X obj 37 63 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 >> -1; >> #X floatatom 69 61 5 0 0 0 - - -; >> #X floatatom 199 40 5 0 0 0 - - -; >> #X obj 78 284 print code_char; >> #X text 35 42 set to; >> #X text 238 34 set to higher (e.g. 2000) \; to see what happens \; >> at 123; >> #X msg 114 88 0; >> #X obj 148 117 f 0; >> #X text 280 253 <- look here at 123 - 125; >> #X msg 199 14 500; >> #X obj 148 65 metro 500; >> #X msg 231 14 2000; >> #X msg 167 15 200; >> #X connect 0 0 16 1; >> #X connect 1 0 19 0; >> #X connect 2 0 7 0; >> #X connect 3 0 4 0; >> #X connect 3 0 5 0; >> #X connect 4 0 5 1; >> #X connect 4 0 6 0; >> #X connect 5 0 12 0; >> #X connect 7 0 3 0; >> #X connect 8 0 16 1; >> #X connect 9 0 8 0; >> #X connect 10 0 8 1; >> #X connect 11 0 19 1; >> #X connect 15 0 16 1; >> #X connect 16 0 0 0; >> #X connect 16 0 2 0; >> #X connect 18 0 11 0; >> #X connect 19 0 16 0; >> #X connect 20 0 11 0; >> #X connect 21 0 11 0; >> ___ >> 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] just to look at
...and to say thank you to all the pd comunity. its mainly Pure data and Gem in combunation with 3dsMax. hope you´ll enjoy. der.brandt http://www.youtube.com/watch?v=druier3JlOc&eurl=http%3A%2F%2Fwww.facebook.com%2Fhome.php%3F&feature=player_embedded ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] model-help crashung pd in 0.41.4 on windoze
Hi all traing out the GEM help patch for model crashing pd. Vista best regars der.brandt ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] pix_multiblob crashing
Thank you as I am mostly on windows, how can I investigate further with my tracking issue without using eyesweb which i really do not like. best regards der.brandt > yep, there was a memory-access bug in [pix_multiblob], which was fixed > some weeks ago (see closed bugs in the bugtracker). > the bug appeared e.g. ehen using higher resolution images (e.g. 640x480) > instead of the ordinary lo-res is had for testing (the bug could have > appeared anywhen though; it was just a matter of (bad) luck) > > no w32 builds yet. > > fgamsrd > 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] pix_multiblob crashing
Hello i would like to start experiments with motiontracking. It seemed a good starting point to use pix_multiblob. unfortunatly it does crash pd. I have tried it with vista and pure dyne. on both of them i did not succed. also pix_blobtracker does not open the funny thing is, if i try pix multiblob on my office machine it seems to work. am I missing somthing? Pd version 0.40.3-extended-20080721 GEM: Graphics Environment for Multimedia GEM: ver: 0.92.CVS GEM: compiled: Jan 17 2009 ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] get lines from textfile
try msgfile from zexy, if you are with pd-extended. if not this is not easy done. you need to know the amount of lines you have in your textfile. with this amount you "flush" it from the begin till the end with until (think about the untiljoke: never ever start it without a number). with select´s "your desired phrase" bang you stop the until on its right inlet. and voila, here on the right outlet of select shoul be the rest of the line. if until is too fast to stop try it with a feedbacked delay. all the best der.brandt > i'm trying to read an XML file and get certain lines, using [textfile] but > i'm stuck as i dont know what message to send it to retrieve the lines i > want > maybe there's a better object for the job? > best > p > ___ > 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] capturing pd outwindow in win
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
Re: [PD] supported formats of pix_image
Sorry for that...by reding too fast i thought you were talking about pix_film markus > bra...@subnet.at wrote: >> I am able to play mov´s and avis on w32. afair i just had to >> install >> the quicktimeplayer after gem > > please note that reading data from movie/films and reading data from > still-images is handled differently in Gem. > that is: the ability to read avi's has no relationship to the ability to > read tiffs. moreover, the ability to read jpeg-images has nothing todo > with the ability to open a quicktime with a mjpa stream. > > on some platforms it might be possible to open an image with > [pix_film]/[pix_movie] and vice-versa. > this is a side-effect of the underlying APIs and i currently do not > recommend such useage. > > fgmasdr > 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
Re: [PD] supported formats of pix_image
I am able to play mov´s and avis on w32. afair i just had to install the quicktimeplayer after gem all the best# markus > Derek Holzer wrote: >> Pd FLOSS assumes Pd Extended, so it's Quicktime on Windows and Mac. > > no > afair, only on OSX, QuickTime is used for image reading. > on w32 you have libjpeg and libtiff support. > on linux you have ImageMagick. > > the reason why quicktime is not (optionally) used on w32 is beyond my > knowledge; i guess it is just a matter of getting the preprocessor > defines right (from __APPLE__ to HAVE_QUICKTIME); most likely it is like > it is for legacy reasons. > >> Linux is more complicated, based on the libs it's compiled against. I'll >> get Hans to send the compiler flags in a sec... > > on linux we check for ImageMagick, and if this is not present libjpeg > and libtiff. > ImageMagick will open pretty much any image format. > > > fgamsdr > 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
Re: [PD] Pd seriell printers
Hi Mathieu, Hi all after all searchung the papers, reading about pins and ESC/P, i got the printer now, so i could start to test. and it could be parallel, usb or serial. I would prefer serial, but if there are better solutions? could you give me a glue how to start? i could not find out how to print lets say "hello world" from PD. is it just to send the asciis to the printer, or do i need hex? sorry for beeing so supernude ;-) thank you in advance markus > On Wed, 4 Mar 2009, bra...@subnet.at wrote: >> On 3 Mar 2009, ma...@artengine.ca wrote: >>> I know nothing about this printer in particular, but if it's a new >>> machine >>> with a RS232 port, I suspect that it's because of systems that still >>> use >>> the old Epson protocol: >> yes it is a new one. And now I will check the papers > > yes I understood that it's a new one, I just mean "for any new machines > with a RS232 port, it's probably because of systems that still use the old > Epson protocol". I say that so that you understand my reasoning. You could > use that idea to pick different hardware if you need to or if you find any > other reason why anything else would be better. > > _ _ __ ___ _ _ _ ... > | Mathieu Bouchard - tél:+1.514.383.3801, Montréal, > Québec___ > 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] Midi in with arduino
Does anybody know how to wire a midi in on to the arduino. any help appreciate markus ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Call for GSoC mentors! March 9th deadline!
The same with me. interested in coding but just very rare skills.but patching. maybe the graphical userinterface which i started for gem could be interesting.As i am in the job now, i cannot send screenshots nor patches. if there is interest I put some things together tjis weekend. markus > Hallo Derek ! > > Nice projects - I also think that we need more patcher-only projects ! > > LG > Georg > > Derek Holzer schrieb: >> Since I'm completely uninterested in touching anything C, C++, TclTk or >> otherwise related, I submitted two Pd patching projects which should be >> general enough to attract students, yet quite intensive to work on. >> Feedback welcome. >> >> http://puredata.info/dev/summer-of-code/Undead >> http://puredata.info/dev/summer-of-code/GEMVeeJay >> >> Anyone want to take up 2007's PluggoPd idea? >> >> best, >> D. >> > > > ___ > 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 seriell printers
Hello yes it is a new one. And now I will check the papers meanwhile thanks markus > On Wed, 4 Mar 2009, bra...@subnet.at wrote: > >> Hello and thank you >> [...] > > it would be better to keep the discussion on the pd-list. > > I know nothing about this printer in particular, but if it's a new machine > with a RS232 port, I suspect that it's because of systems that still use > the old Epson protocol: > >http://en.wikipedia.org/wiki/ESC/P > > See the external links for the manuals for it. This should make you able > to make your own drivers as pd patches, for whichever features of the > printer you want to use. > > _ _ __ ___ _ _ _ ... > | Mathieu Bouchard - tél:+1.514.383.3801, Montréal, Québec ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] Pd seriell printers
Hello all Does anybody Know how to control a dot matrix printer troughout the seriell port within OD? Thank you in advanve markus ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Why I don't like the new automagic
monosemous markus > Frank Barknecht wrote: >> Hi, > > i agree wholeheartedly > > fgamsdr > 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] Gem fonts with
Hi all how is it possible to get the actual with of one character in pixes during the runtime. any help appreciated Thank you in advance markus ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] Gem on linux
Hello Can anybody give me a hint why GEM does stop my machine during playing an .avi? the same file is played with pidip without any problems. Debian 2.6.16 nvidia gforce 5200 athlon 2100 thank you in advance markus ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list