Re: [PD] alsa and jack on ARM/Wandbaord

2013-09-22 Thread IOhannes m zmölnig
On 09/22/13 21:00, Chris Clepper wrote: > I've got a Wandboard* here for some testing and I can't get Alsa to work in > duplex. Testing with arecord produces a soundfile and aplay plays it back. > But starting Pd with Alsa or jack gives the dreaded errors about the > resource being in use. i d

[PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-22 Thread Alexandre Torres Porres
Hi there. So, I've been studying a lot about filters, and I'm doing this clone of max's z-plane in Pd. I hope anyone can help me guide where to find how to convert the values of the complex poles and zeros to biquad coefficients. I really needed that... Sorry if I missed it in Miller's book or so

Re: [PD] prevent opening of patches

2013-09-22 Thread Ivica Ico Bukvic
FWIW, the latest pd-l2ork release has a "-unique" flag (disabled by default) so whenever you open a new file by double-clicking inside a file browser, it will open it inside an existing instance (if any) or spawn a new instance (if none). Spawning instances with -unique flag will force creation of

Re: [PD] Gridflow and fonts on Raspberry Pi

2013-09-22 Thread Patrice Colet
I've collected some tricks since I'm using sys_gui, attached are the ones you might need to build and communicate with your interface through pd, if sys_gui is ok on raspberry, all the tcl and tk code is fully documented online... Tested on Pd 0.45.0 Colet Patrice - Mail original - >

Re: [PD] alsa and jack on ARM/Wandbaord

2013-09-22 Thread Chris Clepper
Hi Katja This is a pretty basic device with just hw0:0 for capture and playback, but I will double check the mixer settings. Someone from Freescale has been in touch and it looks like either a driver issue (fixable) or errata on the board (not fixable). I might try a USB audio device. Anyone kn

Re: [PD] alsa and jack on ARM/Wandbaord

2013-09-22 Thread katja
Hello Chris, It may be unrelated but with Debian Squeeze on particular Intel laptops (Panasonic CF-74 and CF-19) I've always experienced that same problem: recording works, playback works, but no duplex sound from Pd or Jack out of the box. In these cases it was a matter of unchecking as many unus

Re: [PD] Gridflow and fonts on Raspberry Pi

2013-09-22 Thread Colet Patrice
Hello jack, I don't know about raspberry, but it seems tcltk is used for te GUI, so what about using [sys_gui] for generating the interface? a toplevel -fullscreen should be able to do what you are looking for, it's also possible to create fonts Le 22/09/2013 19:10, Jack a écrit : Hello,

[PD] alsa and jack on ARM/Wandbaord

2013-09-22 Thread Chris Clepper
I've got a Wandboard* here for some testing and I can't get Alsa to work in duplex. Testing with arecord produces a soundfile and aplay plays it back. But starting Pd with Alsa or jack gives the dreaded errors about the resource being in use. Pd's performance with just playback is pretty good -

[PD] Fwd: pd-extended crash

2013-09-22 Thread Olivier Baudry
Dear all I encouter crash on last pd extended on Mac Os Lion Process: pd [794] Path: /Applications/Pd-extended.app/Contents/Resources/Scripts/../bin/pd Identifier: pd Version: ??? (???) Code Type: X86 (Native) Parent Process: Pd-extended [789] Date/Time

[PD] PLEASE HELP WITH EQ BUILDING

2013-09-22 Thread Luca Mani
Hello does anybody knows how to build a 3 bands eq with the following adjustable parameters: FREQUENCY, GAIN +- and Q? Or has a couple of examples to show me please ?  Thanks  ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http:/

[PD] Gridflow and fonts on Raspberry Pi

2013-09-22 Thread Jack
Hello, I found gridflow for Raspberry Pi here : http://artengine.ca/acastonguay/gridflow/ And see a message from Claude here about Gridflow font : http://lists.puredata.info/pipermail/pd-list/2006-01/034431.html My questions : I would like to use Raspberry Pi and Pd to render text on a screen. I

Re: [PD] prevent opening of patches

2013-09-22 Thread Ed Kelly
>That's useful, but up until recently you had to create a second instance of Pd >from the command line anyway, since OSX would show you the instance you >already had if you tried to open it from the operating system. >> >>Or...have I missed the point? My friend and collaborator always needs two

Re: [PD] prevent opening of patches

2013-09-22 Thread Marco Donnarumma
> > That's useful, but up until recently you had to create a second instance > of Pd from the command line anyway, since OSX would show you the instance > you already had if you tried to open it from the operating system. > > Or...have I missed the point? My friend and collaborator always needs two

Re: [PD] PLEASE HELP ME (CLICKS AND POPS FROM KNOBS)

2013-09-22 Thread Alexandros Drymonitis
The frequency inlets of [lop~] and [hip~] don't take signals, that's why you get clicks. You have to implement the filters yourself using [rpole~], [rzero~], [cpole~] and [czero~]. You can read the theory here http://msp.ucsd.edu/techniques/latest/book-html/node139.html Or you can go to Pd's forum