Skip to content

Instantly share code, notes, and snippets.

View robb's full-sized avatar

Robb Böhnke robb

View GitHub Profile
'stereo':
size: {width: 23, height: 29}
'couch':
size: {width: 77, height: 34}
'computer':
size: {width: 19, height: 34}
spriteCount: 2
@robb
robb / NSColor+Hex.h
Created April 1, 2011 14:57
NSColor+Hex
//
// NSColor+Hex.h
// SoundCloud
//
// Created by Robert Böhnke on 4/1/11.
// Copyright 2011 Soundcloud Ltd. All rights reserved.
//
#import <Foundation/Foundation.h>
@robb
robb / Big Piano Hack.pde
Created September 5, 2010 21:20
Big Piano Hack
/* Music Hackday 2010
* Big Piano Hack
*/
const int LED_PIN = 13;
const byte CHANNEL = 0;
/* The pin numbers in chromatic order
*/
const int INPUT_PINS[] = {32, 30, 28, 26, 24, 22};