[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] usb joystick support?



On Tuesday, December 17, 2002, at 08:08 PM, Alistair Riddell wrote:

Expanding this thread a little, I've got a series of sensors connected to a micro-controller. The output from the micro is being sent through USB to a Mac running OSX. This works fine.

I'm now particularly interested in getting this data into SC3. Taking a hint from James' as recent posting on the subject, it occurred to me that it would make sense to write a plug-in to handle this and some data conversion. The output of the plug-in could be in OSC format passed to the server.

well he was suggesting a separate application entirely.
but you could do it in a plugin for the lang, just as for midi.

it would be faster as a separate app, but it might need the client to tell it what osc node to talk to.
there is an Objective-c OSC framework if you need it.


Am I on the write track with this?
Any thoughts?

Alistair

_______________________________________________
sc-dev mailing list
sc-dev@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev



-felix