diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-04-30 17:12:29 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-04-30 17:12:29 +0200 |
commit | 7c1e94405aae7ecbe6e66fa96a85329315b18720 (patch) | |
tree | 6ee5ed1f67b0e4e7f5d758c4e36041aa5a7d8364 /lib | |
parent | 7654db0a3c1a56ccd30e991080c61d3043ad40c6 (diff) | |
download | digitale-debutanten-7c1e94405aae7ecbe6e66fa96a85329315b18720.tar.gz |
SampOsc code cleanup
Diffstat (limited to 'lib')
-rw-r--r-- | lib/SampOsc.ck | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/SampOsc.ck b/lib/SampOsc.ck index 6bbb3a9..1aadbea 100644 --- a/lib/SampOsc.ck +++ b/lib/SampOsc.ck @@ -20,7 +20,8 @@ public class SampOsc extends SndBuf { * NOTE: Due to a ChucK bug, simply killing and restarting the shred * does not work very well. */ - fun void __loop() /* pseudo-private */ + fun void + __loop() /* pseudo-private */ { now => time last_trigger; |