Hi,
I've been using PD in os X with great joy for a year now but always
on fairly straightforward grounds. Mostly using (modified) mouse and
keyboard events to control audio prossessing. Recently I bought and
put together a USB I/O ddevice (Velleman k8055). So now I'm looking
for ways to let PD interact with it. Has anyone a idea where to
start? I tried [keyboard] which does see it but does not output any
data.
Where to start?
Greetings,
Finn
Quality Quartet music & sound
• Jacob van Lennepkade 187
• 1054 ZN Amsterdam
• The Netherlands
• tel: ++ 31 (0)20 4700627
• fax:++ 31 (0)20 4700624
did you tried [hid] ?
http://at.or.at/hans/pd/hid.html
max
Am 24.10.2005 um 11:52 schrieb Finn Kruyning:
Hi,
I've been using PD in os X with great joy for a year now but always
on fairly straightforward grounds. Mostly using (modified) mouse
and keyboard events to control audio prossessing. Recently I bought
and put together a USB I/O ddevice (Velleman k8055). So now I'm
looking for ways to let PD interact with it. Has anyone a idea
where to start? I tried [keyboard] which does see it but does not
output any data.Where to start?
Greetings,
Finn
Quality Quartet music & sound
• Jacob van Lennepkade 187 • 1054 ZN Amsterdam • The Netherlands • tel: ++ 31 (0)20 4700627 • fax:++ 31 (0)20 4700624
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
hi finn,
Am Montag 24 Oktober 2005 11:52 schrieb Finn Kruyning:
Hi,
I've been using PD in os X with great joy for a year now but always on fairly straightforward grounds. Mostly using (modified) mouse and keyboard events to control audio prossessing. Recently I bought and put together a USB I/O ddevice (Velleman k8055). So now I'm looking for ways to let PD interact with it. Has anyone a idea where to start? I tried [keyboard] which does see it but does not output any data.
seems it is not a hid device, and thus needs an extra driver object.
on a quick search i found this code, which uses libusb:
libusb is available for os-x as well, so it should be a good starting point to make a pd object for that kit.
Where to start?
Greetings,
Finn
greets,
chris