A data-driven audio + animation experiment representing the loss of life due to mass shootings in the United States since 1997. The data in input/
comes from Mother Jones' mass shootings investigation.
This project is based on two previous projects: midi-shootings and animated-data-sonification.
Demo: The last 20 years of mass shooting fatalities
python -m SimpleHTTPServer
- Running
$ python fatalities.py
will take the CSV in theinput
directory and produce a MIDI file (fatalities.mid
), as well as some associated JSON (data/fatalities.js
). - Once the MIDI file is created, open it in GarageBand and export it as an MP3 (
media/fatalities.mp3
). index.html
andmain.js
use the data fromfatalities.js
to synchronize the animations with the MP3 file.