From 9590615069bddaf4a376b19240275bf52d2ce4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:56:50 +0200 Subject: [PATCH] feat(presets): 8 pinch actions, trim settings Expand globalActions from 4 to 8 slots: [\fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next] Drop openThresh/closeThresh from globalSettings (now engine-side constants via Task 1). Regenerate all 84 .matrix files deterministically. All gates: GLOBALACT-PY PASS, TEST PASS x2, GLOBALACT PASS --- .../data_only/matrix_presets/acid_journey_intro.matrix | 4 ++-- .../data_only/matrix_presets/acid_journey_live.matrix | 4 ++-- .../data_only/matrix_presets/acid_journey_outro.matrix | 4 ++-- .../data_only/matrix_presets/ambient_intro_intro.matrix | 4 ++-- .../data_only/matrix_presets/ambient_intro_live.matrix | 4 ++-- .../data_only/matrix_presets/ambient_intro_outro.matrix | 4 ++-- .../data_only/matrix_presets/bass_science_intro.matrix | 4 ++-- .../data_only/matrix_presets/bass_science_live.matrix | 4 ++-- .../data_only/matrix_presets/bass_science_outro.matrix | 4 ++-- sound_algo/data_only/matrix_presets/breakbeat_intro.matrix | 4 ++-- sound_algo/data_only/matrix_presets/breakbeat_live.matrix | 4 ++-- sound_algo/data_only/matrix_presets/breakbeat_outro.matrix | 4 ++-- .../data_only/matrix_presets/detroit_soul_intro.matrix | 4 ++-- .../data_only/matrix_presets/detroit_soul_live.matrix | 4 ++-- .../data_only/matrix_presets/detroit_soul_outro.matrix | 4 ++-- .../data_only/matrix_presets/dnb_roller_intro.matrix | 4 ++-- sound_algo/data_only/matrix_presets/dnb_roller_live.matrix | 4 ++-- .../data_only/matrix_presets/dnb_roller_outro.matrix | 4 ++-- .../data_only/matrix_presets/dub_techno_intro.matrix | 4 ++-- sound_algo/data_only/matrix_presets/dub_techno_live.matrix | 4 ++-- .../data_only/matrix_presets/dub_techno_outro.matrix | 4 ++-- sound_algo/data_only/matrix_presets/ebm_body_intro.matrix | 4 ++-- sound_algo/data_only/matrix_presets/ebm_body_live.matrix | 4 ++-- sound_algo/data_only/matrix_presets/ebm_body_outro.matrix | 4 ++-- .../data_only/matrix_presets/electro_808_intro.matrix | 4 ++-- .../data_only/matrix_presets/electro_808_live.matrix | 4 ++-- .../data_only/matrix_presets/electro_808_outro.matrix | 4 ++-- .../data_only/matrix_presets/electro_funk_intro.matrix | 4 ++-- .../data_only/matrix_presets/electro_funk_live.matrix | 4 ++-- .../data_only/matrix_presets/electro_funk_outro.matrix | 4 ++-- .../data_only/matrix_presets/footwork_chop_intro.matrix | 4 ++-- .../data_only/matrix_presets/footwork_chop_live.matrix | 4 ++-- .../data_only/matrix_presets/footwork_chop_outro.matrix | 4 ++-- sound_algo/data_only/matrix_presets/generate_presets.py | 7 ++++--- .../data_only/matrix_presets/hardcore_punk_intro.matrix | 4 ++-- .../data_only/matrix_presets/hardcore_punk_live.matrix | 4 ++-- .../data_only/matrix_presets/hardcore_punk_outro.matrix | 4 ++-- .../data_only/matrix_presets/hypnotic_arp_intro.matrix | 4 ++-- .../data_only/matrix_presets/hypnotic_arp_live.matrix | 4 ++-- .../data_only/matrix_presets/hypnotic_arp_outro.matrix | 4 ++-- .../data_only/matrix_presets/industrial_grind_intro.matrix | 4 ++-- .../data_only/matrix_presets/industrial_grind_live.matrix | 4 ++-- .../data_only/matrix_presets/industrial_grind_outro.matrix | 4 ++-- .../data_only/matrix_presets/jungle_amen_intro.matrix | 4 ++-- .../data_only/matrix_presets/jungle_amen_live.matrix | 4 ++-- .../data_only/matrix_presets/jungle_amen_outro.matrix | 4 ++-- .../data_only/matrix_presets/melodic_builder_intro.matrix | 4 ++-- .../data_only/matrix_presets/melodic_builder_live.matrix | 4 ++-- .../data_only/matrix_presets/melodic_builder_outro.matrix | 4 ++-- .../data_only/matrix_presets/melodic_deep_intro.matrix | 4 ++-- .../data_only/matrix_presets/melodic_deep_live.matrix | 4 ++-- .../data_only/matrix_presets/melodic_deep_outro.matrix | 4 ++-- .../data_only/matrix_presets/minimal_hypno_intro.matrix | 4 ++-- .../data_only/matrix_presets/minimal_hypno_live.matrix | 4 ++-- .../data_only/matrix_presets/minimal_hypno_outro.matrix | 4 ++-- .../data_only/matrix_presets/neuro_reese_intro.matrix | 4 ++-- .../data_only/matrix_presets/neuro_reese_live.matrix | 4 ++-- .../data_only/matrix_presets/neuro_reese_outro.matrix | 4 ++-- sound_algo/data_only/matrix_presets/peak_drop_intro.matrix | 4 ++-- sound_algo/data_only/matrix_presets/peak_drop_live.matrix | 4 ++-- sound_algo/data_only/matrix_presets/peak_drop_outro.matrix | 4 ++-- .../data_only/matrix_presets/progressive_lift_intro.matrix | 4 ++-- .../data_only/matrix_presets/progressive_lift_live.matrix | 4 ++-- .../data_only/matrix_presets/progressive_lift_outro.matrix | 4 ++-- .../data_only/matrix_presets/psytrance_roll_intro.matrix | 4 ++-- .../data_only/matrix_presets/psytrance_roll_live.matrix | 4 ++-- .../data_only/matrix_presets/psytrance_roll_outro.matrix | 4 ++-- sound_algo/data_only/matrix_presets/rave_stab_intro.matrix | 4 ++-- sound_algo/data_only/matrix_presets/rave_stab_live.matrix | 4 ++-- sound_algo/data_only/matrix_presets/rave_stab_outro.matrix | 4 ++-- .../data_only/matrix_presets/schranz_drive_intro.matrix | 4 ++-- .../data_only/matrix_presets/schranz_drive_live.matrix | 4 ++-- .../data_only/matrix_presets/schranz_drive_outro.matrix | 4 ++-- .../data_only/matrix_presets/synthwave_drive_intro.matrix | 4 ++-- .../data_only/matrix_presets/synthwave_drive_live.matrix | 4 ++-- .../data_only/matrix_presets/synthwave_drive_outro.matrix | 4 ++-- .../data_only/matrix_presets/techno_drive_intro.matrix | 4 ++-- .../data_only/matrix_presets/techno_drive_live.matrix | 4 ++-- .../data_only/matrix_presets/techno_drive_outro.matrix | 4 ++-- sound_algo/data_only/matrix_presets/test_global_actions.py | 5 ++--- .../data_only/matrix_presets/trance_euphoria_intro.matrix | 4 ++-- .../data_only/matrix_presets/trance_euphoria_live.matrix | 4 ++-- .../data_only/matrix_presets/trance_euphoria_outro.matrix | 4 ++-- .../data_only/matrix_presets/tribal_perc_intro.matrix | 4 ++-- .../data_only/matrix_presets/tribal_perc_live.matrix | 4 ++-- .../data_only/matrix_presets/tribal_perc_outro.matrix | 4 ++-- 86 files changed, 174 insertions(+), 174 deletions(-) diff --git a/sound_algo/data_only/matrix_presets/acid_journey_intro.matrix b/sound_algo/data_only/matrix_presets/acid_journey_intro.matrix index 0494bf7..e903cc3 100644 --- a/sound_algo/data_only/matrix_presets/acid_journey_intro.matrix +++ b/sound_algo/data_only/matrix_presets/acid_journey_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/acid_journey_live.matrix b/sound_algo/data_only/matrix_presets/acid_journey_live.matrix index 84eb7e6..082caca 100644 --- a/sound_algo/data_only/matrix_presets/acid_journey_live.matrix +++ b/sound_algo/data_only/matrix_presets/acid_journey_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/acid_journey_outro.matrix b/sound_algo/data_only/matrix_presets/acid_journey_outro.matrix index d3f132a..63bd28d 100644 --- a/sound_algo/data_only/matrix_presets/acid_journey_outro.matrix +++ b/sound_algo/data_only/matrix_presets/acid_journey_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/ambient_intro_intro.matrix b/sound_algo/data_only/matrix_presets/ambient_intro_intro.matrix index 14ca20e..6ccaf56 100644 --- a/sound_algo/data_only/matrix_presets/ambient_intro_intro.matrix +++ b/sound_algo/data_only/matrix_presets/ambient_intro_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/ambient_intro_live.matrix b/sound_algo/data_only/matrix_presets/ambient_intro_live.matrix index f87b029..2df52e5 100644 --- a/sound_algo/data_only/matrix_presets/ambient_intro_live.matrix +++ b/sound_algo/data_only/matrix_presets/ambient_intro_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/ambient_intro_outro.matrix b/sound_algo/data_only/matrix_presets/ambient_intro_outro.matrix index 324852b..a105fb4 100644 --- a/sound_algo/data_only/matrix_presets/ambient_intro_outro.matrix +++ b/sound_algo/data_only/matrix_presets/ambient_intro_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/bass_science_intro.matrix b/sound_algo/data_only/matrix_presets/bass_science_intro.matrix index db2e269..74a2604 100644 --- a/sound_algo/data_only/matrix_presets/bass_science_intro.matrix +++ b/sound_algo/data_only/matrix_presets/bass_science_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/bass_science_live.matrix b/sound_algo/data_only/matrix_presets/bass_science_live.matrix index d6c5cf0..9da6d32 100644 --- a/sound_algo/data_only/matrix_presets/bass_science_live.matrix +++ b/sound_algo/data_only/matrix_presets/bass_science_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/bass_science_outro.matrix b/sound_algo/data_only/matrix_presets/bass_science_outro.matrix index f41cfe8..f6fa816 100644 --- a/sound_algo/data_only/matrix_presets/bass_science_outro.matrix +++ b/sound_algo/data_only/matrix_presets/bass_science_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/breakbeat_intro.matrix b/sound_algo/data_only/matrix_presets/breakbeat_intro.matrix index 46645c0..e8fcff1 100644 --- a/sound_algo/data_only/matrix_presets/breakbeat_intro.matrix +++ b/sound_algo/data_only/matrix_presets/breakbeat_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/breakbeat_live.matrix b/sound_algo/data_only/matrix_presets/breakbeat_live.matrix index 40957ec..2fb935d 100644 --- a/sound_algo/data_only/matrix_presets/breakbeat_live.matrix +++ b/sound_algo/data_only/matrix_presets/breakbeat_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/breakbeat_outro.matrix b/sound_algo/data_only/matrix_presets/breakbeat_outro.matrix index 0c05d88..8018885 100644 --- a/sound_algo/data_only/matrix_presets/breakbeat_outro.matrix +++ b/sound_algo/data_only/matrix_presets/breakbeat_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/detroit_soul_intro.matrix b/sound_algo/data_only/matrix_presets/detroit_soul_intro.matrix index a19b617..37fe0ec 100644 --- a/sound_algo/data_only/matrix_presets/detroit_soul_intro.matrix +++ b/sound_algo/data_only/matrix_presets/detroit_soul_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/detroit_soul_live.matrix b/sound_algo/data_only/matrix_presets/detroit_soul_live.matrix index a425955..4ee4787 100644 --- a/sound_algo/data_only/matrix_presets/detroit_soul_live.matrix +++ b/sound_algo/data_only/matrix_presets/detroit_soul_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/detroit_soul_outro.matrix b/sound_algo/data_only/matrix_presets/detroit_soul_outro.matrix index ca79a7f..a63a4f2 100644 --- a/sound_algo/data_only/matrix_presets/detroit_soul_outro.matrix +++ b/sound_algo/data_only/matrix_presets/detroit_soul_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/dnb_roller_intro.matrix b/sound_algo/data_only/matrix_presets/dnb_roller_intro.matrix index 0fed656..c937408 100644 --- a/sound_algo/data_only/matrix_presets/dnb_roller_intro.matrix +++ b/sound_algo/data_only/matrix_presets/dnb_roller_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/dnb_roller_live.matrix b/sound_algo/data_only/matrix_presets/dnb_roller_live.matrix index 9d6fcba..91701e5 100644 --- a/sound_algo/data_only/matrix_presets/dnb_roller_live.matrix +++ b/sound_algo/data_only/matrix_presets/dnb_roller_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/dnb_roller_outro.matrix b/sound_algo/data_only/matrix_presets/dnb_roller_outro.matrix index 1faea28..bbfa870 100644 --- a/sound_algo/data_only/matrix_presets/dnb_roller_outro.matrix +++ b/sound_algo/data_only/matrix_presets/dnb_roller_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/dub_techno_intro.matrix b/sound_algo/data_only/matrix_presets/dub_techno_intro.matrix index 83bfc07..f7ef73a 100644 --- a/sound_algo/data_only/matrix_presets/dub_techno_intro.matrix +++ b/sound_algo/data_only/matrix_presets/dub_techno_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/dub_techno_live.matrix b/sound_algo/data_only/matrix_presets/dub_techno_live.matrix index be84caa..1b18b73 100644 --- a/sound_algo/data_only/matrix_presets/dub_techno_live.matrix +++ b/sound_algo/data_only/matrix_presets/dub_techno_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/dub_techno_outro.matrix b/sound_algo/data_only/matrix_presets/dub_techno_outro.matrix index 63018d1..c2d5b7a 100644 --- a/sound_algo/data_only/matrix_presets/dub_techno_outro.matrix +++ b/sound_algo/data_only/matrix_presets/dub_techno_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/ebm_body_intro.matrix b/sound_algo/data_only/matrix_presets/ebm_body_intro.matrix index 55fd469..1d293a7 100644 --- a/sound_algo/data_only/matrix_presets/ebm_body_intro.matrix +++ b/sound_algo/data_only/matrix_presets/ebm_body_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/ebm_body_live.matrix b/sound_algo/data_only/matrix_presets/ebm_body_live.matrix index b27eb1e..324a0f8 100644 --- a/sound_algo/data_only/matrix_presets/ebm_body_live.matrix +++ b/sound_algo/data_only/matrix_presets/ebm_body_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/ebm_body_outro.matrix b/sound_algo/data_only/matrix_presets/ebm_body_outro.matrix index 4a644d6..056e9e2 100644 --- a/sound_algo/data_only/matrix_presets/ebm_body_outro.matrix +++ b/sound_algo/data_only/matrix_presets/ebm_body_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/electro_808_intro.matrix b/sound_algo/data_only/matrix_presets/electro_808_intro.matrix index 7ab8b9e..c372838 100644 --- a/sound_algo/data_only/matrix_presets/electro_808_intro.matrix +++ b/sound_algo/data_only/matrix_presets/electro_808_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/electro_808_live.matrix b/sound_algo/data_only/matrix_presets/electro_808_live.matrix index 86a1a25..993171b 100644 --- a/sound_algo/data_only/matrix_presets/electro_808_live.matrix +++ b/sound_algo/data_only/matrix_presets/electro_808_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/electro_808_outro.matrix b/sound_algo/data_only/matrix_presets/electro_808_outro.matrix index 1711562..1e3beb8 100644 --- a/sound_algo/data_only/matrix_presets/electro_808_outro.matrix +++ b/sound_algo/data_only/matrix_presets/electro_808_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/electro_funk_intro.matrix b/sound_algo/data_only/matrix_presets/electro_funk_intro.matrix index ef4cd14..675eca6 100644 --- a/sound_algo/data_only/matrix_presets/electro_funk_intro.matrix +++ b/sound_algo/data_only/matrix_presets/electro_funk_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/electro_funk_live.matrix b/sound_algo/data_only/matrix_presets/electro_funk_live.matrix index e68e475..4afbf75 100644 --- a/sound_algo/data_only/matrix_presets/electro_funk_live.matrix +++ b/sound_algo/data_only/matrix_presets/electro_funk_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/electro_funk_outro.matrix b/sound_algo/data_only/matrix_presets/electro_funk_outro.matrix index 837a968..d232595 100644 --- a/sound_algo/data_only/matrix_presets/electro_funk_outro.matrix +++ b/sound_algo/data_only/matrix_presets/electro_funk_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/footwork_chop_intro.matrix b/sound_algo/data_only/matrix_presets/footwork_chop_intro.matrix index f144132..7833fb3 100644 --- a/sound_algo/data_only/matrix_presets/footwork_chop_intro.matrix +++ b/sound_algo/data_only/matrix_presets/footwork_chop_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/footwork_chop_live.matrix b/sound_algo/data_only/matrix_presets/footwork_chop_live.matrix index 3300e36..40de9d1 100644 --- a/sound_algo/data_only/matrix_presets/footwork_chop_live.matrix +++ b/sound_algo/data_only/matrix_presets/footwork_chop_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/footwork_chop_outro.matrix b/sound_algo/data_only/matrix_presets/footwork_chop_outro.matrix index 869901f..4985bce 100644 --- a/sound_algo/data_only/matrix_presets/footwork_chop_outro.matrix +++ b/sound_algo/data_only/matrix_presets/footwork_chop_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/generate_presets.py b/sound_algo/data_only/matrix_presets/generate_presets.py index 57008d7..09dc4d1 100644 --- a/sound_algo/data_only/matrix_presets/generate_presets.py +++ b/sound_algo/data_only/matrix_presets/generate_presets.py @@ -1148,9 +1148,10 @@ def to_sc(name, arc_fn, instkit, melodies, extra, post=None): "'colorDefs': [\n%s\n],\n" "'voiceMods': [ %s ],\n" "'voicePoses': [ %s ],\n" - "'globalActions': [ \\fill, \\drop, \\evolve, \\breakdown ],\n" - "'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, " - "'transientBars': 1, 'breakdownKeep': [ \\kick, \\sub ] )\n)\n" + "'globalActions': [ \\fill, \\drop, \\breakdown, \\evolve, " + "\\muteDrums, \\muteMelo, \\washReverb, \\next ],\n" + "'globalSettings': ( 'transientBars': 1, " + "'breakdownKeep': [ \\kick, \\sub ] )\n)\n" % (rows, isyms, cds, vms, vps)) diff --git a/sound_algo/data_only/matrix_presets/hardcore_punk_intro.matrix b/sound_algo/data_only/matrix_presets/hardcore_punk_intro.matrix index b65b58d..5c3e5dd 100644 --- a/sound_algo/data_only/matrix_presets/hardcore_punk_intro.matrix +++ b/sound_algo/data_only/matrix_presets/hardcore_punk_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/hardcore_punk_live.matrix b/sound_algo/data_only/matrix_presets/hardcore_punk_live.matrix index 2628303..1d7d45b 100644 --- a/sound_algo/data_only/matrix_presets/hardcore_punk_live.matrix +++ b/sound_algo/data_only/matrix_presets/hardcore_punk_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/hardcore_punk_outro.matrix b/sound_algo/data_only/matrix_presets/hardcore_punk_outro.matrix index 09b807b..c279227 100644 --- a/sound_algo/data_only/matrix_presets/hardcore_punk_outro.matrix +++ b/sound_algo/data_only/matrix_presets/hardcore_punk_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/hypnotic_arp_intro.matrix b/sound_algo/data_only/matrix_presets/hypnotic_arp_intro.matrix index 1556473..ec49d24 100644 --- a/sound_algo/data_only/matrix_presets/hypnotic_arp_intro.matrix +++ b/sound_algo/data_only/matrix_presets/hypnotic_arp_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/hypnotic_arp_live.matrix b/sound_algo/data_only/matrix_presets/hypnotic_arp_live.matrix index aebbff4..d5db6e5 100644 --- a/sound_algo/data_only/matrix_presets/hypnotic_arp_live.matrix +++ b/sound_algo/data_only/matrix_presets/hypnotic_arp_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/hypnotic_arp_outro.matrix b/sound_algo/data_only/matrix_presets/hypnotic_arp_outro.matrix index b6f3886..d3f684f 100644 --- a/sound_algo/data_only/matrix_presets/hypnotic_arp_outro.matrix +++ b/sound_algo/data_only/matrix_presets/hypnotic_arp_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/industrial_grind_intro.matrix b/sound_algo/data_only/matrix_presets/industrial_grind_intro.matrix index 3a8bed0..000e1ca 100644 --- a/sound_algo/data_only/matrix_presets/industrial_grind_intro.matrix +++ b/sound_algo/data_only/matrix_presets/industrial_grind_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/industrial_grind_live.matrix b/sound_algo/data_only/matrix_presets/industrial_grind_live.matrix index e05fd99..ffc6c1a 100644 --- a/sound_algo/data_only/matrix_presets/industrial_grind_live.matrix +++ b/sound_algo/data_only/matrix_presets/industrial_grind_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/industrial_grind_outro.matrix b/sound_algo/data_only/matrix_presets/industrial_grind_outro.matrix index 1a63d1f..0649fb9 100644 --- a/sound_algo/data_only/matrix_presets/industrial_grind_outro.matrix +++ b/sound_algo/data_only/matrix_presets/industrial_grind_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/jungle_amen_intro.matrix b/sound_algo/data_only/matrix_presets/jungle_amen_intro.matrix index 27b4aab..1691d27 100644 --- a/sound_algo/data_only/matrix_presets/jungle_amen_intro.matrix +++ b/sound_algo/data_only/matrix_presets/jungle_amen_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/jungle_amen_live.matrix b/sound_algo/data_only/matrix_presets/jungle_amen_live.matrix index df21454..6589ddc 100644 --- a/sound_algo/data_only/matrix_presets/jungle_amen_live.matrix +++ b/sound_algo/data_only/matrix_presets/jungle_amen_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/jungle_amen_outro.matrix b/sound_algo/data_only/matrix_presets/jungle_amen_outro.matrix index 33e4c47..a5c67b7 100644 --- a/sound_algo/data_only/matrix_presets/jungle_amen_outro.matrix +++ b/sound_algo/data_only/matrix_presets/jungle_amen_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/melodic_builder_intro.matrix b/sound_algo/data_only/matrix_presets/melodic_builder_intro.matrix index fa38839..4379750 100644 --- a/sound_algo/data_only/matrix_presets/melodic_builder_intro.matrix +++ b/sound_algo/data_only/matrix_presets/melodic_builder_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/melodic_builder_live.matrix b/sound_algo/data_only/matrix_presets/melodic_builder_live.matrix index 7bb1fb8..97dfa53 100644 --- a/sound_algo/data_only/matrix_presets/melodic_builder_live.matrix +++ b/sound_algo/data_only/matrix_presets/melodic_builder_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/melodic_builder_outro.matrix b/sound_algo/data_only/matrix_presets/melodic_builder_outro.matrix index 9519385..7f2995b 100644 --- a/sound_algo/data_only/matrix_presets/melodic_builder_outro.matrix +++ b/sound_algo/data_only/matrix_presets/melodic_builder_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/melodic_deep_intro.matrix b/sound_algo/data_only/matrix_presets/melodic_deep_intro.matrix index 21f712a..ce26182 100644 --- a/sound_algo/data_only/matrix_presets/melodic_deep_intro.matrix +++ b/sound_algo/data_only/matrix_presets/melodic_deep_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/melodic_deep_live.matrix b/sound_algo/data_only/matrix_presets/melodic_deep_live.matrix index a49a671..e5176dc 100644 --- a/sound_algo/data_only/matrix_presets/melodic_deep_live.matrix +++ b/sound_algo/data_only/matrix_presets/melodic_deep_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/melodic_deep_outro.matrix b/sound_algo/data_only/matrix_presets/melodic_deep_outro.matrix index 74a87b5..ac6763c 100644 --- a/sound_algo/data_only/matrix_presets/melodic_deep_outro.matrix +++ b/sound_algo/data_only/matrix_presets/melodic_deep_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/minimal_hypno_intro.matrix b/sound_algo/data_only/matrix_presets/minimal_hypno_intro.matrix index 51828f6..8a5a7dc 100644 --- a/sound_algo/data_only/matrix_presets/minimal_hypno_intro.matrix +++ b/sound_algo/data_only/matrix_presets/minimal_hypno_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/minimal_hypno_live.matrix b/sound_algo/data_only/matrix_presets/minimal_hypno_live.matrix index d9442e3..5acb54f 100644 --- a/sound_algo/data_only/matrix_presets/minimal_hypno_live.matrix +++ b/sound_algo/data_only/matrix_presets/minimal_hypno_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/minimal_hypno_outro.matrix b/sound_algo/data_only/matrix_presets/minimal_hypno_outro.matrix index 29e4965..82708ae 100644 --- a/sound_algo/data_only/matrix_presets/minimal_hypno_outro.matrix +++ b/sound_algo/data_only/matrix_presets/minimal_hypno_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/neuro_reese_intro.matrix b/sound_algo/data_only/matrix_presets/neuro_reese_intro.matrix index d8ba4e4..c5da552 100644 --- a/sound_algo/data_only/matrix_presets/neuro_reese_intro.matrix +++ b/sound_algo/data_only/matrix_presets/neuro_reese_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/neuro_reese_live.matrix b/sound_algo/data_only/matrix_presets/neuro_reese_live.matrix index 5f3cbcf..54509db 100644 --- a/sound_algo/data_only/matrix_presets/neuro_reese_live.matrix +++ b/sound_algo/data_only/matrix_presets/neuro_reese_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/neuro_reese_outro.matrix b/sound_algo/data_only/matrix_presets/neuro_reese_outro.matrix index bd799be..dd1d406 100644 --- a/sound_algo/data_only/matrix_presets/neuro_reese_outro.matrix +++ b/sound_algo/data_only/matrix_presets/neuro_reese_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/peak_drop_intro.matrix b/sound_algo/data_only/matrix_presets/peak_drop_intro.matrix index 4e03d2f..37c173d 100644 --- a/sound_algo/data_only/matrix_presets/peak_drop_intro.matrix +++ b/sound_algo/data_only/matrix_presets/peak_drop_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/peak_drop_live.matrix b/sound_algo/data_only/matrix_presets/peak_drop_live.matrix index 3da1e74..935bbaf 100644 --- a/sound_algo/data_only/matrix_presets/peak_drop_live.matrix +++ b/sound_algo/data_only/matrix_presets/peak_drop_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/peak_drop_outro.matrix b/sound_algo/data_only/matrix_presets/peak_drop_outro.matrix index 2e235c1..9485d4c 100644 --- a/sound_algo/data_only/matrix_presets/peak_drop_outro.matrix +++ b/sound_algo/data_only/matrix_presets/peak_drop_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/progressive_lift_intro.matrix b/sound_algo/data_only/matrix_presets/progressive_lift_intro.matrix index a711294..844d35e 100644 --- a/sound_algo/data_only/matrix_presets/progressive_lift_intro.matrix +++ b/sound_algo/data_only/matrix_presets/progressive_lift_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/progressive_lift_live.matrix b/sound_algo/data_only/matrix_presets/progressive_lift_live.matrix index 35e11f1..b1910f5 100644 --- a/sound_algo/data_only/matrix_presets/progressive_lift_live.matrix +++ b/sound_algo/data_only/matrix_presets/progressive_lift_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/progressive_lift_outro.matrix b/sound_algo/data_only/matrix_presets/progressive_lift_outro.matrix index e876252..4053a03 100644 --- a/sound_algo/data_only/matrix_presets/progressive_lift_outro.matrix +++ b/sound_algo/data_only/matrix_presets/progressive_lift_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/psytrance_roll_intro.matrix b/sound_algo/data_only/matrix_presets/psytrance_roll_intro.matrix index bd3c224..578b7e7 100644 --- a/sound_algo/data_only/matrix_presets/psytrance_roll_intro.matrix +++ b/sound_algo/data_only/matrix_presets/psytrance_roll_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/psytrance_roll_live.matrix b/sound_algo/data_only/matrix_presets/psytrance_roll_live.matrix index e4a438b..39554c3 100644 --- a/sound_algo/data_only/matrix_presets/psytrance_roll_live.matrix +++ b/sound_algo/data_only/matrix_presets/psytrance_roll_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/psytrance_roll_outro.matrix b/sound_algo/data_only/matrix_presets/psytrance_roll_outro.matrix index 03f9a27..5a3291d 100644 --- a/sound_algo/data_only/matrix_presets/psytrance_roll_outro.matrix +++ b/sound_algo/data_only/matrix_presets/psytrance_roll_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/rave_stab_intro.matrix b/sound_algo/data_only/matrix_presets/rave_stab_intro.matrix index 58ea909..266bfd8 100644 --- a/sound_algo/data_only/matrix_presets/rave_stab_intro.matrix +++ b/sound_algo/data_only/matrix_presets/rave_stab_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/rave_stab_live.matrix b/sound_algo/data_only/matrix_presets/rave_stab_live.matrix index c73cace..e92f3df 100644 --- a/sound_algo/data_only/matrix_presets/rave_stab_live.matrix +++ b/sound_algo/data_only/matrix_presets/rave_stab_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/rave_stab_outro.matrix b/sound_algo/data_only/matrix_presets/rave_stab_outro.matrix index 8cc4682..289ed65 100644 --- a/sound_algo/data_only/matrix_presets/rave_stab_outro.matrix +++ b/sound_algo/data_only/matrix_presets/rave_stab_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/schranz_drive_intro.matrix b/sound_algo/data_only/matrix_presets/schranz_drive_intro.matrix index 1aec7bf..c7fff14 100644 --- a/sound_algo/data_only/matrix_presets/schranz_drive_intro.matrix +++ b/sound_algo/data_only/matrix_presets/schranz_drive_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/schranz_drive_live.matrix b/sound_algo/data_only/matrix_presets/schranz_drive_live.matrix index 61722b4..55b15d8 100644 --- a/sound_algo/data_only/matrix_presets/schranz_drive_live.matrix +++ b/sound_algo/data_only/matrix_presets/schranz_drive_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/schranz_drive_outro.matrix b/sound_algo/data_only/matrix_presets/schranz_drive_outro.matrix index 2575f80..d8481fd 100644 --- a/sound_algo/data_only/matrix_presets/schranz_drive_outro.matrix +++ b/sound_algo/data_only/matrix_presets/schranz_drive_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/synthwave_drive_intro.matrix b/sound_algo/data_only/matrix_presets/synthwave_drive_intro.matrix index a474d39..7fe77af 100644 --- a/sound_algo/data_only/matrix_presets/synthwave_drive_intro.matrix +++ b/sound_algo/data_only/matrix_presets/synthwave_drive_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/synthwave_drive_live.matrix b/sound_algo/data_only/matrix_presets/synthwave_drive_live.matrix index 5a094f4..2db654d 100644 --- a/sound_algo/data_only/matrix_presets/synthwave_drive_live.matrix +++ b/sound_algo/data_only/matrix_presets/synthwave_drive_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/synthwave_drive_outro.matrix b/sound_algo/data_only/matrix_presets/synthwave_drive_outro.matrix index 31241dc..f32e9a3 100644 --- a/sound_algo/data_only/matrix_presets/synthwave_drive_outro.matrix +++ b/sound_algo/data_only/matrix_presets/synthwave_drive_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/techno_drive_intro.matrix b/sound_algo/data_only/matrix_presets/techno_drive_intro.matrix index 0fc8803..d9c55a6 100644 --- a/sound_algo/data_only/matrix_presets/techno_drive_intro.matrix +++ b/sound_algo/data_only/matrix_presets/techno_drive_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/techno_drive_live.matrix b/sound_algo/data_only/matrix_presets/techno_drive_live.matrix index c662a38..ee0a9ce 100644 --- a/sound_algo/data_only/matrix_presets/techno_drive_live.matrix +++ b/sound_algo/data_only/matrix_presets/techno_drive_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/techno_drive_outro.matrix b/sound_algo/data_only/matrix_presets/techno_drive_outro.matrix index 495b370..bba57c4 100644 --- a/sound_algo/data_only/matrix_presets/techno_drive_outro.matrix +++ b/sound_algo/data_only/matrix_presets/techno_drive_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/test_global_actions.py b/sound_algo/data_only/matrix_presets/test_global_actions.py index 656b1fb..c9c73fb 100644 --- a/sound_algo/data_only/matrix_presets/test_global_actions.py +++ b/sound_algo/data_only/matrix_presets/test_global_actions.py @@ -5,7 +5,7 @@ import sys, os, glob sys.path.insert(0, os.path.dirname(os.path.abspath(__file__))) import generate_presets as G -EXPECT = r"'globalActions': [ \fill, \drop, \evolve, \breakdown ]" +EXPECT = r"'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ]" ok = True def check(c, m): @@ -27,8 +27,7 @@ missing = [os.path.basename(f) for f in files if EXPECT not in open(f, encoding="utf-8").read()] check(not missing, "globalActions missing in: %s" % missing[:5]) -EXPECT_SET = ("'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, " - "'transientBars': 1, 'breakdownKeep': [ \\kick, \\sub ] )") +EXPECT_SET = "'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \\kick, \\sub ] )" check(EXPECT_SET in sample, "to_sc output missing globalSettings default") missing_set = [os.path.basename(f) for f in files if EXPECT_SET not in open(f, encoding="utf-8").read()] diff --git a/sound_algo/data_only/matrix_presets/trance_euphoria_intro.matrix b/sound_algo/data_only/matrix_presets/trance_euphoria_intro.matrix index bcea842..26636a2 100644 --- a/sound_algo/data_only/matrix_presets/trance_euphoria_intro.matrix +++ b/sound_algo/data_only/matrix_presets/trance_euphoria_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/trance_euphoria_live.matrix b/sound_algo/data_only/matrix_presets/trance_euphoria_live.matrix index 02821de..373e44c 100644 --- a/sound_algo/data_only/matrix_presets/trance_euphoria_live.matrix +++ b/sound_algo/data_only/matrix_presets/trance_euphoria_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/trance_euphoria_outro.matrix b/sound_algo/data_only/matrix_presets/trance_euphoria_outro.matrix index 5f04259..bbf4ac1 100644 --- a/sound_algo/data_only/matrix_presets/trance_euphoria_outro.matrix +++ b/sound_algo/data_only/matrix_presets/trance_euphoria_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/tribal_perc_intro.matrix b/sound_algo/data_only/matrix_presets/tribal_perc_intro.matrix index 9b81fa5..c3af1f7 100644 --- a/sound_algo/data_only/matrix_presets/tribal_perc_intro.matrix +++ b/sound_algo/data_only/matrix_presets/tribal_perc_intro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/tribal_perc_live.matrix b/sound_algo/data_only/matrix_presets/tribal_perc_live.matrix index d1e25e2..dbc062a 100644 --- a/sound_algo/data_only/matrix_presets/tribal_perc_live.matrix +++ b/sound_algo/data_only/matrix_presets/tribal_perc_live.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) ) diff --git a/sound_algo/data_only/matrix_presets/tribal_perc_outro.matrix b/sound_algo/data_only/matrix_presets/tribal_perc_outro.matrix index 12d9d3f..f438890 100644 --- a/sound_algo/data_only/matrix_presets/tribal_perc_outro.matrix +++ b/sound_algo/data_only/matrix_presets/tribal_perc_outro.matrix @@ -50,6 +50,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, \evolve, \breakdown ], -'globalSettings': ( 'openThresh': 0.65, 'closeThresh': 0.3, 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) +'globalActions': [ \fill, \drop, \breakdown, \evolve, \muteDrums, \muteMelo, \washReverb, \next ], +'globalSettings': ( 'transientBars': 1, 'breakdownKeep': [ \kick, \sub ] ) )