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

Posted in Programming, interface | Tagged , , , | 3 Comments

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

Posted in Patches, Programming, Sound Art, interface | Tagged , , , , , , , , | 1 Comment

Processing on Android

I’m really happy to be announce that I was able to upload some processing sketches to my Samsung Galaxy mini running Android. To do this I used Jer Thorp’s tutorial on creativeapplications.net

Posted in Programming, interface | Tagged , , , , , , , , | Leave a comment

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

Posted in Events, Music, Patches, Programming, interface | Tagged , , , , , , , , , , , | Leave a comment

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

Posted in Programming, interface | Tagged , , , , , , , , , , | 2 Comments