Category Archives: Uncategorized

Wooooo! Android + Arduino (official)

Finally! Android Open Accessory Development Kit.

Posted in Uncategorized | 1 Comment

Kinesthetic Fields

Kinesthetic Interfacing with Architecture by Matthew J. Sama [Abstract] Choreography within architecture can be understood in two ways: ergonomically and performatively. Ergonomic choreography is the technically determined kinetics of the human body within space. It aims to control movement in … Continue reading

Posted in Uncategorized | Leave a comment

Smellscape: Updated Documentation

This video shows the updated interaction with the GPS location coordinates being entered into the collective database of all users.  The map shown on the contribute tab can be found at http://jodipfister.com/testsmap.php. The remaining documentation can be found at http://jodipfister.wordpress.com/2011/05/07/smellscape-updated/.

Posted in Uncategorized | 2 Comments

SoundClusters documentation

I have made a few blog posts on my website which documents SoundClusters both as a process and a final product. SoundClusters description > http://soundclusters.adamlaskowitz.com/about.php Video documentation > http://soundclusters.adamlaskowitz.com/blog.php?id=26 Write-up of the process> http://soundclusters.adamlaskowitz.com/blog.php?id=28 Source Code > http://soundclusters.adamlaskowitz.com/blog.php?id=27 Download the app > http://soundclusters.adamlaskowitz.com/blog.php?id=25

Posted in Uncategorized | Leave a comment

Invisible Orchestra

Video Documentation of the project is currently a little rough…. more revisions coming soon!

Posted in Uncategorized | Leave a comment

Link to Smellscape iPhone App

http://jodipfister.wordpress.com/2011/04/26/smellscape-iphone-application-development/ The above is a link to the Smellscape description and demonstration.

Posted in Uncategorized | Leave a comment

Android Screen Orientation Override

Quick way to bypass screen orientation force close error: http://stackoverflow.com/questions/1410504/android-how-to-make-application-completely-ignore-screen-orientation-change For the most part, this is all you need to do: “Open manifest, switch to Application tab and select desired Activity you wish to override orientation change behavior. Within Attributes … Continue reading

Posted in Uncategorized | Leave a comment

Android Multi-Touch!!!

This WILL get you up and running with multi-touch. Part 5 and 6 will get it working if you understand onTouchListeners (and have a working example already) within minutes, literally. Otherwise, run through all the parts of this tutorial, and … Continue reading

Posted in Uncategorized | Leave a comment

Android Processing – Building with Eclipse

Here is the the link i followed in order to build processing scripts in eclipse: http://realmike.org/blog/2010/10/28/first-steps-with-processing-for-android/ Toward the bottom it shows how to export your processing sketch for eclipse to build it, basically: once your processing sketch is created, IN … Continue reading

Posted in Uncategorized | Leave a comment

Processing Classes + Objects

http://www.matthewjsama.com/Tutorials/Processing_Creating%20Classes/Processing%20-%20Creating%20Classes.html The classes tutorials are also uploaded on my website. You can unzip each of the 4 tutorials and run through them. They build on each other so you need to look for the differences between the files. Each zip … Continue reading

Posted in Uncategorized | Leave a comment