Browse Source

updated catagories for amppitch to make them more useful and display better in the search menu

Jonathan Higgins 6 months ago
parent
commit
e96456b9bd
2 changed files with 433 additions and 277 deletions
  1. 432 276
      scenes/main/process_help.json
  2. 1 1
      scenes/menu/explore_menu.gd

File diff suppressed because it is too large
+ 432 - 276
scenes/main/process_help.json


+ 1 - 1
scenes/menu/explore_menu.gd

@@ -55,7 +55,7 @@ func fill_menu():
 		elif category == "pvoc":
 			if subcategory == "convert":
 				container = $"Control/select_effect/Frequency Domain/Convert/MarginContainer/ScrollContainer/PVOCConvertContainer"
-			elif subcategory == "amppitch":
+			elif subcategory == "amplitude" or subcategory == "pitch":
 				container = $"Control/select_effect/Frequency Domain/Amplitude and Pitch/MarginContainer/ScrollContainer/PVOCAmplitudePitchContainer"
 			elif subcategory == "formants":
 				container = $"Control/select_effect/Frequency Domain/Formants/MarginContainer/ScrollContainer/PVOCFormantsContainer"

Some files were not shown because too many files changed in this diff