Posts tagged: Projects
Scratch Markup Language (.sml)

SML (Scratch Markup Language) is a new file format for recording and replaying turntablism. We’ve developed open-source tools for accurately capturing the record and crossfader movements of a scratch DJ, allowing us to analyze, transcribe, and recreate scratch performances.
We want to do for turntablism what Graffiti Markup Language has done for tagging — especially teaching giant robot arms how to scratch.
At Art Hack Day we collaborated with other artists and programmers to develop the first prototypes of ScratchML. We used timecode vinyl to capture record movements ($10) and a hacked VCA fader + Arduino to record the crossfader ($30).
Scratch data was saved to disk as .sml and broadcast as OSC, which allowed other Art Hack Day participants to build visualizations based on what the DJ was scratching during the exhibition. The apps ranged from spinning-vinyl animations and TTM transcriptions to insane exploding 3D pizzas and a side-scrolling videogame shooter controlled by scratches.
Our goal is to make capturing, replaying, and sharing a scratch performance accurate and easy. SML files can be freely uploaded and downloaded from the ScratchML.com database. We’re particularly looking forward to improving the experience of learning how to scratch — e.g. by building apps that show you just how accurate your autobahn scratches actually are.
Throughout the week here on FAT we’ll be publishing ScratchML projects created during Art Hack Day, data specs, source code, hardware modification details and more.
Want to get involved? Join the ScratchML mailing list, follow us on GitHub, or email me with any questions. More info to come at scratchML.com
FAT vs. Art Hack Day

Kyle McDonald and I will be developing a new project at the upcoming Art Hack Day in Brooklyn, which culminates in a public art exhibition at 319 Scholes on Saturday, 1/28 at 7pm.
Internet, you are invited to attend. There will be art, technology, free beer (as in beer) and free source code (as in speech). and $3 beers. The source code remains free.
Over the next few days Kyle and I will be working on the first prototypes of Scratch Markup Language, an open-source system for capturing, describing and digitizing turntablism.
Want to get involved? Sign up for the ScratchML mailing list, follow @scratchML on GitHub or join #fatlab IRC and ping @jamiew
git-friendly: pimp your git workflow
git-friendly is a collection of shell scripts for automating common git actions: push, pull, branch, merge. I got tired of typing 3 or 4 commands to do such basic stuff, and now my life is awesome.
- `push` also copies a GitHub compare URL to your clipboard for easy pasting (!)
- `pull` will run commands like “bundle install” or “npm install” after finishing
- `branch` will track remote branches if available
- relevant commands stash & pop local changes as needed
- less time fighting git = more time actually doing work
Check out the code and docs on GitHub
To install, just copy/paste: bash < <( curl https://github.com/jamiew/git-friendly/raw/master/install.sh)
Just listen to what everyone is saying!
- "Amazeballs." --@paul_irish
- "Don't let git PUSH you around. git git friendly!" --Max Salzberg, Diaspora*
- "I am putting the fucking 'technology' back in Free Art & Technology" --yours truly






