Re: [PD] Resonant filter using cpole~ czero~

2012-02-25 Thread Frank Barknecht
On Fri, Feb 24, 2012 at 12:46:13PM -0500, Mathieu Bouchard wrote: Le 2012-02-24 à 09:07:00, Frank Barknecht a écrit : I made it half signal-rate: The object accepts signal parameters, but these are just linearly interpolated internally, i.e. they don't move correctly on a circle. If you

Re: [PD] sigmund list sort

2012-02-25 Thread Frank Barknecht
On Fri, Feb 24, 2012 at 10:40:52AM -0800, Jonathan Wilkes wrote: - Original Message - From: Mathieu Bouchard ma...@artengine.ca To: Miller Puckette m...@ucsd.edu Cc: pd-list@iem.at Sent: Friday, February 24, 2012 1:16 PM Subject: Re: [PD] sigmund list sort Le 2012-02-24 à

Re: [PD] sigmund list sort

2012-02-25 Thread Frank Barknecht
Hi, On Fri, Feb 24, 2012 at 01:26:54PM -0500, Mathieu Bouchard wrote: I have Pd-extended 42.5 that contains Michał Seta's sort, which used to be cubic (O(n³)) and with even lower sorting limits, until I made you replace the O(n²) [list-drip] that used O(n) stack, by one that runs in O(n)

Re: [PD] sigmund list sort

2012-02-25 Thread Frank Barknecht
On Sat, Feb 25, 2012 at 09:38:20AM +0100, Frank Barknecht wrote: Hi, On Fri, Feb 24, 2012 at 01:26:54PM -0500, Mathieu Bouchard wrote: I have Pd-extended 42.5 that contains Michał Seta's sort, which used to be cubic (O(n³)) and with even lower sorting limits, until I made you replace

Re: [PD] C++ for reusable dsp lib - or better use C?

2012-02-25 Thread Andy Farnell
On Sat, Feb 25, 2012 at 01:58:14AM +0100, katja wrote: In my (not so huge) coding experience, I've always noticed that code typing is the least time consuming aspect of a dsp project. To figure out a good concept takes longer. Testing and bug fixing takes longer. Optimization takes longer.

[PD] MIDI input problems in PD

2012-02-25 Thread Villa Anna
Dear list, I have problems with Midi input in PD. I use Windows 7 and make use of a Motu 828MKII soundcard. I receive MIDI via a polytouchin object (make use of FSRs and a coridium armmite to translate pressure on the FSRs to Midi messages). All goes fine in the beginning, but sometimes after a

[PD] (no subject)

2012-02-25 Thread Ingo
I had the same problem with Windows XP. Even with the regular MIDI In objects like [notein] or [ctlin], etc. I gave up and switched to Linux. Ingo Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Villa Anna Gesendet:

Re: [PD] MIDI input problems in PD

2012-02-25 Thread raphael . isdant
Hi Laura, A workaround should be reinitializing the midi setup every minute or so. Try the [get-midi-dialog] object (included in pd-extended0.42.5 from the hcs library), bang it to get the working midi settings into a message (see the help of [get-midi-dialog]). Then send this message back to

Re: [PD] pix_openni crash Pd

2012-02-25 Thread Matthias Kronlachner
Am 24.02.12 20:15, schrieb Jack: Le 24/02/2012 18:41, Mathieu Bouchard a écrit : Le 2012-02-24 à 18:10:00, Jack a écrit : Here the output with valgrind when i create the gemwin : Are there any « Invalid write » messages before getting there ? Also note that GEM 93 and GEM 92 are quite

Re: [PD] 5.1 sound from quicktime video files

2012-02-25 Thread Hans-Christoph Steiner
Split out the sound from the videos as soundfiles, and play them directly with readsf~ or load them into arrays and play them from there. .hc On Feb 25, 2012, at 1:11 AM, altern wrote: hi quick question a bit on a hurry ... is there any way to get control over sound from three

Re: [PD] GEM question [OT]

2012-02-25 Thread Cyrille Henry
Le 25/02/2012 01:54, Pagano, Patrick a écrit : I assume a cube with height width and depth params then : scaleXYZ | cube should be equivalent. (use separator if you want to chain this objects.) cheers Cyrille On 2/24/12 7:31 PM, Cyrille Henryc...@chnry.net wrote: certainly. cheers

Re: [PD] pix_openni crash Pd

