I have some code that I find myself reusing in many different sketches. It's a .pde file defining some OSC (Open Sound Control) handling.
I'd like to turn it into a library that I can just reference from any sketch that needs it, but I ca't find anything that shows how to create a pde-only library and how one would reference that from a sketch.
Hi! I'm writing some E-books about technology for artists (
http://justthebestparts.com) and one is about Open Sound Control. I kept needing a way to test this or that OSC server so I wrote a tool, OSC Commander, in Processing, OscP5, and G4P.
I posted the first of two parts on my Web site describing the tool and discussing the code.