Skip to content

Instantly share code, notes, and snippets.

View jacobjoaquin's full-sized avatar

Jacob Joaquin jacobjoaquin

View GitHub Profile
#!/usr/bin/env python
#
# Slipmat Lead-In
#
# Copyright (c) 2010 Jacob Joaquin
# Email jacobjoaquin@gmail.com
# Visit Slipmat -- http://slipmat.noisepages.com/
#
# Code License: GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007
# http://www.gnu.org/licenses/lgpl-3.0.txt
int leftPin = 0;
int rightPin = 1;
int leftMin = 400;
int leftMax = 600;
int rightMin = 400;
int rightMax = 600;
/*
DTMF
Jacob Joaquin
September 15, 2010
jacobjoaquin@gmail.com
csoundblog.com
<CsoundSynthesizer>
<CsInstruments>
sr = 44100
kr = 4410
2600 Synthesis
Jacob Joaquin & Jean-Luc Sinclair
September 20, 2010
jacobjoaquin@gmail.com
csoundblog.com
<CsoundSynthesizer>
<CsInstruments>
sr = 30000
kr = 30000
Four ways for doing Twelve-tone Equal Temperament
Jacob Joaquin
September 22, 2010
jacobjoaquin@gmail.com
csoundblog.com
<CsoundSynthesizer>
<CsInstruments>
sr = 44100
kr = 4410
Lots of Comments (lots of comments)
Jacob Joaquin
September 27, 2010
jacobjoaquin@gmail.com
csoundblog.com
A Csound block begins with the CsoundSynthesizer tag. Everything outside of this tag is ignored by Csound:
Ring Modulation
Jacob Joaquin
September 29, 2010
jacobjoaquin@gmail.com
csoundblog.com
<CsoundSynthesizer>
<CsInstruments>
sr = 44100
kr = 4410
Four Fundamental Waveforms
Jacob Joaquin
September 29, 2010
jacobjoaquin@gmail.com
csoundblog.com
<CsoundSynthesizer>
<CsInstruments>
sr = 44100
kr = 4410
Line Envelope
Jacob Joaquin
September 30, 2010
jacobjoaquin@gmail.com
csoundblog.com
<CsoundSynthesizer>
<CsInstruments>
sr = 44100
kr = 4410
Beat Mangler X
Jacob Joaquin & Jean-Luc Cohen-Sinclair
October 3, 2010
jacobjoaquin@gmail.com
csoundblog.com
<CsoundSynthesizer>
<CsInstruments>
sr = 44100
kr = 44100