hi all,
i'm making some externals and abstractions to drive a laser beamer from PD
it's made from the library template
there are 3 externals :
ildafile : to decode .ild file and put the frame in a table
ildasend : to send table data through OSC
ildareceive : to receive OSC message and update table
there are also some abstractions : a server to drive the laser, a client to connect to the server
and an example on how to display data with Gem
There is also a PDF with a howto make an ILDA interface from a cheap sound card
for now it's here :
but it's not ready yet, i've some work to do to debug ildafile and to improve help file
Where is best place for those externals ?
Should it be in the hardware folder of externals ?
Or should it be at the root of the SVN trunk ?
Or should I keep it on my own server ?
What do you think ?
Best
Antoine