2012-02-25 Thread Matthias Kronlachner
Am 25.02.12 16:08, schrieb Jack: Le 25/02/2012 14:39, Matthias Kronlachner a écrit : Am 24.02.12 20:15, schrieb Jack: Le 24/02/2012 18:41, Mathieu Bouchard a écrit : Le 2012-02-24 à 18:10:00, Jack a écrit : Here the output with valgrind when i create the gemwin : Are there any « Invalid

Re: [PD] choosing your language at launch WAS: Japanese Pure Data book is out now.

2012-02-25 Thread András Murányi
On Fri, Feb 24, 2012 at 22:56, Hans-Christoph Steiner h...@at.or.at wrote: I was updating pd-extended.git, so I threw in the new Japanese translation :-). I'll be sure to update it one last time before the final release, so you can test it in a real build. I'm all for choice with the

Re: [PD] OT - C++ for reusable dsp lib - or better use C?

2012-02-25 Thread patrick
In my (not so huge) coding experience, I've always noticed that code typing is the least time consuming aspect of a dsp project. To figure out a good concept takes longer. Testing and bug fixing takes longer. Optimization takes longer. I've once written an optimized FFT lib (in C). It took me a

Re: [PD] choosing your language at launch WAS: Japanese Pure Data book is out now.

2012-02-25 Thread Jonathan Wilkes
How do other programs like Ardour handle translations?   -Jonathan From: András Murányi muran...@gmail.com To: pd-list@iem.at Sent: Saturday, February 25, 2012 11:59 AM Subject: Re: [PD] choosing your language at launch WAS: Japanese Pure Data book is out now.

Re: [PD] bonk~

2012-02-25 Thread Max
Shall i remove the reference to the paper mentioned in the bonk~ helpfile or does it still exist somewhere? m. Am 15.02.2012 um 05:59 schrieb Miller Puckette: .. one small comment - the 'minvel' message might not be functioning in recent versions - I have to check this. cheers Miller

Re: [PD] bonk~

2012-02-25 Thread Miller Puckette
It's on http://crca.ucsd.edu/~msp/Publications/icmc98.ps .. the exact URL doesn't appear on the Pd vanilla help file for bonk~, which just points to my home page. cheers Miller On Mon, Feb 20, 2012 at 04:26:16PM +0100, Max wrote: Shall i remove the reference to the paper mentioned in the bonk~

Re: [PD] OT - C++ for reusable dsp lib - or better use C?

2012-02-25 Thread Mathieu Bouchard
Le 2012-02-25 à 12:32:00, patrick a écrit : I wish I could code an external like he's coding: http://vimeo.com/36579366 you're not mentioning which part of this extremely long video you are referring to, and this player does not allow skip-ahead, which means I can't fast-forward faster than

Re: [PD] sigmund list sort

2012-02-25 Thread Mathieu Bouchard
Le 2012-02-25 à 09:34:00, Frank Barknecht a écrit : Yes, exactly. I often use data structures, well, as data structures and almost never use them for scores in a UPIC sense. What's UPIC ? __ | Mathieu BOUCHARD -

Re: [PD] sigmund list sort

2012-02-25 Thread Mathieu Bouchard
Le 2012-02-25 à 09:45:00, Frank Barknecht a écrit : On Sat, Feb 25, 2012 at 09:38:20AM +0100, Frank Barknecht wrote: On Fri, Feb 24, 2012 at 01:26:54PM -0500, Mathieu Bouchard wrote: I don't know any more recent version of list-abs. To me the home of [list]-abs is the CVS repository, Oops,

Re: [PD] GEM question [OT]

2012-02-25 Thread Roman Haefeli
On Sat, 2012-02-25 at 16:18 +0100, Cyrille Henry wrote: Le 25/02/2012 01:54, Pagano, Patrick a écrit : I assume a cube with height width and depth params then : scaleXYZ | cube should be equivalent. (use separator if you want to chain this objects.) There is even [cuboid]. Roman

Re: [PD] C++ for reusable dsp lib - or better use C?

2012-02-25 Thread Mathieu Bouchard
Le 2012-02-22 à 15:30:00, katja a écrit : Pd classes can be done in C very well, if procedures are not too complicated and not meant to be used in other contexts. In my practice, C is not high-level enough. So, for coding my own C++ externals, I use C++ together with a custom preprocessor

Re: [PD] C++ for reusable dsp lib - or better use C?

