summaryrefslogtreecommitdiff
path: root/live_sampler.ck
diff options
context:
space:
mode:
Diffstat (limited to 'live_sampler.ck')
-rw-r--r--live_sampler.ck3
1 files changed, 2 insertions, 1 deletions
diff --git a/live_sampler.ck b/live_sampler.ck
index 5dae578..67096f5 100644
--- a/live_sampler.ck
+++ b/live_sampler.ck
@@ -20,7 +20,8 @@ for (0 => int i; i < lisa.cap(); i++) {
0 => lisa[i].loop;
/* patch */
- Bus.channels[0] => lisa[i] => amp;
+ Bus.channels[0] => lisa[i];
+ lisa[i].chan(0) => amp;
}
lisa[0] @=> LiSaX @currentSample;