one thing i always use a lot in my pd patches is called a 'wetfilter'. basically it is a bunch of bandpass filters, followed by delaylines of increasing length. kind of oldschool 'spectral delay'.
so, i'd love to have this effect in a small hardware box, so i can put some drum machines and synths through it easily.
what options are available for putting pd patches into small devices with audio in and out?
and, slightly off topic for the pd list, is there already some type of generic 'stomp box' that can load C++ code or something to make effects?
You can try getting a development kit for a DSP chip like a SHARC which includes audio and video I/O. These chips have a C based development environment, but that is usually an additional cost. The board and software can be $1000 or more.
http://www.analog.com/en/embedded-processing-dsp/sharc/21469-EZBRD/processor...
http://www.analog.com/en/embedded-processing-dsp/sharc/content/sharc_evaluat...
On Thu, Mar 4, 2010 at 4:20 AM, hard off hard.off@gmail.com wrote:
one thing i always use a lot in my pd patches is called a 'wetfilter'. basically it is a bunch of bandpass filters, followed by delaylines of increasing length. kind of oldschool 'spectral delay'.
so, i'd love to have this effect in a small hardware box, so i can put some drum machines and synths through it easily.
what options are available for putting pd patches into small devices with audio in and out?
and, slightly off topic for the pd list, is there already some type of generic 'stomp box' that can load C++ code or something to make effects?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I am thinking in develop a device like you want. You can think in using a beagle board beagleboard.org. It can run linux, and you can install there PDa (PD anywhere). and the price is not bad. USD$ 150.
2010/3/4 chris clepper cgclepper@gmail.com
You can try getting a development kit for a DSP chip like a SHARC which includes audio and video I/O. These chips have a C based development environment, but that is usually an additional cost. The board and software can be $1000 or more.
http://www.analog.com/en/embedded-processing-dsp/sharc/21469-EZBRD/processor...
http://www.analog.com/en/embedded-processing-dsp/sharc/content/sharc_evaluat...
On Thu, Mar 4, 2010 at 4:20 AM, hard off hard.off@gmail.com wrote:
one thing i always use a lot in my pd patches is called a 'wetfilter'. basically it is a bunch of bandpass filters, followed by delaylines of increasing length. kind of oldschool 'spectral delay'.
so, i'd love to have this effect in a small hardware box, so i can put some drum machines and synths through it easily.
what options are available for putting pd patches into small devices with audio in and out?
and, slightly off topic for the pd list, is there already some type of generic 'stomp box' that can load C++ code or something to make effects?
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
Hi,
You might be interested in Martin Roth's ZenGarden: https://github.com/mhroth/ZenGarden/
Not even close to fully functional, but it's moving fast and can run some Pd patches already on Android (ARM), and desktop PCs (Mac/Linux).
I am currently trying to get it working on the Nintendo DS to enable people to use the DS as a generic effects unit with a touch screen.
This branch is the most active right now: http://github.com/mhroth/ZenGarden/tree/pdm10
Chris.
On Thu, Mar 04, 2010 at 06:20:15PM +0900, hard off wrote:
one thing i always use a lot in my pd patches is called a 'wetfilter'. basically it is a bunch of bandpass filters, followed by delaylines of increasing length. kind of oldschool 'spectral delay'.
so, i'd love to have this effect in a small hardware box, so i can put some drum machines and synths through it easily.
what options are available for putting pd patches into small devices with audio in and out?
and, slightly off topic for the pd list, is there already some type of generic 'stomp box' that can load C++ code or something to make effects?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Fri, Mar 5, 2010 at 2:54 AM, Chris McCormick chris@mccormick.cx wrote:
Hi,
You might be interested in Martin Roth's ZenGarden: https://github.com/mhroth/ZenGarden/
Not even close to fully functional, but it's moving fast and can run some Pd patches already on Android (ARM), and desktop PCs (Mac/Linux).
I am currently trying to get it working on the Nintendo DS to enable people to use the DS as a generic effects unit with a touch screen.
This branch is the most active right now: http://github.com/mhroth/ZenGarden/tree/pdm10
Chris.
On Thu, Mar 04, 2010 at 06:20:15PM +0900, hard off wrote:
one thing i always use a lot in my pd patches is called a 'wetfilter'. basically it is a bunch of bandpass filters, followed by delaylines of increasing length. kind of oldschool 'spectral delay'.
so, i'd love to have this effect in a small hardware box, so i can put some drum machines and synths through it easily.
what options are available for putting pd patches into small devices with audio in and out?
and, slightly off topic for the pd list, is there already some type of generic 'stomp box' that can load C++ code or something to make effects?
A couple years ago Line6 released a development kit to to just that. Seems like a great tool as long as you're not afraid to get your hands a little dirty in some C DSP code. I've done some BeagleBoard hacking but had quite a bit of trouble getting Pd to run on it (I think because of some bugs in the ALSA drivers at the time) Perhaps the situation is better now.
-s