TuitSynth és un sintetizador basat en l'activitat al twitter d'un HashTag concret. Està basat en plataformes de Open Hardware: Una placa Arduino (+Ethernet Shield + MIDI Shield) consulta al twitter l'activitat d'un HT concret, processa la conslta, i envia via MIDI el control i notes a un sintetitzador Meeblip. PEr tant, la idea és generar música (o soroll) basada en l'activitat del twitter en temps real. Projecte per al Music Hack Day del Sónar 2012.
----------------------------
Hack page-> http://wiki.musichackday.org/index.php?title=TuitSynth
About the hack
The idea is transform the tweets containing HT #sonar2012 into sounds (or noise) in real time. It's a 100% Open Source Hardware ( http://freedomdefined.org/OSHW ) project: an Arduino (with Ethernet Shield) gets the tweets from Twitter, converts them into MIDI Notes and MIDI Control Messages and sends them (via MIDI Shield) to MeeBlip synthesizer. So no computer is needed.
Images/Screenshots
Source code and links
Source Code:
Links: http://musa.poperbu.net/tuitsynth
What APIs, tools or kit did you use?
-
1 MeeBlip (http://meeblip.com/)
- 1 Arduino UNO (http://arduino.cc/en/Main/ArduinoBoardUno)
- 1 Ethernet Shield (http://arduino.cc/en/Main/ArduinoEthernetShield)
- 1 MIDI Shield (http://www.sparkfun.com/products/9595)
- 1 I2C LCD 16x2 Screen (http://www.dfrobot.com/wiki/index.php?title=I2C/TWI_LCD1602_Module_(SKU:_DFR0063))
- 1 MIDI Cable
- 1 Battery (9v)
Anything left to do
- Improve the sounds generated by tweets
- Control Meeblip Parameters via twitter messages.
- Live Streaming of audio output.
- Web page: streaming player, tweets TL and meeblip manipulation via twitter instructions.