From 1ffb4722283b46551923611670f8f0e872d52462 Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:50:40 -0500 Subject: [PATCH] Add files via upload --- gui_data/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui_data/constants.py b/gui_data/constants.py index ca62959..8fb52e4 100644 --- a/gui_data/constants.py +++ b/gui_data/constants.py @@ -600,7 +600,7 @@ DEFAULT_DATA = { 'is_match_frequency_pitch': True,# 'is_match_silence': True,# 'is_spec_match': False,# - 'is_mdx_c_seg_def': True, + 'is_mdx_c_seg_def': False, 'is_invert_spec': False, # 'is_deverb_vocals': False, # 'deverb_vocal_opt': 'Main Vocals Only', # @@ -645,7 +645,7 @@ DEFAULT_DATA = { 'lastDir': None, 'time_window': "3", 'intro_analysis': "Default", - 'db_analysis': "Shifts: Medium", + 'db_analysis': "Medium", 'fileOneEntry': '', 'fileOneEntry_Full': '', 'fileTwoEntry': '',