Re: [PD-dev] [PD] external questions

2007-09-24 Thread IOhannes m zmoelnig
Atte André Jensen wrote: Hi I'm writing my second external, an arpeggiator called arp. I know I was encouraged to write it as an abstraction, but the exact features that I wanted seemed too overwhelming for a pd-newbie. Anyways, I have two questions: 1) Whenever I instantiate it in

[PD-dev] cvs cleaned up repository

2007-09-24 Thread Ed Kelly
Hi there, I finally got to grips with CVS and sorted out the errors I made last week in uploading messiness to the repository. Should all work now (well, my bit anyway :D ) Best, Ed Lone Shark Aviation out now on http://www.pyramidtransmissions.com http://www.myspace.com/sharktracks

[PD-dev] [comport] like object for usb?

2007-09-24 Thread B. Bogart
Hey all, I'm looking at rs232 controllable PTX systems, and they seem to be more and more usb and less and less rs232. So is there anything like [comport] that allows one to send bytes to usb devices? I think a general mechanism, like [comport] that would work for all usb devices would be better

Re: [PD-dev] [comport] like object for usb?

2007-09-24 Thread Thomas O Fredericks
Nope, not possible. USB is not like a com port (even thought you can emulate a com port with USB). USB requires a specific driver tailored to the target device (USB communication is not similar to rs-232 serial communication, the main difference being that an end device can not send data to the

Re: [PD-dev] [comport] like object for usb?

2007-09-24 Thread Hans-Christoph Steiner
You could make something based on libusb, but USB is pretty complicated, so you'll want something higher level. Perhaps these devices are actually USB-serial or USB-CDC (like serial). Then they would not be hard to use, provided you have a driver to make them show up like a serial