ep-4xx13 DSP – week 9

Artists and Ideas, reversibility

Reversibility

Artists: discovery, exploration, and vision

How to get ideas: John Cleese on Creativity

Assignment

(from last week)

Choose an idea for project. We will work on this over the next 3-4 weeks. Several of you have asked about designing interactive projects involving sonification, Internet API’s, environmental sensors, interactive art etc., Lets do it. Write a short description of what you would like to do and email it to me before next week’s class.

 

libpd, Leap Motion, and Osc, in Openframeworks

On Mac OS 10.8 using Xcode 5, and openframeworks version 8

  1. Install and test openframeworks from http://www.openframeworks.cc/download/ 
  2. Install and test libpd https://github.com/danomatika/ofxPd (you should be able to run the example programs)
  3. Install and test leap motion https://github.com/ofTheo/ofxLeapMotion  (you should be able to run the example programs)
  4. Install Pd (I installed pd-extended, even though this project is limitied to Pd ‘vanilla’) http://puredata.info/downloads

Note: The Osc addon is already provided with openframeworks distribution. At this point you have everything you need to run the test example.

  • Download the project: http://zerokidz.com/downloads/leadPdTest5.zip
  • Copy the leapPdTest5 folder into the ofx8/addons/ofxLeapMotion folder
  • Launch the xcode project: leapPdTest5.xcodeproj
  • plug in a leap and turn up the volume
  • Compile and run (you may need to compile the openframeworks scheme first)

Notes: