Skip to content

Instantly share code, notes, and snippets.

View jacobjoaquin's full-sized avatar

Jacob Joaquin jacobjoaquin

View GitHub Profile
@jacobjoaquin
jacobjoaquin / awesome_pancakes.md
Last active April 1, 2018 16:03
Awesome Pancakes!!

Awesome Pancakes!

Ingredients

  • 2 cups all-purpose flour
  • 2 tablespoons white sugar
  • 2 teaspoons baking powder
  • 1 teaspoon baking soda
  • 1/2 teaspoon kosher salt
  • 2 cups buttermilk
@jacobjoaquin
jacobjoaquin / selfportrait.pde
Created August 6, 2013 14:20
Self Portrait in Processing.
/*
Self Portrait
Jacob Joaquin
[email protected]
twitter @jacobjoaquin
*/
int length = 32;
@jacobjoaquin
jacobjoaquin / Csound_Plot_Notebook.ipynb
Created May 9, 2013 21:21
This is just a collection of graphs that can potentially be in future Csound IPython Notebook based papers. Much of everything I did here I learned from studying matplotlib - 2D and 3D plotting in Python by J.R. Johansson. Though this is a Csound notebook, no actual sound is generated as this notebook focuses solely on graph design.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jacobjoaquin
jacobjoaquin / LED_box.ino
Created May 8, 2013 14:14
Code that drives the Fresno Ideaworks LED light box.
#include "LPD8806.h"
#include "SPI.h"
int const NUM_LEDS = 160;
uint16_t const OFFSET = 92;
uint16_t const LENGTH = 68;
uint16_t VERTICAL_LENGTH = 14;
uint16_t HORIZONTAL_LENGTH = 20;
uint16_t BOTTOM_OFFSET = 5;
uint16_t RIGHT_OFFSET = 25;
@jacobjoaquin
jacobjoaquin / Csound6_Tutorial_POC.ipynb
Created May 7, 2013 20:22
Csound Tutorial with IPython Proof of Concept By Jacob Joaquin May 2013 Revised May 7th, 2013
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jacobjoaquin
jacobjoaquin / trapped_shuffle.csd
Created May 7, 2013 14:16
Original: Trapped in Convert by Richard Boulanger July 1979 Remix: Trapped In Convert Shuffle by Jacob Joaquin March 14, 2012
Trapped In Convert Shuffle
Remix by Jacob Joaquin March 14, 2012
<CsoundSynthesizer>
<CsOptions>
csound -d -m911 -W --expression-opt -otest.wav temp.orc temp.sco
</CsOptions>
<CsInstruments>
;============================================================================;
;============================================================================;
@jacobjoaquin
jacobjoaquin / pysco_envs.csd
Created April 18, 2013 15:20
Dynamically creates envelope tables, cycling through a user-specified range of table indexes.
<CsoundSynthesizer>
<CsInstruments>
sr = 44100
kr = 44100
ksmps = 1
nchnls = 1
0dbfs = 1.0
instr 1
@jacobjoaquin
jacobjoaquin / mod_instr_2.csd
Last active December 16, 2015 07:19
Modular Instruments Part II 2007.07.02 The Csound Blog by Jacob Joaquin email [email protected] (C)2007 Jacob Joaquin Licensed under Creative Commons (see below)
The Csound Blog
by Jacob Joaquin
email [email protected]
web www.thumbuki.com/csound/blog
(C)2007 Jacob Joaquin
Licensed under Creative Commons (see below)
@jacobjoaquin
jacobjoaquin / hanoi_test.csd
Created April 13, 2013 15:18
Sine Waves of Hanoi (test version) Jacob Joaquin June 3, 2010 [email protected]
Sine Waves of Hanoi
Jacob Joaquin
June 3, 2010
[email protected]
csoundblog.com
<CsoundSynthesizer>
<CsInstruments>
sr = 44100
kr = 44100
@jacobjoaquin
jacobjoaquin / gist:5373616
Created April 12, 2013 17:20
Blue Ghosts are Fine Fixins
Blue Ghosts are Fine Fixins
Jacob Joaquin
May 21, 2010
[email protected]
csoundblog.com
<CsoundSynthesizer>
<CsInstruments>
sr = 44100
kr = 44100