i am relatively new to processing and am trying to realise a project i initially intended to carry out on an Arduino. I built a number of OSC controlled birdboxes for a garden space here in Liverpool (short video explaining them can be found here:
https://vimeo.com/46490448) .
I wanted to improve these by having them respond to twitter, based on specified search commands, the idea being that everytime a certain # is used a simple midi command is sent to ableton live which in turn sends a series of OSC commands and plays back audio files across the 4 birdboxes i have installed.
With the changes to the twitter API coming into effect as of the end of this month the arduino solution i sought is not going to work. I am trying to find an alternative solution and have managed to coble something together in processing that can query twitter and bring back results, i have also managed to get the midi side of things working (in terms of sending midi notesON out of processing into ableton) .. I just don't really know how to join the two up, what i need is the processing app to query twitter at set intervals and see if any new tweets have been posted, if they have send MIDI NOTE ON..