Skip to content

Instantly share code, notes, and snippets.

View jacobjoaquin's full-sized avatar

Jacob Joaquin jacobjoaquin

View GitHub Profile
@jacobjoaquin
jacobjoaquin / midi_to_freq_chart.c
Created November 27, 2010 17:28
Generates a chart of MIDI notes and associated frequencies
/* MIDI to Frequency Chart
* Jacob Joaquin <jacobjoaquin@gmail.com>
* csoundblog.com
*
* Based on Listing 1.2 of The Audio Programming Book
* Edited by Richard Boulanger and Victor Lazzarini
* Chapter 1 - Programming in C
* Richard Dobson
*/
@jacobjoaquin
jacobjoaquin / jacobjoaquin-genuary2-2023.js
Created January 2, 2023 00:48
"Made in 10 Minutes". Built with p5js
// Made in 10 Minutes
// By Jacob Joaquin (@jacobjoaquin)
// For Genuary 2023
const nLines = Math.floor(Math.random() * 100) + 50
let v0, v1, p0, p1
let speed0 = Math.floor(Math.random() * 20) + 5
let speed1 = Math.floor(Math.random() * 20) + 5
@jacobjoaquin
jacobjoaquin / markov_experiment_2.csd
Created July 29, 2012 01:10
Markov Experiment 2 (Original Csound Edition)
Markov Experiment II
Jacob Joaquin
July 6, 2010
jacobjoaquin@gmail.com
csoundblog.com
<CsoundSynthesizer>
<CsInstruments>
sr = 44100
kr = 44100
@jacobjoaquin
jacobjoaquin / For_Ann_rising.csd
Created December 20, 2011 17:57
For Ann (rising) by James Tenney
For Ann (rising)
By James Tenney
1969
Csound instrument and score translation by Tom Erbe.
See here for full details:
http://musicweb.ucsd.edu/~tre/wordpress/?p=131
This csd assembled by Jacob Joaquin.
http://codehop.com/
@jacobjoaquin
jacobjoaquin / solarFlare.pde
Last active August 19, 2019 09:54
Solar Flare - Built with Processing
/*
Solar Flare
Jacob Joaquin
Find me:
https://github.com/jacobjoaquin/
https://hackaday.io/jacobjoaquin
https://twitter.com/JacobJoaquin
http://jacobjoaquin.tumblr.com/
https://www.instagram.com/jacobjoaquin/
@jacobjoaquin
jacobjoaquin / simple_aiff.c
Created December 2, 2010 21:17
A bare minimum demonstration of writing audio to an AIFF file using libsndfile. (error checking not included)
/* simple_aiff.c
* Jacob Joaquin <jacobjoaquin@gmail.com>
* csoundblog.com
*
* A bare minimum demonstration of writing audio to an AIFF file using
* libsndfile. (error checking not included)
*
* License:
* GNU Lesser General Public License
* http://www.gnu.org/copyleft/lesser.html
int numLEDs = 16;
float LEDRingRadius = 80;
ArrayList<LED> ledList;
int position = 0;
ArrayList<LED> ledEmulatorList;
class LED {
float x = 0;
float y = 0;
@jacobjoaquin
jacobjoaquin / message_from_another_planet.csd
Created January 3, 2012 21:10
Message From Another Planet (Csound)
Message From Another Planet
Jacob Joaquin
Spring 1999
Revision June 2, 2010
jacobjoaquin@gmail.com
codehop.com
To search for extraterrestrial intelligence from your home computer visit
http://setiathome.berkeley.edu/
@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 / SimoneSays.ino
Last active March 1, 2018 15:11
Simone Says
/*
"Simone Says"
Coded by Jacob Joaquin
Build Diagram Here:
https://www.tinkercad.com/things/kgfQCV9AwxG
Requires Bounce2 Library:
1. Go to: Sketch->Include Library->Manage Libraries...