2012-02-25 Thread Mathieu Bouchard
Le 2012-02-25 à 01:58:00, katja a écrit : I'll do it the hard way, plain C. I've rewritten one of my own C++ library classes into C by way of exercise and comparison. It does exactly the same thing at the same speed, with not so sweet-looking code. This doesn't cover all the C/C++

Re: [PD] OT - C++ for reusable dsp lib - or better use C?

2012-02-25 Thread Phil Stone
On 2/25/12 11:43 AM, Mathieu Bouchard wrote: Le 2012-02-25 à 12:32:00, patrick a écrit : I wish I could code an external like he's coding: http://vimeo.com/36579366 you're not mentioning which part of this extremely long video you are referring to, and this player does not allow skip-ahead,

Re: [PD] OT - C++ for reusable dsp lib - or better use C?

2012-02-25 Thread Mathieu Bouchard
Le 2012-02-25 à 13:14:00, Phil Stone a écrit : It's well worth watching, all the way through. It was a eureka moment for me -- I now see the potential of live-coding. Ah ok, you mean that you didn't see the potential of live-coding by using PureData ? But PureData isn't just about the

Re: [PD] 5.1 sound from quicktime video files

2012-02-25 Thread enrike
thanks hans! I was trying to avoid doing that but I guess it might be in the end the most straight forward solution lr., 2012.eko otsren 25a 15:43(e)an, Hans-Christoph Steiner(e)k idatzi zuen: Split out the sound from the videos as soundfiles, and play them directly with readsf~ or load them

Re: [PD] OT - C++ for reusable dsp lib - or better use C?

2012-02-25 Thread Phil Stone
On 2/25/12 1:20 PM, Mathieu Bouchard wrote: Le 2012-02-25 à 13:14:00, Phil Stone a écrit : It's well worth watching, all the way through. It was a eureka moment for me -- I now see the potential of live-coding. Ah ok, you mean that you didn't see the potential of live-coding by using

Re: [PD] C++ for reusable dsp lib - or better use C?

2012-02-25 Thread katja
On Sat, Feb 25, 2012 at 8:59 PM, Mathieu Bouchard ma...@artengine.ca wrote: A collection of useful routines which may be used individually, or combined as integrated analysis-engine, in the context of a framework like Pd, MaxMsp, SuperCollider. Can you be more specific about what this will

Re: [PD] OT - C++ for reusable dsp lib - or better use C?

2012-02-25 Thread Hans-Christoph Steiner
On Feb 25, 2012, at 4:14 PM, Phil Stone wrote: On 2/25/12 11:43 AM, Mathieu Bouchard wrote: Le 2012-02-25 à 12:32:00, patrick a écrit : I wish I could code an external like he's coding: http://vimeo.com/36579366 you're not mentioning which part of this extremely long video you are

Re: [PD] MIDI input problems in PD

2012-02-25 Thread Miller Puckette
I haven't seen this problem, but I have to admit I don't think I ever ran MIDI into a Windows machine for more than 2 hours at a time (back when I acually used MIDI Windows itself wasn't stable enough to run for that long at a time :) It's hard to know whether this is the MOTU driver misbehaving

Re: [PD] OT - C++ for reusable dsp lib - or better use C?

2012-02-25 Thread Phil Stone
On 2/25/12 2:49 PM, Hans-Christoph Steiner wrote: On Feb 25, 2012, at 4:14 PM, Phil Stone wrote: On 2/25/12 11:43 AM, Mathieu Bouchard wrote: Le 2012-02-25 à 12:32:00, patrick a écrit : I wish I could code an external like he's coding: http://vimeo.com/36579366 you're not mentioning

Re: [PD] OT - C++ for reusable dsp lib - or better use C?

2012-02-25 Thread Hans-Christoph Steiner
On Feb 25, 2012, at 6:05 PM, Phil Stone wrote: On 2/25/12 2:49 PM, Hans-Christoph Steiner wrote: On Feb 25, 2012, at 4:14 PM, Phil Stone wrote: On 2/25/12 11:43 AM, Mathieu Bouchard wrote: Le 2012-02-25 à 12:32:00, patrick a écrit : I wish I could code an external like he's

Re: [PD] MIDI input problems in PD

2012-02-25 Thread Ingo
I had the same problem with Windows XP and a RME Hammerfall DSP card using only the normal [notein], [ctlin], [toutchin] and [pgmin] for a sampling synth. I don't think it's the midi interface. RME has some of the best drivers - very stable. Sometimes after a certain amount of time it started