This file contains hidden or 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 |
This file contains hidden or 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; | |
| /* |
This file contains hidden or 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 |
This file contains hidden or 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 |
This file contains hidden or 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 |
This file contains hidden or 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: |
This file contains hidden or 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 |
This file contains hidden or 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 |
This file contains hidden or 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 |
This file contains hidden or 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