We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76616a commit b2d4dc5Copy full SHA for b2d4dc5
1 file changed
stemplayerplayer.py
@@ -70,13 +70,14 @@ def close_window():
70
root.destroy()
71
exit()
72
73
-
+"""
74
with open("spp_config.json", encoding="utf-8") as config_file:
75
SPP_CONFIG = json.load(config_file)
76
KEY_INSTRUMENTALS = keyboard.key_to_scan_codes(SPP_CONFIG["KEY_INSTRUMENTALS"])[0]
77
KEY_VOCALS = keyboard.key_to_scan_codes(SPP_CONFIG["KEY_VOCALS"])[0]
78
KEY_BASS = keyboard.key_to_scan_codes(SPP_CONFIG["KEY_BASS"])[0]
79
KEY_DRUMS = keyboard.key_to_scan_codes(SPP_CONFIG["KEY_DRUMS"])[0]
80
81
82
83
pg.mixer.init()
0 commit comments