I’m not sure what this idea is, but it would translate radio wave field strength into light, musical notes, bar graphs, mechanical stuff, etc.,
I’m not sure what this idea is, but it would translate radio wave field strength into light, musical notes, bar graphs, mechanical stuff, etc.,
Chrome now includes online speech recognition
update 6/2014 – See the Stock Market project at: https://reactivemusic.net/?p=5859
original post
By Mukesh Chapagain
By Michael Zbyszynski at CNMAT
http://cnmat.berkeley.edu/patch/3003
I have annotated a version of Weather Report to help understand how XML data is converted into OSC style data, for example:
<thing> value </thing>
gets converted into
/thing value
Local version of patch is weather_report in max teaching examples
Max auto-tweeting text-to-speech-to-text
By Aaron Oppenheim
http://www.aaronoppenheim.com/projects/twittererer
By Jer Thorp
http://blog.blprnt.com/blog/blprnt/updated-quick-tutorial-processing-twitter
Local files: Processing sketchbook: jerTwitterExample.pde
Basically it shows how to use the twitter4j library to grab all the tweets with a given hashtag
Here’s the twitter4j documentation: http://twitter4j.org/en/index.html
How to mash a buildup.
at The Processing Forum
http://forum.processing.org/topic/simple-json-example-with-api
Apparently there is a limitation on sending more than one Midi channel from a track
http://cycling74.com/forums/topic.php?id=24020
This presents an issue for receiving osc and splitting it to various instruments…
(update) What I’ve been trying to do is set up a generalized way to trigger midi from web data. Currently getting the web data via processing, sending OSC messages to max for live (or max).
Once the OSC gets to m4l, I use an m4l device in a track which receives all the osc messages then sends them off on new upd ports using [updsend] – for example a separate port for what would normally be a separate midi channel.
Then I have another m4l receiver which you can set the appropriate port number to get the channelized data stream and scale it to midi notes.
[edit – need link to sample live set]
update – the “internet sensors” project shows some easier ways to do the translation of internet API to OSC”
By Nils Nordmann