Der Einstieg in das IAD-Studium erfolgte mit Basics zur Programmiersprache Processing.
Blog-Thema: Lektionen
Processing, erster Tag seit mehreren Monaten
Es sind ein paar Monate vergangen seitdem ich Processing das letzte Mal öffnete, das den Eindruck einer zum experimentieren gut geeigneten, jedoch nicht so performanten Sprache hinterliess. Nach Resonanz, einem Livemusikvisualisierungstool, steckte ich noch etwas Arbeit in eine webcambasierte Farbtrackingsoftware, die über OSC verarbeitete Daten an andere Software weitergeben konnte. Da ich also bereits etwas…
Interactive Permutations – Wiimote
I used the Nintendo Wiimote controller to make a more performance-like version of my permutations. There are several ways of implementing this -also depending on your OS (Mac/PC). FYI: because of fast phase shifting, the youtube video is not 100% reflecting the actual performance correctly. This is a very good link explaining how it works:…
Some Sliders, Checkboxes and a Doubleclick
I designed my sliders with scalable (length and height) bezier curves. The nob adapts and grows in length and width depending on the slider value. They also have a glowing mouse-over function. The checkbox is a actually a ‘checkcircle’. it glows when rolled-over and fills with a color when pressed. optionally, one can get a…