Re: [PD] memento file retore crashes Pd

2010-04-07 Thread colet . patrice
is there another project as sophisticated as memento but working on all platforms? - Mail Original - De: weiss postmeis...@weiss-archiv.de À: pd-list@iem.at Envoyé: Mardi 6 Avril 2010 17h54:02 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: [PD] memento

Re: [PD] pd and multi-core processors

2010-04-07 Thread IOhannes m zmoelnig
On 2010-04-07 01:41, tim vets wrote: Hi Jon, i think it comes with the latest pd extended, at least i didn't explicitly it comes with pd-vanilla(!) =0.42 fmgasdr IOhannes smime.p7s Description: S/MIME Cryptographic Signature ___ Pd-list@iem.at

Re: [PD] pd and multi-core processors

2010-04-07 Thread Tim Blechmann
the average cpu load won't tell you a lot, since the cpu speed is usually not constant, but may be modulated (adding some latency hotspots). in general, i'd recommend to disable frequency scaling, turbo mode (for nehalem cpus) and smt, since it may confuse numbers and can increase the thread

Re: [PD] Displaying as two digits

2010-04-07 Thread Frank Barknecht
Hi, On Mon, Apr 05, 2010 at 10:23:08AM -0700, Jonathan Wilkes wrote: [makefilename %02d] or [makefilename %.2d] Nice solution. Is this behavior documented anywhere? makefilename supports the format specifiers of the printf function in C. A nicely written overview of this lot is in

Re: [PD] memento file retore crashes Pd

2010-04-07 Thread David Schaffer
I solved the problem by downgrading to an older version of Pd. It's kinda stupid but it works now. I think it's related to the pool object; it isn't part of extended anymore (why?) So I added it myself and things started to go wrong then. D.S http://www.flickr.com/photos/schafferdavid/

Re: [PD] memento file retore crashes Pd

2010-04-07 Thread Frank Barknecht
Hi, On Tue, Apr 06, 2010 at 10:54:24AM +0200, colet.patr...@free.fr wrote: long ago under windows I've removed some crash with memento by replacing [prepend] with [list prepend]-[list trim], maybe it drives to some hints... memento shouldn't be using [prepend] anymore. I replaced it with

Re: [PD] pd and multi-core processors

2010-04-07 Thread Roman Haefeli
On Wed, 2010-04-07 at 02:02 +0200, tim vets wrote: 2010/4/6 Tim Blechmann t...@klingt.org With my patch open i get these values (average): cpu1 60% cpu2 60% cpu3 11% cpu4 2% Then, when I open a pd~ patch: cpu1 80% cpu2 80% cpu3 40% cpu4 3%

Re: [PD] pd and multi-core processors

2010-04-07 Thread Tim Blechmann
thanks for the tip. I have no idea how to do that though. I admit not having searched for very long (it's late), but i couldn't find an easy peasy how-to disable frequency scaling, on ubuntu usually: $ sudo cpufreq-selector -g performance I guess this is the same as overriding the sysctl

Re: [PD] memento file retore crashes Pd

2010-04-07 Thread András Murányi
On Wed, Apr 7, 2010 at 8:26 AM, colet.patr...@free.fr wrote: is there another project as sophisticated as memento but working on all platforms? There is SSSAD and some more nifty abstractions built upon it. Dunno if it offers all you need. Andras

Re: [PD] Displaying as two digits

2010-04-07 Thread Martin Peach
Frank Barknecht wrote: Internally Pd uses the g type a lot to format numbers. ..which is why Pd's floats often have less precision than float: A full-precision float is printed with the 'g' specifier when a patch is saved, then read back in with the reduced precision, so something like

Re: [PD] Displaying as two digits

2010-04-07 Thread Roman Haefeli
On Wed, 2010-04-07 at 08:59 -0400, Martin Peach wrote: Frank Barknecht wrote: Internally Pd uses the g type a lot to format numbers. ..which is why Pd's floats often have less precision than float: A full-precision float is printed with the 'g' specifier when a patch is saved, then read

Re: [PD] Pd vs GUI (Was Re: pd and multi-core processors)

2010-04-07 Thread Matteo Sisti Sette
I'd just like to add that the same happens to MIDI with DSP off on a rather strong machine (Opteron 148 @ 2200). In which sense the same happens? Do you mean that sending a MIDI message takes more CPU time than it should? -- Matteo Sisti Sette matteosistise...@gmail.com

Re: [PD] Pd vs GUI (Was Re: pd and multi-core processors)

2010-04-07 Thread András Murányi
On Wed, Apr 7, 2010 at 4:26 PM, Matteo Sisti Sette matteosistise...@gmail.com wrote: I'd just like to add that the same happens to MIDI with DSP off on a rather strong machine (Opteron 148 @ 2200). In which sense the same happens? Do you mean that sending a MIDI message takes more CPU

Re: [PD] Pd vs GUI (Was Re: pd and multi-core processors)

2010-04-07 Thread Husk 00
2010/4/7 András Murányi muran...@gmail.com: Sorry i meant that giving too much job (in zero logical time) to the GUI has an impact on MIDI timing. Andras Hi, What I noticed in a few project where I was using a heavy GUI and a midi controller was a big delay in the midi signal

Re: [PD] Pd vs GUI (Was Re: pd and multi-core processors)

2010-04-07 Thread Matteo Sisti Sette
András Murányi escribió: On Wed, Apr 7, 2010 at 4:26 PM, Matteo Sisti Sette matteosistise...@gmail.com mailto:matteosistise...@gmail.com wrote: I'd just like to add that the same happens to MIDI with DSP off on a rather strong machine (Opteron 148 @ 2200). In which sense

[PD] Reading i2c in pd

2010-04-07 Thread Marco Donnarumma
Hi folks, how can i read I2C data from Arduino digital pins into Pduino? I couldn't find hints on the list. It looks like it is still not implemented? Or am I missing something? I'm trying to use an accelerometer Memsic2125, which outputs x-axis and y-axis acceleration data to Arduino digital

Re: [PD] Reading i2c in pd

2010-04-07 Thread Hans-Christoph Steiner
I haven't implemented any of the I2C stuff myself, but I don't think it would be hard. I'd be happy to help where I can. I have never used I2C so I cant do it. .hc On Apr 7, 2010, at 4:00 PM, Marco Donnarumma wrote: Hi folks, how can i read I2C data from Arduino digital pins into

[PD] help patch for [scrolllist]?

2010-04-07 Thread Hans-Christoph Steiner
Anyone have a help patch for scrolllist from 'unauthorized'? There isn't one in SVN. .hc I have the audacity to believe that peoples everywhere can have three meals a day for their bodies, education and culture

Re: [PD] Reading i2c in pd

2010-04-07 Thread Marco Donnarumma
Ok, I would be glad to help too, although my competences in the topic are quiet scarce. What can i do for you, Hans? M On Wed, Apr 7, 2010 at 9:40 PM, Hans-Christoph Steiner h...@at.or.atwrote: I haven't implemented any of the I2C stuff myself, but I don't think it would be hard. I'd be

Re: [PD] Spectral Shiffting

2010-04-07 Thread Alexandre Porres
By the way, while toying around with ssb modulation and Amplitude Modulation, it occured to me that if you feed both modulation a positive amount, the fundamental keeps the same, and you have a distorted spectrum :) that's cheap and easy!!! :) 2010/4/5 Alexandre Porres por...@gmail.com I