designing ambient soundscapes
by Andreas Jonsson
http://designingsound.org/2013/04/designing-ambiences-in-maxmsp/
designing ambient soundscapes
by Andreas Jonsson
http://designingsound.org/2013/04/designing-ambiences-in-maxmsp/
By Tom Simonite at technologyreview.com
http://www.technologyreview.com/news/507181/microsoft-brings-star-treks-voice-translator-to-life/?0
http://youtu.be/vGYKxrRWDKo
Analysis of chords in everyday situations…
By Sarah Soriano
http://sarahlayne.wordpress.com/2008/04/17/chords-in-our-surroundings/
Update 6/2014: working version here: https://reactivemusic.net/?p=7013
The zapier.com trigger method of sending tweets from Max is limited by number of tweets and sync rate. So it would be nice to set up another intermediary server program in ruby or php which eliminates the middle-man and just sends tweets directly.
Or you could use the mxj searchTweet program, which has been updated to do this on the search side.
update: Got it working with this gem: https://github.com/sferik/twitter. Its much easier than dealing with xively.
docs: http://rdoc.info/gems/twitter
how to destroy a tweet: http://stackoverflow.com/questions/10640811/twitter-gem-how-to-get-the-id-of-a-new-tweet
how to get a timeline: http://bobbyprabowo.wordpress.com/2010/01/01/simple-twitter-gem-tutorial/
example of error handling code:
MAX_ATTEMPTS = 3 num_attempts = 0 begin num_attempts += 1 retweets = Twitter.retweeted_by_user("sferik") rescue Twitter::Error::TooManyRequests => error if num_attempts <= MAX_ATTEMPTS # NOTE: Your process could go to sleep for up to 15 minutes but if you # retry any sooner, it will almost certainly fail with the same exception. sleep error.rate_limit.reset_in retry else raise end end
Another useful SO post: http://stackoverflow.com/questions/16618037/twitter-rate-limit-hit-while-requesting-friends-with-ruby-gem/16620639#16620639
Twitter 1.1 API
By Mike Pultz
http://mikepultz.com/2013/06/mining-twitter-api-v1-1-streams-from-php-with-oauth/
Tumblr animated GIF’s with tracks from Soundcloud
(update 4/26/2106 – It appears that weavley is broken… )
“Robin is losin’ it” featuring Batman.
Also, an article by Paul Sawers at The Next Web
http://thenextweb.com/apps/2013/06/04/weavly/
By Colin Clark
https://github.com/colinbdclark/webaudio-javascript-sine
(4/28/2016 – appears to be broken)
Demo: http://zerokidz.com/sine/sine.html