Author Archives: Epic Jefferson
multi-touch interface. processing.js
Inspired by Seb Lee-Deisle’s post on multitouch interfaces for gaming tinyurl.com/8w9bmqt . I decided to give it a shot using processing.js try it out on a touch device The code was adapted from Michael Markert’s Multitouch Example for his PR0C0D1N6 application … Continue reading
Raspberry Pi + Pd
Installing and Running pd-vanilla on Rpi. http://log.liminastudio.com/programming/running-puredata-on-the-raspberry-pi *miller suggests: in terminal to give more priority to pd (root). Much better audio output. . Pd-extended on Rpi. The easiest way to get pd-extended on the raspberry pi (raspbian wheezy) How Do I … Continue reading
Pure Data Workshop @Conservatorio de Musica de Puerto Rico
Workshop Materials I recently finished up a pd workshop held at the Puerto Rico Conservatory of Music. The workshop consisted of the basics to get pd to produce sound, sequencing numbers, sampling, and an introduction to interface development with Arduino. … Continue reading
Multitouch in Processing.js!
Eureka! Like the title says, Processing.js has the nice little feature of being able to track multiple touch events (so far I’ve only tested on iOS), a feature that’s NOT available for “regular” Processing. Just to be clear, Processing.js is … Continue reading