diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-08-30 15:07:09 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-08-30 15:07:09 +0200 |
commit | bb64afb3c112d8926617ca4312e1f2173ca41f52 (patch) | |
tree | f43ccfa87b606e2fe72fb834ef2106ecb3b1f183 | |
parent | a195d5c79ffc402b12067d8ed175d3e416fe1530 (diff) | |
download | digitale-debutanten-bb64afb3c112d8926617ca4312e1f2173ca41f52.tar.gz |
minor comment changes
-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 */ |