View slipmat_lead-in.py
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
#!/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 |
View arduino_setup.pde
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
int leftPin = 0; | |
int rightPin = 1; | |
int leftMin = 400; | |
int leftMax = 600; | |
int rightMin = 400; | |
int rightMax = 600; | |
/* |
View dtmf.csd
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
DTMF | |
Jacob Joaquin | |
September 15, 2010 | |
jacobjoaquin@gmail.com | |
csoundblog.com | |
<CsoundSynthesizer> | |
<CsInstruments> | |
sr = 44100 | |
kr = 4410 |
View 2600_synthesis.csd
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
2600 Synthesis | |
Jacob Joaquin & Jean-Luc Sinclair | |
September 20, 2010 | |
jacobjoaquin@gmail.com | |
csoundblog.com | |
<CsoundSynthesizer> | |
<CsInstruments> | |
sr = 30000 | |
kr = 30000 |
View 4_ways_for_doing_12-TET.csd
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
Four ways for doing Twelve-tone Equal Temperament | |
Jacob Joaquin | |
September 22, 2010 | |
jacobjoaquin@gmail.com | |
csoundblog.com | |
<CsoundSynthesizer> | |
<CsInstruments> | |
sr = 44100 | |
kr = 4410 |
View lots_of_comments.csd
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
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: |
View ring_modulation.csd
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
Ring Modulation | |
Jacob Joaquin | |
September 29, 2010 | |
jacobjoaquin@gmail.com | |
csoundblog.com | |
<CsoundSynthesizer> | |
<CsInstruments> | |
sr = 44100 | |
kr = 4410 |
View four_fundamental_waveforms.csd
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
Four Fundamental Waveforms | |
Jacob Joaquin | |
September 29, 2010 | |
jacobjoaquin@gmail.com | |
csoundblog.com | |
<CsoundSynthesizer> | |
<CsInstruments> | |
sr = 44100 | |
kr = 4410 |
View line_envelope.csd
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
Line Envelope | |
Jacob Joaquin | |
September 30, 2010 | |
jacobjoaquin@gmail.com | |
csoundblog.com | |
<CsoundSynthesizer> | |
<CsInstruments> | |
sr = 44100 | |
kr = 4410 |
View beat_mangler_x.csd
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
Beat Mangler X | |
Jacob Joaquin & Jean-Luc Cohen-Sinclair | |
October 3, 2010 | |
jacobjoaquin@gmail.com | |
csoundblog.com | |
<CsoundSynthesizer> | |
<CsInstruments> | |
sr = 44100 | |
kr = 44100 |
OlderNewer