I'm interested in using PD to create a sequencer which would control a series of Transistors via a Cat5 cable.
any thoughts?
I am fairly new to PD, so I thought this would be the best place to get feedback.
i see two possibilities (probably there are more):
using the parallel port: you need the external zexy ftp://ftp.iem.at/pd/Externals/ZEXY , which contains the object [lpt] to get acces to the parallel port. on linux, you need to be root to get permissions, on windows you need to installl something addidionatlly (have a look at the helpfile of [lpt]).
using an arduino: the arduino is an open source and 'open hardware' microcontroller board, which can also be used as an i/o-interface board for pd. you can use its digital pins as digital outs, which you can control from pd. in order to use it as an i/o-interface, i suggest to upload hans-christoph steiner's pduino-firmware to it. more about the arduino: http://arduino.cc more about pduino-firmware: http://at.or.at/hans/pd/objects.html
roman
On Sat, 2007-04-07 at 18:14 -0400, zmi04@hampshire.edu wrote:
I'm interested in using PD to create a sequencer which would control a series of Transistors via a Cat5 cable.
any thoughts?
I am fairly new to PD, so I thought this would be the best place to get feedback.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de
Roman Haefeli wrote:
i see two possibilities (probably there are more):
using the parallel port: you need the external zexy ftp://ftp.iem.at/pd/Externals/ZEXY , which contains the object [lpt] to get acces to the parallel port. on linux, you need to be root to get permissions,
no you don't. recent versions of zexy have support for the parport-device (/dev/lpt i think), so you can access the parallel-port as normal user (if the permissions of /dev/lpt are correctly)
mfg.asdr IOhannes
On Tue, 2007-04-10 at 08:34 +0200, IOhannes m zmoelnig wrote:
Roman Haefeli wrote:
i see two possibilities (probably there are more):
using the parallel port: you need the external zexy ftp://ftp.iem.at/pd/Externals/ZEXY , which contains the object [lpt] to get acces to the parallel port. on linux, you need to be root to get permissions,
no you don't. recent versions of zexy have support for the parport-device (/dev/lpt i think), so you can access the parallel-port as normal user (if the permissions of /dev/lpt are correctly)
ah, nice to hear. ;-)
roman
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
Also take a look at http://puredata.info/Members/odradek/parapin
2007/4/10, Roman Haefeli reduzierer@yahoo.de:
On Tue, 2007-04-10 at 08:34 +0200, IOhannes m zmoelnig wrote:
Roman Haefeli wrote:
i see two possibilities (probably there are more):
using the parallel port: you need the external zexy ftp://ftp.iem.at/pd/Externals/ZEXY , which contains the object [lpt] to get acces to the parallel port. on linux, you need to be root to get permissions,
no you don't. recent versions of zexy have support for the parport-device (/dev/lpt i think), so you can access the parallel-port as normal user (if the permissions of /dev/lpt are correctly)
ah, nice to hear. ;-)
roman
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list