Re: [PD] freq-shifter

2010-01-28 Thread maex
thank you malte and william. i ll read the papers, the delayline i knew, but i dindt got it working right well (the output sound was lower but sounded crap) in pd, made some mistakes i guess. i am curious about the patch from william. this list is wonderfull! allzbest. m On Thu, Jan 28, 2010 a

Re: [PD] 'synced' number and slider

2010-01-28 Thread Simon Wise
IOhannes m zmoelnig wrote: Jonathan Wilkes wrote: In other words, whether you send a value through an inlet to one of the linked iemguis, or use [send] to send a value to all the linked iemguis, it should set the value on all linked iemguis. so how do you control a single iemgui then? (withou

Re: [PD] GOP and [grid] and [gcanvas]

2010-01-28 Thread Hans-Christoph Steiner
try using a nightly build of 0.42.5: http://autobuild.puredata.info/auto-build/latest/ .hc On Jan 27, 2010, at 3:32 PM, mami music wrote: 2010/1/27 ydego...@gmail.com ola, i think it's one of the bugs in GOP that we discussed before on this list ( search the archive ), Been following it

Re: [PD] routing pix_multiimage images to different geos

2010-01-28 Thread Claude Heiland-Allen
James Dunn wrote: Hi all, I have 12 images that I am trying to scroll sequentially up the screen and have tried using multiple gemheads (quite slow, even when turning them on and off as they enter/leave the screen) and also tried using 2 rectangles which follow each other (i.e. when the first

[PD] routing pix_multiimage images to different geos

2010-01-28 Thread James Dunn
Hi all, I have 12 images that I am trying to scroll sequentially up the screen and have tried using multiple gemheads (quite slow, even when turning them on and off as they enter/leave the screen) and also tried using 2 rectangles which follow each other (i.e. when the first one is off the to

Re: [PD] acquiring information about wav files

2010-01-28 Thread Roman Haefeli
On Thu, 2010-01-28 at 22:59 +, Andrew Faraday wrote: > I'm not sure about the number of channels, however there is a slightly > round-about way to get the number of samples from a file. > > > Write to an array using [soundfiler] with the -resize flag. Then use > [arraysize] to find the size

Re: [PD] acquiring information about wav files

2010-01-28 Thread Roman Haefeli
On Thu, 2010-01-28 at 23:57 +0100, João Pais wrote: > there's [soundfile_info) as well, iemlib Hi João You saved my day this time! Thanks Roman ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listin

Re: [PD] acquiring information about wav files

2010-01-28 Thread Jack
I use with the [shell] (to get tags under Ubuntu) : totem-video-indexer audio_file_path For example : $ totem-video-indexer '/home/jack/Musique/[1999] SYR4 - Goodbye 20th century disc 1/Disc 1/1-01 - edges.mp3' TOTEM_INFO_TITLE=Edges TOTEM_INFO_ARTIST=Sonic Youth TOTEM_INFO_YEAR=1999 TOTEM_INFO_AL

Re: [PD] Chi-Square Calculator

2010-01-28 Thread Cosmin S
Hello, Ok here is my Chi-squre calculator. Here in pseudo-rng version (0 to 255) Do you know any objects that could help to optimize this patch? I don't figure out why "print 1" is desynchronised. Doesn't matter at the end because the chi-square value is output each 100 draws. Best,

Re: [PD] acquiring information about wav files

2010-01-28 Thread Andrew Faraday
I'm not sure about the number of channels, however there is a slightly round-about way to get the number of samples from a file. Write to an array using [soundfiler] with the -resize flag. Then use [arraysize] to find the size of the array. Et voila, the number of samples in your file. Hope t

Re: [PD] acquiring information about wav files

2010-01-28 Thread João Pais
there's [soundfile_info) as well, iemlib Hi all I am looking for a way to get information about WAV files in Pd, specifically the number of channels and the number of frames. I know [wavinfo], but it does not seem to work on windows ("error: could not read WAV-header" with any file I could find

[PD] acquiring information about wav files

2010-01-28 Thread Roman Haefeli
Hi all I am looking for a way to get information about WAV files in Pd, specifically the number of channels and the number of frames. I know [wavinfo], but it does not seem to work on windows ("error: could not read WAV-header" with any file I could find) and on linux it seems to read only a subse

Re: [PD] [PD-announce] first alpha hidio 0.1 release

2010-01-28 Thread Hans-Christoph Steiner
On Jan 28, 2010, at 4:11 PM, Frank Barknecht wrote: Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: On Jan 28, 2010, at 10:16 AM, Frank Barknecht wrote: Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: It would be extremely helpful to get information

Re: [PD] [PD-announce] first alpha hidio 0.1 release

2010-01-28 Thread Frank Barknecht
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: > > On Jan 28, 2010, at 10:16 AM, Frank Barknecht wrote: > >> Hallo, >> Frank Barknecht hat gesagt: // Frank Barknecht wrote: >> >>> It would be extremely helpful to get information about the available >>> devices as >>> P

Re: [PD] freq-shifter

2010-01-28 Thread Malte Steiner
A nice ressource is this page about modular synthesis. Its made for Nord Modular 1 but adaptable for other systems: http://www.cim.mcgill.ca/~clark/nordmodularbook/nm_book_toc.html Freqshifting is descriped here: http://www.cim.mcgill.ca/~clark/nordmodularbook/nm_spectrum_shift.html#frequency_s

Re: [PD] freq-shifter

2010-01-28 Thread William Brent
I knew it was in the audio examples somewhere: H09.ssb.modulation.pd On Thu, Jan 28, 2010 at 9:48 AM, William Brent wrote: > Jaime Oliver gave me this frequency shifter abstraction yesterday for > something we're working on.  Signal goes in the left inlet, and the > amount of shift in Hz goes

Re: [PD] freq-shifter

2010-01-28 Thread William Brent
Jaime Oliver gave me this frequency shifter abstraction yesterday for something we're working on. Signal goes in the left inlet, and the amount of shift in Hz goes in the right. It's funny too, because I thought this was in vanilla's help documentation, but I didn't find it. It should also be in

Re: [PD] 'synced' number and slider

2010-01-28 Thread IOhannes m zmoelnig
Jonathan Wilkes wrote: >> >> they don't. >> there is no simple way to distinguish between "received" >> messages and >> those that come in through an "inlet". (there are ways, >> involving proxy >> objects; but this opens up another can of worms) > > They do currently cause different behavior (see

[PD] 0.43.0-devel-20100126 small report

2010-01-28 Thread João Pais
Hi, I'm not Pding to much these days, so I can only leave some small details here: - no more crash when I load my startup patch, great - gop works now. maybe one small detail, but not so important: when you go to a gop subpatch and ask for help, instead of opening the subpatch when no helpfile i

Re: [PD] 'synced' number and slider

2010-01-28 Thread IOhannes m zmoelnig
Jonathan Wilkes wrote: > > In other words, whether you send a value through an inlet to > one of the linked iemguis, or use [send] to send a value to all the > linked iemguis, it should set the value on all linked iemguis. so how do you control a single iemgui then? (without side-effects to the

Re: [PD] 'synced' number and slider

2010-01-28 Thread Jonathan Wilkes
--- On Thu, 1/28/10, IOhannes m zmoelnig wrote: > From: IOhannes m zmoelnig > Subject: Re: [PD] 'synced' number and slider > To: "Jonathan Wilkes" > Cc: pd-list@iem.at > Date: Thursday, January 28, 2010, 9:54 AM > Jonathan Wilkes wrote: > > > > --- On Tue, 1/19/10, IOhannes m zmoelnig > wro

[PD] freq-shifter

2010-01-28 Thread maex
hello. is there anywhere a -how to- available, about a frequ shifter in pd? i didnt find anything, it would be nice to know. thanks. best m ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-l

Re: [PD] first alpha hidio 0.1 release

2010-01-28 Thread Hans-Christoph Steiner
Oops, forgot to include the docs. Re-download the tarball, there is now help patches, example patches, and an improved README. Also, just to note, there are large contributions from Olaf Matthes and David Merrill in hidio. We shared the pain. .hc On Jan 28, 2010, at 10:32 AM, Ingo Sche

[PD] [PD-announce] Solitude at "Xenakis Past, Present, and Future", Brooklyn, NY

2010-01-28 Thread Hans-Christoph Steiner
As part of the Xenakis Past, Present, and Future festival in New York, I'll be talking about my piece Solitude, which is somehow inspired by Xenakis' Mycenae Alpha and the UPIC system. The conference part starts today and goes thru Saturday. I'll be speaking Saturday at 3:30pm http://

Re: [PD] [PD-announce] first alpha hidio 0.1 release

2010-01-28 Thread Hans-Christoph Steiner
On Jan 28, 2010, at 10:16 AM, Frank Barknecht wrote: Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: It would be extremely helpful to get information about the available devices as Pd messages. Hah, seems Ingo Scherzinger has the same wish. :) Like with [comport], send [hid

Re: [PD] object that receives "print to console" messages

2010-01-28 Thread Hans-Christoph Steiner
Doh, try this: http://at.or.at/hans/pd/objects.html#hidio .hc On Jan 28, 2010, at 3:58 AM, Ingo Scherzinger wrote: Thank you, Hans! unfortunately the link to the [hidio] object is not working (localhost?). That stuff is supported in the [hidio] object that hasn't been officially r

Re: [PD] first alpha hidio 0.1 release

2010-01-28 Thread Ingo Scherzinger
I downloaded hidio and got it working. Is there any documentation? Ingo > Finally, I am making a hidio 0.1 release, after many years in the > works. USB HID programming has great promise, but its also massively > painful. As I recently read on a developer forum, if you are feeling >

Re: [PD] [PD-announce] first alpha hidio 0.1 release

2010-01-28 Thread Frank Barknecht
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: > It would be extremely helpful to get information about the available devices > as > Pd messages. Hah, seems Ingo Scherzinger has the same wish. :) Ciao -- Frank ___ Pd-list@iem.at mailin

Re: [PD] tabosc4~ and table byte reallocation

2010-01-28 Thread Frank Barknecht
Hallo, mami music hat gesagt: // mami music wrote: > Have seen that approach all the way through PD examples. > > But still, i am trying to find more windowing option besides a raised [cos~] > window. Iguess there are specific windows fos specific cases... maby some > reading references about it.

Re: [PD] [PD-announce] first alpha hidio 0.1 release

2010-01-28 Thread Frank Barknecht
Hallo, Pagano, Patrick hat gesagt: // Pagano, Patrick wrote: > As usualu thanks for ALL your hard work and pain > is there a help file for it? There is one hidden in SVN: http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/externals/io/hidio/ but I think, it's not completely updated yet

Re: [PD] A "multiple problem" with video playing

2010-01-28 Thread Simon Wise
IOhannes m zmoelnig wrote: tep wrote: Thanks Iohannes So, i can conclude that the slaves local frame clocks are taken from the "local" gemhead objects, as explained in Matteo's answer ? Is it more reliable/light than using a metro on each computer (which would allow me to change the playback sp

Re: [PD] A "multiple problem" with video playing

2010-01-28 Thread IOhannes m zmoelnig
tep wrote: > Thanks Iohannes > > So, i can conclude that the slaves local frame clocks are taken from the > "local" gemhead objects, as explained in Matteo's answer ? Is it more > reliable/light than using a metro on each computer (which would allow me to > change the playback speed) ??? well cha

Re: [PD] object that receives "print to console" messages

2010-01-28 Thread Ingo Scherzinger
I'm gonna give it a try. Thank you! > i would suggest you to use udev rules, it is quite easy. > > for example here is a line i used for arduino to appear as > /dev/arduino_SERIALNO: > > KERNEL=="ttyUSB*", SUBSYSTEMS=="usb", ATTRS{product}=="FT232R USB > UART", > ATTRS{idProduct}=="6001", ATTRS{

Re: [PD] Pd-list Digest, Vol 58, Issue 125

2010-01-28 Thread Simon Wise
tep wrote: Thanks for your answers. Matteo : i'm afraid it's the playback which is unsatisfying by itself . i' ll have to "upgrade" to better computers. Thanks also for pointing out this synchro matter, which will be necessary anyway because the videos can last as long as 15 mn.. It should be

Re: [PD] A "multiple problem" with video playing

2010-01-28 Thread tep
Thanks Iohannes So, i can conclude that the slaves local frame clocks are taken from the "local" gemhead objects, as explained in Matteo's answer ? Is it more reliable/light than using a metro on each computer (which would allow me to change the playback speed) ??? Also, for the codecs, no, i don

Re: [PD] Pd-list Digest, Vol 58, Issue 125

2010-01-28 Thread tep
Thanks for your answers. Matteo : i'm afraid it's the playback which is unsatisfying by itself . i' ll have to "upgrade" to better computers. Thanks also for pointing out this synchro matter, which will be necessary anyway because the videos can last as long as 15 mn.. It should be fine, hopefu

Re: [PD] A "multiple problem" with video playing (was Re: Pd-list Digest, Vol 58, Issue 125)

2010-01-28 Thread IOhannes m zmoelnig
changed the subject back to the original mail... Marco Donnarumma wrote: > Yep, I can confirm the same. I worked with three macs connected via LAN and > a simple sync via a master works very well. this will usually give you quite a lot of jitter, since the "now" in Pd drifts in the audio-buffer (

[PD] [PD-announce] Pure Data Workshop+Book Sprint, Berlin

2010-01-28 Thread Derek Holzer
Pure Data Workshop + FLOSS Manuals Book Sprint Tusday 23 - Friday 26 February 2010, 17.00-22.00 [GMT +1] NK Elsenstr. 52 2HH 2 Etage 12059 Berlin, Germany Contact Derek Holzer for building access: +49 176 2812 5845 / de...@umatic.nl Or contribute online! http://en.flossmanuals.net/puredata irc.f

Re: [PD] [PD-announce] first alpha hidio 0.1 release

2010-01-28 Thread Pagano, Patrick
Hello Hans As usualu thanks for ALL your hard work and pain is there a help file for it? pp From: pd-list-boun...@iem.at [pd-list-boun...@iem.at] On Behalf Of Hans-Christoph Steiner [h...@at.or.at] Sent: Thursday, January 28, 2010 12:24 AM To: pd-annou...

Re: [PD] Pd-list Digest, Vol 58, Issue 125

2010-01-28 Thread Marco Donnarumma
Yep, I can confirm the same. I worked with three macs connected via LAN and a simple sync via a master works very well. Also, maybe someone could disagree, but in my experience not-compressed movies (even full DV) are lighter for the machine. M I have synced several computers on a LAN successful

[PD] hid osx 10_6 / channel mapping

2010-01-28 Thread ub
hey there, i'm currently working with usb sensor box, that i read in PD using the [hid] object. it worked totally cool with four sensor channels, but when i added another 4, the 8th channel didn't show up. this seems to be the case, because the 8th channel gets mapped to abs_ry, while the 5t

Re: [PD] A "multiple problem" with video playing

2010-01-28 Thread Simon Wise
Matteo Sisti Sette wrote: tep wrote: > I'm using a few computers to play some synced videos, but i can't get > satisfying results using pix_movie. What is that is unsatisfying? Is the playback on each computer unsatisfying by itself (in which case I cannot be of help, whatever unsatisfying

Re: [PD] 'synced' number and slider

2010-01-28 Thread IOhannes m zmoelnig
Jonathan Wilkes wrote: > > --- On Tue, 1/19/10, IOhannes m zmoelnig wrote: > > > The rule is a little more complicated: > if (and only if) an iemgui object has the same send/receive name, then: > a) it will not pass any messages it gets via its inlet to the outlet and > b) it will not set value