My Monotribe arrived yesterday. Below is the first recording I did of it layered up. I also use the Monotron in it a bit. More of a live jam/dub than a composed track. Instead of posting a x0x style acid track from it, I thought I’d go the route of spacemen 3, the silver apples, early chemical brothers, etc. Just a big ol wall of sound really.
Archive for » July, 2011 «
Skeleton of a (very basic) step sequencer written in Processing. BPM and threading not implemented yet. Left-click to add/remove triggers, Right-click to start/stop loop.
http://www.openprocessing.org/visuals/?visualID=30818
Continue for code..
more…
A basic sketch that shows how to use millis() for basic animation, in this case a fade-in of a rect(). millis() returns the current runtime of the sketch in milliseconds. Left-click for Fade-In, Right-click for Fade-Out. The transparency (alpha channel of fill/stoke) is calculated evenly across the duration, meaning you only have to change 1 variable (delaytime) for adjusting the speed and fade. I wrote this from scratch as a learning activity some time ago, should be helpful to newcomers.
http://www.openprocessing.org/visuals/?visualID=30730
..continue for code..

Login with:
Enter your WordPress.com blog URL
http://.wordpress.com
Proceed