Skip to content
Permalink
Browse files

reduce mlr to 4 voice

  • Loading branch information
tehn committed Oct 23, 2018
1 parent 17d1a1b commit cd16f2005f3c114c4ff95f3320398138efa57233
Showing with 3 additions and 3 deletions.
  1. +2 −2 lib/sc/Engine_SoftCut.sc
  2. +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

0 comments on commit cd16f20

Please sign in to comment.