Here is an example of how to use the same knobs (e-g. 6 knobs easy to connect to the 6 Arduino analog inputs) several times to adjust several parameters spread over several “pages”.
This enables to “multiplex” the same knobs many times, in a safely fashion thanks to the protection mecanism: after changing the active page, [...]
Continue Reading »
Tags: arduino, electronics, hacking, interface, library, midi, midi controller, sensors
Posted in Physical Computing • 1 Comment »
As part of the Patternity effort, I spent some time creating a simple Java API to generate UML diagrams programmatically from Java, in SVG format.
This small API called for now Patternity Graphic is working and available here: patternitygraphic_src as a source Zip (alpha release of course).
It can render small class diagrams with hierarchic, flow and [...]
Continue Reading »
Tags: api, classdiagram, java, library, patternity, sequence, svg, tool, uml
Posted in Patternity • 1 Comment »
It’s a complete mistake to think design patterns could be written in a library for later reuse, it just does not work !
In theory, first, design patterns are expected to be tailored to each particular situation. What you reuse is the abstract solution, not the code itself.
And it is true, whatever the design pattern [...]
Continue Reading »
Tags: api, library, pattern, Programming
Posted in Programming • No Comments »