This file contains 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
aa ad ae ah ai ak al am an ar as at aw ax ay | |
aal aam | |
Ab Ah Al Ao As Ay | |
aba abb abu aby | |
abac abas | |
abaca aback | |
abaff abaft | |
abandoned abandonee abandoner | |
abase abash abask | |
abased abaser |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
// Lobster Bowl arduino due touch glitch thing | |
// readCapacitivePin | |
// Arduino Due version, from http://playground.arduino.cc/Code/CapacitiveSensor | |
// Input: Arduino pin number | |
// Output: A number, from 0 to 17 expressing | |
// how much capacitance is on the pin | |
// When you touch the pin, or whatever you have | |
// attached to it, the number will get higher | |
uint8_t readCapacitivePin(int pinToMeasure) { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
// whisperer2 for teensy 3.1/3.2 with teensy audio board | |
#include <Audio.h> | |
#include <Wire.h> | |
#include <SPI.h> | |
#include <SD.h> | |
#include <SerialFlash.h> | |
// GUItool: begin automatically generated code | |
AudioSynthWaveform waveform1; //xy=253,396 |
This file contains 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
{ | |
"patcher" : { | |
"fileversion" : 1, | |
"appversion" : { | |
"major" : 6, | |
"minor" : 1, | |
"revision" : 10, | |
"architecture" : "x86" | |
} | |
, |
This file contains 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
// teensy 3.1 in USB MIDI mode | |
const int MIDI_CHANNEL = 1; | |
int NUM_THINGIES = 4; | |
const int TOUCH_PINS[] = {0, 1, 15, 16}; | |
const int CONTROLLERS[] = {20, 21, 22, 23}; | |
float touch[] = {0,0,0,0}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
{ | |
"origin": [ | |
"<svg width=\"400\" height=\"200\">#pattern#</svg>" | |
], | |
"circlecolor": [ | |
"pink", | |
"cyan", | |
"yellow", | |
"orange", | |
"gray", |
NewerOlder