feat(presets): emit default pinch hold ms

Add top-level 'pinchHoldMs': 300 to every generated .matrix so the SC
engine (Task 2) reads it instead of its hardcoded default.

- generate_presets.py: globalSettings ends with ',' and
  'pinchHoldMs': 300 is the last field before the closing ')'
- test_global_actions.py: EXPECT_PHMS check added (TDD red then green)
- 84 .matrix files regenerated (28 morceaux x intro/live/outro)
This commit is contained in:
L'électron rare
2026-06-30 16:01:59 +02:00
parent 0daa6d6bcd
commit 2ced4e728f
86 changed files with 176 additions and 85 deletions
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -1151,7 +1151,8 @@ def to_sc(name, arc_fn, instkit, melodies, extra, post=None):
"'globalActions': [ \\fill, \\drop, \\breakdown, \\evolve, "
"\\muteDrums, \\muteMelo, \\washReverb, \\next ],\n"
"'globalSettings': ( 'transientBars': 1, "
"'breakdownKeep': [ \\kick, \\sub ] )\n)\n"
"'breakdownKeep': [ \\kick, \\sub ] ),\n"
"'pinchHoldMs': 300\n)\n"
% (rows, isyms, cds, vms, vps))
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -33,5 +33,11 @@ missing_set = [os.path.basename(f) for f in files
if EXPECT_SET not in open(f, encoding="utf-8").read()]
check(not missing_set, "globalSettings missing in: %s" % missing_set[:5])
EXPECT_PHMS = "'pinchHoldMs': 300"
check(EXPECT_PHMS in sample, "to_sc output missing pinchHoldMs")
missing_phms = [os.path.basename(f) for f in files
if EXPECT_PHMS not in open(f, encoding="utf-8").read()]
check(not missing_phms, "pinchHoldMs missing in: %s" % missing_phms[:5])
print("GLOBALACT-PY PASS" if ok else "GLOBALACT-PY FAIL")
sys.exit(0 if ok else 1)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)
@@ -51,5 +51,6 @@
'voiceMods': [ [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \res, depth: 0.40), (source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyY, target: \pitch, depth: 0.30), (source: \bodyVitesse, target: \amp, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \cutoff, depth: 0.50), (source: \bodyY, target: \pitch, depth: 0.30), (source: \limbSpan, target: \res, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \rHandY, target: \pitch, depth: 0.40), (source: \lHandX, target: \res, depth: 0.40)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \rHandX, target: \amp, depth: 0.40), (source: \lHandY, target: \cutoff, depth: 0.50), (source: \lHandX, target: \res, depth: 0.40)], [(source: \bodyVitesse, target: \cutoff, depth: 0.40), (source: \limbSpan, target: \rev, depth: 0.40), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \danse, target: \rev, depth: 0.50), (source: \bodyVitesse, target: \amp, depth: 0.40)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)], [(source: \bodyVitesse, target: \rev, depth: 0.30), (source: \bodyX, target: \pan, depth: 0.30)] ],
'voicePoses': [ [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [] ],
'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ],
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] )
'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ),
'pinchHoldMs': 300
)