summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/SampOsc.ck3
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;