diff options
-rw-r--r-- | live_sampler.ck | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/live_sampler.ck b/live_sampler.ck index 6f418c8..0fb5eab 100644 --- a/live_sampler.ck +++ b/live_sampler.ck @@ -18,6 +18,7 @@ for (0 => int i; i < lisa.cap(); i++) { lisa[i].duration() => lisa[i].loopEndRec; } 0 => lisa[i].loop; + 1 => lisa[i].maxVoices; /* patch */ Bus.channels[0] => lisa[i]; |