Visual programming for the Web audio API.
by Daniel Pettersson
http://uglyhack.appspot.com/webaudiotoy/#
An earlier post: https://reactivemusic.net/?p=6157
Visual programming for the Web audio API.
by Daniel Pettersson
http://uglyhack.appspot.com/webaudiotoy/#
An earlier post: https://reactivemusic.net/?p=6157
A musical realization of the motion graphics of John Whitney as described in his book “digital harmony”
Digital Harmony: http://teaching.thesystemis.com/algo11/blog/wp-content/uploads/2011/09/TheProblem_HowShallMotionPatternTime.pdf
Simple command line web server for Mac OS
Run this command, in a terminal window, from any directory:
python -m SimpleHTTPServer 8000
Then you can access web pages in that directory tree. For example, to load a page called index.html (in the same directory) type the following URL into a browser:
http://127.0.0.1:8000/index.html
More information here: http://lifehacker.com/start-a-simple-web-server-from-any-directory-on-your-ma-496425450
The sound of Wikipedia’s recent-changes feed.
By Stephen LaPorte and Mahmoud Hashemi
Boston transportation API
http://realtime.mbta.com/Portal/Home/Documents
Curl example – predictions by stop – Back Bay Station:
curl "http://realtime.mbta.com/developer/api/v2/predictionsbystop?api_key=wX9NwuHnZU2ToO7GmGR9uw&stop=place-bbsta&format=json"
With options…
By lordgreggreg
Reddit comments: http://www.reddit.com/r/InternetIsBeautiful/comments/2konh5/calm_circular_clock_i_made_with_lots_of_options/
Yes its a list.
Most of the examples are broken, but the ideas are great, and so is the cat.
at catswhocode.com
http://www.catswhocode.com/blog/10-awesome-things-to-do-with-curl
An example of the Soundcloud API in Max.
At the Cycling 74 Wiki
http://cycling74.com/wiki/index.php?title=MaxURL_SoundCloud
local version: tkzic/max teaching examples/souncloud-test