diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/LiSaX.ck | 1 | ||||
-rw-r--r-- | lib/NanoEvent.ck | 2 |
2 files changed, 2 insertions, 1 deletions
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 */ |