diff options
author | Phil Burk <[email protected]> | 2015-08-26 18:58:21 -0700 |
---|---|---|
committer | Phil Burk <[email protected]> | 2015-08-26 18:58:21 -0700 |
commit | 9d0a62be751dad1b7f1e611cba7ab9d6a29026b9 (patch) | |
tree | c49081474ba10db5a9a61a1e787436c6ead24517 | |
parent | 823ba952ac21e094b2c4b29f50f039b3397853f1 (diff) |
Experiment with BLIT
-rw-r--r-- | src/com/jsyn/unitgen/SawtoothOscillatorDPW.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/jsyn/unitgen/SawtoothOscillatorDPW.java b/src/com/jsyn/unitgen/SawtoothOscillatorDPW.java index 92d36d8..6868c15 100644 --- a/src/com/jsyn/unitgen/SawtoothOscillatorDPW.java +++ b/src/com/jsyn/unitgen/SawtoothOscillatorDPW.java @@ -17,8 +17,8 @@ package com.jsyn.unitgen; /** - * Sawtooth DPW oscillator (a sawtooth with reduced aliasing). Based on a paper by Antti Huovilainen - * and Vesa Valimaki: + * Sawtooth DPW oscillator (a sawtooth with reduced aliasing). + * Based on a paper by Antti Huovilainen and Vesa Valimaki: * http://www.scribd.com/doc/33863143/New-Approaches-to-Digital-Subtractive-Synthesis * * @author Phil Burk and Lisa Tolentino (C) 2009 Mobileer Inc |