Saturday, August 24, 2013

Following is some of the tutorial i found for processing coding



Audio Processing http://www.ee.columbia.edu/~dpwe/resources/Processing/
- i had learn to do simulation sound using open sound library for a virtual guita tone.

SoundTouch Audio Processing Libraryhttp://www.surina.net/soundtouch/
- a open source audio library for generate and simulate sound for processing coding.
http://www.surina.net/soundtouch/soundstretch.html
- demo pieces for final audio

Review & project documentation from others
http://createdigitalmusic.com/2008/11/spaces-and-roots-manipulating-sound-with-processing-touch-tangible-interfaces/
- to explore different software
tbeta (“The Beta”): finger tracking. tbeta is an open-source, cross-platform computer vision and multi-touch sensing platform. It’s the successor to the former touchlib, which wasn’t as cross-platform or quite as awesome. More on tbeta on Create Digital Motion.
reacTIVision: fiducial marker tracking for objects. (Fiducial markers are these funny, cellular-looking patterns pictured at right that allow you to track specific objects manipulated on the table. reacTIVision is the open-source library developed by the folks who did reactable. Sounds as though we might get fiducial tracking in the other library, though.)
ChucK: a strongly-timed, quick-to-code sound and synthesis language. It’s elegant enough that it’s used for real-time programming – as in, onstage, in laptop ensembles like PLOrk and (its West Coast descendent we just saw here on CDM) SLOrk.
Native Instruments Reaktor: The modular sequencer, instrument, and effect builder, which we coverregularly on our Kore minisite. It’s the only commercial / non-open-source choice here, though it may actually replace ChucK on Roots in the future.

Basic Sound Tutorial for processing

http://www.openprocessing.org/sketch/41522

MIDI based audio demo application created by processing
http://webaudiodemos.appspot.com/

Demo using swarm space coding
http://www.creativeapplications.net/maxmsp/interactive-swarm-space-c-maxmsp/

GRID is used for my graphic reference 
http://www.futura-epsis1.com/project/GRID


arduino+processing+touch sensorhttp://forum.arduino.cc/index.php?topic=53477.0
- used to study the connection between 3 coding sync together.