From bb64afb3c112d8926617ca4312e1f2173ca41f52 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 30 Aug 2012 15:07:09 +0200 Subject: minor comment changes --- lib/LiSaX.ck | 1 + lib/NanoEvent.ck | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/LiSaX.ck b/lib/LiSaX.ck index 63627c9..8ce2d6b 100644 --- a/lib/LiSaX.ck +++ b/lib/LiSaX.ck @@ -13,6 +13,7 @@ public class LiSaX extends LiSa { for (0 => int i; i < buf.samples(); i++) /* + * BUG WORKAROUND * Only get the first channel's data. * Still broken for stereo files probably because a * ChucK bug prevents buf.valueAt(i) to work for diff --git a/lib/NanoEvent.ck b/lib/NanoEvent.ck index aba3822..a338133 100644 --- a/lib/NanoEvent.ck +++ b/lib/NanoEvent.ck @@ -1,5 +1,5 @@ /* - * ChucK is so buggy, it hurts... + * BUG WORKAROUND * You just cannot declare plain static string arrays, so * we must wrap them in "real" objects */ -- cgit v1.2.3