Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
reduce mlr to 4 voice
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+2
−2
lib/sc/Engine_SoftCut.sc
-
+1
−1
scripts/tehn/mlr.lua
|
|
@@ -1,7 +1,7 @@ |
|
|
// a sample capture / playback matrix |
|
|
Engine_SoftCut : CroneEngine { |
|
|
classvar nvoices = 6; // total number of voices |
|
|
classvar bufDur = 720; // 12 minutes + |
|
|
classvar nvoices = 4; // total number of voices |
|
|
classvar bufDur = 480; // 8 minutes + |
|
|
|
|
|
classvar commands; |
|
|
|
|
|
|
|
|
@@ -28,7 +28,7 @@ local g = grid.connect() |
|
|
|
|
|
local pattern_time = require 'pattern_time' |
|
|
|
|
|
local TRACKS = 6 |
|
|
local TRACKS = 4 |
|
|
local FADE = 0.01 |
|
|
|
|
|
local vREC = 1 |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.