This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'stereo': | |
size: {width: 23, height: 29} | |
'couch': | |
size: {width: 77, height: 34} | |
'computer': | |
size: {width: 19, height: 34} | |
spriteCount: 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NSColor+Hex.h | |
// SoundCloud | |
// | |
// Created by Robert Böhnke on 4/1/11. | |
// Copyright 2011 Soundcloud Ltd. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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}; |
NewerOlder